body.new-dental-legacy-page {
	font-family: Inter, Arial, sans-serif;
	background: #fff;
}
html, body.new-dental-legacy-page {
height: 100%;
}

body.new-dental-legacy-page {
font: 400 16px/19px "Inter";
	min-width: 320px;
}

body.new-dental-legacy-page .container a:hover {
text-decoration: none;
}

body.new-dental-legacy-page .hidden-xs {
display: flex !important;
}

body.new-dental-legacy-page .visible-xs {
display: none !important;
}

body.new-dental-legacy-page .clients .new-dental-inline-form__actions .personal-consent {
color: #000;
}

body.new-dental-legacy-page .investor-form__policy .personal-consent__text {
color: #fff;
}

body.new-dental-legacy-page .header__bottom--fixed {
position: fixed !important;
	top: 0 !important;
	background: #287ffc !important;
	left: 0;
	width: 100%;
	z-index: 1000;
}

body.new-dental-legacy-page .grecaptcha-badge {
display: none !important;
}

body.new-dental-legacy-page .new-dental-overlay .modal.active {
justify-content: space-between;
	padding: 80px 116px;
	overflow-x: hidden;
	overflow-y: auto;
}

body.new-dental-legacy-page .overlay.new-dental-overlay .modal-title {
margin: 0 0 40px;
	max-width: 480px;
	font-family: Inter, Arial, sans-serif;
	font-size: 30px;
	font-weight: 500;
	line-height: 0.95;
	letter-spacing: -0.02em;
	color: #000;
}

body.new-dental-legacy-page .overlay.new-dental-overlay .input-block__label {
font-size: 20px;
}

body.new-dental-legacy-page .overlay.new-dental-overlay .btn {
font-weight: 500;
}

body.new-dental-legacy-page .header__bottom-placeholder {
width: 100%;
}

body.new-dental-legacy-page .wrap {
max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
}

body.new-dental-legacy-page .clear::after {
content: "";
	display: block;
	overflow: hidden;
	clear: both;
}

body.new-dental-legacy-page .left {
float: left;
}

body.new-dental-legacy-page .right {
float: right;
}

body.new-dental-legacy-page .text-right {
text-align: right;
}

body.new-dental-legacy-page .text-left {
text-align: left;
}

body.new-dental-legacy-page .text-center {
text-align: center;
}

body.new-dental-legacy-page .hidden {
display: none;
}

body.new-dental-legacy-page .flex {
display: flex;
	align-items: center;
	justify-content: space-between;
}

body.new-dental-legacy-page a {
text-decoration: none;
}


body.new-dental-legacy-page .header {
color: #fff;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 20;
	background: #186bee;
	border-bottom: #ffffff30 1px solid;
}

body.new-dental-legacy-page .header a {
color: #fff;
}

body.new-dental-legacy-page .header__top {
padding: 8px 0 10px;
	background: linear-gradient(
		90deg,
		#0057e3 0%,
		rgba(184, 229, 255, 0.333333) 100%
	);
	backdrop-filter: blur(10px);
}

body.new-dental-legacy-page .header__top .wrap {
max-width: 1180px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
}

body.new-dental-legacy-page .header__bottom {
padding: 16px 0;
	background: rgba(0, 0, 0, 0.004);
	backdrop-filter: blur(10px);
}

body.new-dental-legacy-page .header__top-social {
display: flex;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

body.new-dental-legacy-page .header__top-social a img {
width: 22px;
    height: 22px;
}

body.new-dental-legacy-page .header__top-social svg {
display: block;
}

body.new-dental-legacy-page .header__top-menu ul {
display: flex;
	gap: 20px;
}

body.new-dental-legacy-page .header__top-phone {
font-size: 14px;
	font-weight: 700;
	line-height: 17px;
}

body.new-dental-legacy-page .header__top-phone a {
display: inline-block;
	font-size: 18px;
	line-height: 22px;
}

body.new-dental-legacy-page .header__top-time {
display: flex;
	align-items: center;
	gap: 4px;
}

body.new-dental-legacy-page .header__top-time::before {
content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #02c5db;
}

body.new-dental-legacy-page .header__logo img {
display: block;
}

body.new-dental-legacy-page .header__bottom .wrap {
display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

body.new-dental-legacy-page .main-menu ul {
display: flex;
	gap: 28px;
}

body.new-dental-legacy-page .header__bottom {
position: relative;
	z-index: 31;
}

body.new-dental-legacy-page .main-menu > ul > li {
position: relative;
}

body.new-dental-legacy-page .main-menu > ul > li > a {
display: inline-flex;
	align-items: center;
	font-size: 16px;
	gap: 8px;
	position: relative;
	z-index: 2;
}

body.new-dental-legacy-page .menu-item-has-dropdown > a::after {
content: "";
	width: 9px;
	height: 6px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='6' viewBox='0 0 9 6' fill='none'%3E%3Cpath d='M1 1L4.5 5L8 1' stroke='white' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
		no-repeat center/contain;
	transition: transform 0.25s ease;
}

body.new-dental-legacy-page .menu-item-has-dropdown:hover > a::after {
transform: rotate(180deg);
}

body.new-dental-legacy-page .header-dropdown {
position: absolute;
	top: calc(100% + 18px);
	left: 0;
	width: 380px;
	max-height: 672px;
	padding: 18px 12px 14px 18px;
	border-radius: 0 0 14px 14px;
	background: rgba(191, 214, 248, 0.92);
	backdrop-filter: blur(10px);
	box-shadow: 0 14px 30px rgba(0, 35, 110, 0.18);
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-gutter: stable;
	overscroll-behavior: contain;
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition:
		opacity 0.2s ease,
		visibility 0.2s ease,
		transform 0.2s ease;
}

body.new-dental-legacy-page .header-dropdown::-webkit-scrollbar {
width: 6px;
}

body.new-dental-legacy-page .header-dropdown::-webkit-scrollbar-track {
background: transparent;
}

body.new-dental-legacy-page .header-dropdown::-webkit-scrollbar-thumb {
background: rgba(0, 87, 227, 0.45);
	border-radius: 999px;
}

body.new-dental-legacy-page .menu-item-has-dropdown::before {
content: "";
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 24px;
}

body.new-dental-legacy-page .menu-item-has-dropdown:hover .header-dropdown {
opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

body.new-dental-legacy-page .header-dropdown__list {
display: flex;
	flex-direction: column;
	gap: 12px !important;
}

body.new-dental-legacy-page .header-dropdown__list li a {
display: flex;
	align-items: center;
	gap: 12px;
	padding: 0px 6px;
	font-size: 16px;
	line-height: 1.2;
	color: #111;
}

body.new-dental-legacy-page .header-dropdown__list li a:hover {
color: #5b5b5b;
	text-decoration: none;
}

body.new-dental-legacy-page .header-dropdown__list li a svg.header-dropdown__svg {
flex: 0 0 16px;
	width: 16px;
	height: 16px;
}

body.new-dental-legacy-page .header-dropdown__list li a svg.header-dropdown__svg path, body.new-dental-legacy-page .header-dropdown__list li a svg.header-dropdown__svg rect, body.new-dental-legacy-page .header-dropdown__list li a svg.header-dropdown__svg circle, body.new-dental-legacy-page .header-dropdown__list li a svg.header-dropdown__svg ellipse, body.new-dental-legacy-page .header-dropdown__list li a svg.header-dropdown__svg line, body.new-dental-legacy-page .header-dropdown__list li a svg.header-dropdown__svg polyline, body.new-dental-legacy-page .header-dropdown__list li a svg.header-dropdown__svg polygon {
transition:
		fill 0.2s ease,
		stroke 0.2s ease;
}

body.new-dental-legacy-page .header-dropdown__list li a:hover svg.header-dropdown__svg path, body.new-dental-legacy-page .header-dropdown__list li a:hover svg.header-dropdown__svg rect, body.new-dental-legacy-page .header-dropdown__list li a:hover svg.header-dropdown__svg circle, body.new-dental-legacy-page .header-dropdown__list li a:hover svg.header-dropdown__svg ellipse, body.new-dental-legacy-page .header-dropdown__list li a:hover svg.header-dropdown__svg line, body.new-dental-legacy-page .header-dropdown__list li a:hover svg.header-dropdown__svg polyline, body.new-dental-legacy-page .header-dropdown__list li a:hover svg.header-dropdown__svg polygon {
fill: #5b5b5b;
	stroke: #5b5b5b;
}

body.new-dental-legacy-page .header-dropdown__icon {
position: relative;
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
	border: 1.6px solid #202020;
	border-radius: 5px;
	opacity: 0.9;
}

body.new-dental-legacy-page .header-dropdown__icon::before, body.new-dental-legacy-page .header-dropdown__icon::after {
content: "";
	position: absolute;
}

body.new-dental-legacy-page .header-dropdown__icon--card::before {
inset: 4px 3px 7px;
	border: 1.5px solid #202020;
	border-top-width: 4px;
	border-radius: 2px;
}

body.new-dental-legacy-page .header-dropdown__icon--briefcase {
border-radius: 4px;
}

body.new-dental-legacy-page .header-dropdown__icon--briefcase::before {
left: 2px;
	right: 2px;
	top: 6px;
	bottom: 2px;
	border: 1.5px solid #202020;
	border-radius: 2px;
}

body.new-dental-legacy-page .header-dropdown__icon--briefcase::after {
width: 8px;
	height: 3px;
	left: 50%;
	top: 2px;
	transform: translateX(-50%);
	border: 1.5px solid #202020;
	border-bottom: 0;
	border-radius: 3px 3px 0 0;
}

body.new-dental-legacy-page .header-dropdown__icon--plus::before {
left: 50%;
	top: 3px;
	bottom: 3px;
	width: 1.8px;
	background: #202020;
	transform: translateX(-50%);
}

body.new-dental-legacy-page .header-dropdown__icon--plus::after {
top: 50%;
	left: 3px;
	right: 3px;
	height: 1.8px;
	background: #202020;
	transform: translateY(-50%);
}

body.new-dental-legacy-page .header-dropdown__icon--tooth {
border-radius: 9px 9px 7px 7px;
	transform: rotate(12deg);
}

body.new-dental-legacy-page .header-dropdown__icon--scan::before {
inset: -1px;
	border: 1.6px dashed #202020;
	border-radius: 5px;
}

body.new-dental-legacy-page .header-dropdown__icon--pie {
border-radius: 50%;
}

body.new-dental-legacy-page .header-dropdown__icon--pie::before {
left: 9px;
	top: -1px;
	bottom: 9px;
	width: 1.6px;
	background: #202020;
}

body.new-dental-legacy-page .header-dropdown__icon--pie::after {
top: 9px;
	left: 9px;
	right: -1px;
	height: 1.6px;
	background: #202020;
}

body.new-dental-legacy-page .header-dropdown__icon--flask {
border-radius: 0 0 6px 6px;
	border-top: 0;
}

body.new-dental-legacy-page .header-dropdown__icon--flask::before {
left: 6px;
	right: 6px;
	top: 0;
	height: 4px;
	border: 1.6px solid #202020;
	border-bottom: 0;
}

body.new-dental-legacy-page .header-dropdown__icon--wallet::before {
inset: 4px 2px 4px 2px;
	border: 1.6px solid #202020;
	border-radius: 3px;
}

body.new-dental-legacy-page .header-dropdown__icon--wallet::after {
width: 4px;
	height: 4px;
	right: 4px;
	top: 8px;
	background: #202020;
	border-radius: 50%;
}

body.new-dental-legacy-page .header-dropdown__icon--settings {
border-radius: 50%;
}

body.new-dental-legacy-page .header-dropdown__icon--settings::before {
inset: 6px;
	background: #202020;
	border-radius: 50%;
}

body.new-dental-legacy-page .header-dropdown__icon--rotate {
border-radius: 50%;
}

body.new-dental-legacy-page .header-dropdown__icon--rotate::before {
inset: 3px;
	border: 1.6px solid #202020;
	border-right-color: transparent;
	border-radius: 50%;
}

body.new-dental-legacy-page .header-dropdown__icon--rotate::after {
right: 2px;
	top: 4px;
	width: 5px;
	height: 5px;
	border-top: 1.6px solid #202020;
	border-right: 1.6px solid #202020;
	transform: rotate(45deg);
}

body.new-dental-legacy-page .header-dropdown__icon--pill {
border-radius: 10px;
	transform: rotate(45deg);
}

body.new-dental-legacy-page .header-dropdown__icon--pill::before {
left: 50%;
	top: -1px;
	bottom: -1px;
	width: 1.6px;
	background: #202020;
	transform: translateX(-50%);
}

body.new-dental-legacy-page .header-dropdown__icon--stetho {
border-color: transparent;
}

body.new-dental-legacy-page .header-dropdown__icon--stetho::before {
left: 3px;
	right: 3px;
	top: 2px;
	bottom: 6px;
	border: 1.6px solid #202020;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom: 0;
}

body.new-dental-legacy-page .header-dropdown__icon--stetho::after {
width: 6px;
	height: 6px;
	right: 2px;
	bottom: 2px;
	border: 1.6px solid #202020;
	border-radius: 50%;
}

body.new-dental-legacy-page .header-dropdown__icon--megaphone {
border-color: transparent;
}

body.new-dental-legacy-page .header-dropdown__icon--megaphone::before {
left: 2px;
	top: 5px;
	width: 11px;
	height: 8px;
	border: 1.6px solid #202020;
	border-right-width: 6px;
	border-radius: 3px 0 0 3px;
	transform: skewX(-10deg);
}

body.new-dental-legacy-page .header-dropdown__icon--megaphone::after {
width: 3px;
	height: 6px;
	left: 12px;
	bottom: 1px;
	background: #202020;
	border-radius: 2px;
	transform: rotate(20deg);
}

body.new-dental-legacy-page .header-dropdown__icon--bot {
border-radius: 50%;
}

body.new-dental-legacy-page .header-dropdown__icon--bot::before {
left: 5px;
	right: 5px;
	top: 6px;
	bottom: 5px;
	border: 1.6px solid #202020;
	border-radius: 6px;
}

body.new-dental-legacy-page .header-dropdown__icon--bot::after {
width: 2px;
	height: 4px;
	left: 50%;
	top: 1px;
	background: #202020;
	transform: translateX(-50%);
}

body.new-dental-legacy-page .header-dropdown__icon--message {
border-radius: 5px;
}

body.new-dental-legacy-page .header-dropdown__icon--message::before {
inset: 2px 2px 5px;
	border: 1.6px solid #202020;
	border-radius: 4px;
}

body.new-dental-legacy-page .header-dropdown__icon--message::after {
left: 5px;
	bottom: 1px;
	width: 5px;
	height: 5px;
	border-left: 1.6px solid #202020;
	border-bottom: 1.6px solid #202020;
	transform: skewY(25deg);
}

body.new-dental-legacy-page .header-dropdown__icon--users {
border-color: transparent;
}

body.new-dental-legacy-page .header-dropdown__icon--users::before {
width: 6px;
	height: 6px;
	left: 3px;
	top: 3px;
	border: 1.6px solid #202020;
	border-radius: 50%;
	box-shadow: 8px 2px 0 -1px rgba(0, 0, 0, 0);
}

body.new-dental-legacy-page .header-dropdown__icon--users::after {
left: 2px;
	right: 2px;
	bottom: 2px;
	height: 6px;
	border: 1.6px solid #202020;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom: 0;
}

body.new-dental-legacy-page .header-dropdown__icon--chart {
border-color: transparent;
}

body.new-dental-legacy-page .header-dropdown__icon--chart::before {
left: 2px;
	right: 2px;
	bottom: 3px;
	height: 1.6px;
	background: #202020;
}

body.new-dental-legacy-page .header-dropdown__icon--chart::after {
left: 4px;
	bottom: 4px;
	width: 10px;
	height: 8px;
	border-left: 1.6px solid #202020;
	border-bottom: 1.6px solid #202020;
	transform: skewX(-20deg);
}

body.new-dental-legacy-page .header-dropdown__icon--heart {
border-color: transparent;
	transform: rotate(-45deg);
}

body.new-dental-legacy-page .header-dropdown__icon--heart::before {
left: 5px;
	top: 3px;
	width: 6px;
	height: 10px;
	border: 1.6px solid #202020;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom: 0;
}

body.new-dental-legacy-page .header-dropdown__icon--heart::after {
left: 2px;
	top: 6px;
	width: 10px;
	height: 10px;
	border-left: 1.6px solid #202020;
	border-bottom: 1.6px solid #202020;
}

body.new-dental-legacy-page .header-dropdown__icon--building::before {
inset: 2px 4px 2px;
	border: 1.6px solid #202020;
	border-radius: 2px;
}

body.new-dental-legacy-page .header-dropdown__icon--building::after {
left: 7px;
	top: 5px;
	width: 2px;
	height: 8px;
	background: #202020;
	box-shadow:
		-3px 0 0 #202020,
		3px 0 0 #202020;
}

body.new-dental-legacy-page .header-dropdown__icon--clipboard::before {
inset: 3px 4px 2px;
	border: 1.6px solid #202020;
	border-radius: 3px;
}

body.new-dental-legacy-page .header-dropdown__icon--clipboard::after {
width: 8px;
	height: 4px;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	border: 1.6px solid #202020;
	border-radius: 3px;
	background: rgba(191, 214, 248, 0.92);
}

body.new-dental-legacy-page .header-dropdown__icon--phone {
border-radius: 50%;
}

body.new-dental-legacy-page .header-dropdown__icon--phone::before {
left: 5px;
	top: 4px;
	width: 8px;
	height: 10px;
	border: 1.6px solid #202020;
	border-radius: 10px;
	transform: rotate(-35deg);
}

@media (max-width: 991px) {
body.new-dental-legacy-page .header-dropdown, body.new-dental-legacy-page .menu-item-has-dropdown::before, body.new-dental-legacy-page .menu-item-has-dropdown > a::after {
display: none;
}
}

body.new-dental-legacy-page .header__button, body.new-dental-legacy-page .banner-button {
font-size: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(
		90deg,
		#B48733 0%,
		#DAAE59 20%,
		#F7E9A5 45%,
		#DAAE59 70%,
		#B48733 100%
	);
	background-size: 250% 100%;
	animation: buttonGradientLoop 2.5s ease-in-out infinite alternate;
	border-radius: 32px;
	font-weight: 500;
	padding: 12px;
	height: 58px;
	text-align: center;
	color: #000 !important;
	text-decoration: none !important;
}

body.new-dental-legacy-page .header__button:hover, body.new-dental-legacy-page .header__button:focus, body.new-dental-legacy-page .banner-button:hover {
box-shadow: 4px 4px 8px 0px #00000080 inset;
	text-decoration: none !important;
}

body.new-dental-legacy-page .banner-button {
max-width: 344px;
	padding-left: 40px;
	padding-right: 40px;
	pointer-events: auto;
}

body.new-dental-legacy-page .top-banner {
height: 823px;
	background: #0057e3;
	color: #fff;
	font-size: 20px;
	line-height: 24px;
}

body.new-dental-legacy-page .top-banner__slide, body.new-dental-legacy-page .top-banner__slide .wrap {
height: 100%;
}

body.new-dental-legacy-page .top-banner__columns {
display: flex;
	align-items: center;
	height: 100%;
}

body.new-dental-legacy-page .top-banner__title {
font-size: 40px;
	line-height: 48px;
	font-weight: 700;
	max-width: 590px;
	text-transform: uppercase;
}

body.new-dental-legacy-page .top-banner__left {
display: grid;
	gap: 44px;
}

body.new-dental-legacy-page .top-banner__slide {
padding: 150px 0 120px;
}

body.new-dental-legacy-page .top-banner__slide-1 {
background: url(images/slide-bg.png) no-repeat 0 0;
}

body.new-dental-legacy-page .top-banner__right {
flex: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

body.new-dental-legacy-page .top-banner__hint {
padding: 16px 20px;
	background: rgba(255, 255, 255, 0.4);
	box-shadow: -8.3023px 6.45734px 29.5193px rgba(110, 190, 255, 0.25);
	border-radius: 14.7596px;
	font-size: 16px;
	line-height: 19px;
	max-width: 403px;
	display: grid;
	gap: 15px;
	color: #000;
	position: relative;
	top: -30px;
	backdrop-filter: blur(10px);
}

body.new-dental-legacy-page .top-banner__hint::after {
content: "";
	position: absolute;
	width: 71px;
	height: 62px;
	background: url(images/quot-mark.svg) no-repeat center;
	top: -20px;
	right: -40px;
}

body.new-dental-legacy-page .possibilities {
padding: 60px 0;
}

body.new-dental-legacy-page .possibilities-slide {
padding: 36px 24px;
	background: rgba(0, 0, 0, 0.004);
	box-shadow: -9px 7px 32px rgba(0, 0, 0, 0.25);
	border-radius: 32px;
	font-size: 18px;
	line-height: 100%;
	display: flex;
	flex-direction: column;
	height: 332px;
	width: 266px !important;
	margin: 0 0 60px;
}

body.new-dental-legacy-page .possibilities-slide p {
margin: 0 0 16px;
}

body.new-dental-legacy-page .possibilities-slide img {
max-width: 100%;
	margin: auto 0 -36px;
	position: relative;
	right: -24px;
}

body.new-dental-legacy-page .swiper-pagination {
position: static;
}

body.new-dental-legacy-page .swiper-pagination-bullet {
margin: 0 !important;
	width: 32px;
	height: 2px;
	background: #00000066;
	border-radius: 0;
}

body.new-dental-legacy-page .swiper-pagination-bullet-active {
background: #0057e3;
}

body.new-dental-legacy-page section {
padding: 36px 0 50px;
}

body.new-dental-legacy-page .blue-section {
background: #0057e3;
	border-radius: 32px 32px 0px 0px;
}

body.new-dental-legacy-page .blue-section2 {
/*background: url('images/About presentation.png');
    background-position: bottom;
    background-repeat: no-repeat;
	background-size: cover;*/
	padding-top: 0px;
}

body.new-dental-legacy-page .who-likes .wrap {
max-width: 1360px;
}

body.new-dental-legacy-page .tabs-content {
border-radius: 0 20px 20px 20px;
	padding: 60px;
	background: #fff;
}

body.new-dental-legacy-page .tabs-content__item {
display: none;
}

body.new-dental-legacy-page .tabs-content__item.active {
display: block;
}

body.new-dental-legacy-page .tabs-content__inner {
display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 40px;
}

body.new-dental-legacy-page .tabs-content__item-left {
flex: 1 1 auto;
	min-width: 0;
}

body.new-dental-legacy-page .tabs-content__item-right {
flex: 0 0 702px;
	max-width: 702px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 8px;
}

body.new-dental-legacy-page .tabs-content__item-right img {
display: block;
	max-width: 100%;
	height: auto;
}

body.new-dental-legacy-page .tabs-selected {
border-radius: 20px 20px 0 0;
	background: #fff;
	padding: 21px 40px;
	font-size: 32px;
	line-height: 39px;
	font-weight: 700;
	position: relative;
}

body.new-dental-legacy-page .tabs-selected::after {
content: "";
    position: absolute;
    border-bottom: #fff 106px solid;
    border-right: transparent 46px solid;
    top: 15px;
    right: -35px;
    transform: rotate(10deg);
}

body.new-dental-legacy-page .tabs-list {
display: flex;
	align-items: center;
}

body.new-dental-legacy-page .tabs-items {
flex: 1;
	border-radius: 20px;
	position: relative;
	gap: 18px;
	padding: 0 0 0 30px;
	display: flex;
	align-items: center;
}

body.new-dental-legacy-page .tabs-items a {
color: #fff;
	font-size: 18px;
	line-height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.004);
	border-radius: 32px;
	border-top: #89d9fe 1px solid;
	border-bottom: #89d9fe 1px solid;
	padding: 10px 20px;
	min-width: 164px;
}

body.new-dental-legacy-page .tabs-items .active {
background: rgba(255, 255, 255, 0.2);
	border-radius: 32px;
	display: none;
}

body.new-dental-legacy-page .accordion {
margin: 0 0 40px;
}

body.new-dental-legacy-page .accordion__item {
position: relative;
}

body.new-dental-legacy-page .accordion__item:not(:last-child)::after {
content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: linear-gradient(to right, #0057e3 0%, #b8e5ff 100%);
	bottom: 0;
	left: 0;
}

body.new-dental-legacy-page .accordion__trigger {
padding: 12px 50px 12px 20px;
	font-size: 20px;
	line-height: 24px;
	cursor: pointer;
}

body.new-dental-legacy-page .accordion__text {
display: none;
	padding: 0 20px 16px;
}

body.new-dental-legacy-page .tabs-content .accordion {
width: 464px;
}

body.new-dental-legacy-page .accordion__trigger::after {
content: "";
	position: absolute;
	border-top: #000000 7px solid;
	border-left: transparent 7px solid;
	border-right: transparent 7px solid;
	top: 20px;
	right: 25px;
}

body.new-dental-legacy-page .accordion__item.active .accordion__trigger::after {
transform: rotate(-180deg);
}

body.new-dental-legacy-page .button {
text-align: center;
	color: #fff;
	background: #0057e3;
	border-radius: 50px;
	font-size: 18px;
	font-weight: 500;
	line-height: 22px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 15px 40px;
	height: 58px;
	min-width: 288px;
}

body.new-dental-legacy-page .tabs-content__inner {
/*display: grid;*/
	display: flex;
	grid-template-columns: 1fr auto;
	gap: 33px;
	align-items: center;
}

body.new-dental-legacy-page .tabs-content__inner img {
display: block;
	position: relative;
	top: -40px;
	left: 10px;
}

body.new-dental-legacy-page .prove {
padding: 80px 0 0;
}

body.new-dental-legacy-page .prove-title {
color: #fff;
	font-size: 32px;
	line-height: 39px;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 40px;
}

body.new-dental-legacy-page .prove-list {
display: flex;
	align-items: stretch;
	justify-content: space-between;
	margin: 0 auto 64px;
	max-width: 1160px;
}

body.new-dental-legacy-page .prove-item {
padding: 36px;
	background: #fff;
	border-radius: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 24px;
	line-height: 29px;
	font-weight: 600;
	max-width: 340px;
	box-shadow: -9px 7px 32px rgba(0, 0, 0, 0.25);
}

body.new-dental-legacy-page .history .wrap {
max-width: 1200px;
}

body.new-dental-legacy-page .section-title {
font-size: 32px;
	line-height: 39px;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 0 40px;
}

body.new-dental-legacy-page .section-title2 {
font-size: 32px;
	line-height: 39px;
	font-weight: 700;
	margin: 0 0 40px;
}

body.new-dental-legacy-page .history-slide {
background: #ffffff;
	box-shadow: -9px 7px 32px rgba(0, 0, 0, 0.25);
	border-radius: 32px;
	padding: 32px 20px;
	opacity: 0;
	transition: opacity ease 0.2s;
}

body.new-dental-legacy-page .history-slide.swiper-slide-active, body.new-dental-legacy-page .history-slide.swiper-slide-next {
opacity: 1;
}

body.new-dental-legacy-page .history-slide__top {
display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: stretch;
	gap: 20px;
	margin: 0 0 40px;
}

body.new-dental-legacy-page .history-slide__top-item {
border-radius: 32px;
	padding: 1px;
	background: #b8e5ff54;
	background: linear-gradient(
		180deg,
		rgba(184, 229, 255, 1) 0%,
		rgba(0, 87, 227, 1) 100%
	);
	overflow: hidden;
}

body.new-dental-legacy-page .history-slide__top-inner {
background: #fff;
	border-radius: 30px;
	padding: 12px 20px;
	height: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 17px;
}

body.new-dental-legacy-page .history-slide__top-inner p {
font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	margin: 0 0 2px;
}

body.new-dental-legacy-page .history-slide__body-name {
font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	margin: 0 0 20px;
}

body.new-dental-legacy-page .history-slide__body-post {
font-size: 14px;
	line-height: 17px;
	margin: 12px 0 0;
}

body.new-dental-legacy-page .history-slide__body {
display: flex;
	align-items: flex-start;
	gap: 20px;
}

body.new-dental-legacy-page .history-slide__body-right {
flex: none;
	width: 188px;
	height: 188px;
	padding: 1px;
	background: #b8e5ff54;
	background: linear-gradient(
		201deg,
		rgba(184, 229, 255, 1) 0%,
		rgba(0, 87, 227, 1) 100%
	);
	border-radius: 50%;
	position: relative;
}

body.new-dental-legacy-page .history-slide__body-right .history-slide__play {
position: absolute;
	left: 0px;
	bottom: 0px;
	width: 64px;
	height: 64px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	z-index: 9;
}

body.new-dental-legacy-page .history-slide__body-photo {
border-radius: 50%;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

body.new-dental-legacy-page .history-slide__body-photo img {
display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body.new-dental-legacy-page .history-slide__body-right::after {
content: "";
	position: absolute;
	width: 64px;
	height: 64px;
	background: url(images/play.svg) no-repeat center;
	bottom: 0;
	left: 0;
}

body.new-dental-legacy-page .history-slider {
margin: 0 0 40px;
	overflow: visible;
}

body.new-dental-legacy-page .history .swiper-pagination-bullet {
width: 134px;
}

body.new-dental-legacy-page .clients {
background: #0057e3;
	border-radius: 32px 32px 0px 0px;
	position: relative;
	overflow: hidden;
	padding-bottom: 0;
	padding-top: 60px;
}

body.new-dental-legacy-page .clients .wrap {
max-width: 1360px;
}

body.new-dental-legacy-page .clients .section-title {
color: #fff;
	max-width: 1200px;
	margin: 0 auto 40px;
}

body.new-dental-legacy-page .clients-slider {
height: 197px;
	max-width: 1200px;
	margin: 0 auto 40px;
}

body.new-dental-legacy-page .clients-slide {
padding: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 32px;
	height: 100%;
}

body.new-dental-legacy-page .clients .swiper-pagination {
margin: 0 0 60px;
}

body.new-dental-legacy-page .clients .swiper-pagination-bullet {
background: #fff;
}

body.new-dental-legacy-page .order-from {
position: relative;
	overflow: hidden;
	padding: 0px 60px 0px;
	margin: 0px;
	min-height: 485px;
}

body.new-dental-legacy-page .order-from__bg {
position: absolute;
	left: -88px;
	bottom: -287px;
	width: 570px;
	height: 592px;
	background: url(images/form-secondary-glow.svg) no-repeat center/contain;
	pointer-events: none;
}

body.new-dental-legacy-page .order-from__inner {
position: relative;
	z-index: 1;
	margin: 0 auto;
	padding: 32px;
	background: #fff;
	border-radius: 20px;
}

body.new-dental-legacy-page .order-from__title {
font-size: 32px;
	line-height: 39px;
	max-width: 730px;
	margin: 0 0 20px;
}

body.new-dental-legacy-page .order-from__subtitle {
font-size: 24px;
	line-height: 29px;
	margin: 0 0 60px;
}

body.new-dental-legacy-page .form-inputs {
display: grid;
	gap: 20px;
	grid-template-columns: repeat(4, 1fr);
	align-items: center;
	margin: 0 0 12px;
}

body.new-dental-legacy-page .text-input {
width: 100%;
	background: #ffffff;
	border: 1px solid #0057e3;
	box-shadow: -9px 7px 32px rgba(0, 0, 0, 0.25);
	border-radius: 32px;
	padding: 21px 40px;
	font-size: 20px;
	line-height: 24px;
}

body.new-dental-legacy-page .form-inputs .button {
height: 68px;
	padding: 15px 10px;
}

body.new-dental-legacy-page .clients .order-from .button {
color: #000000;	
	background: linear-gradient(
		90deg,
		#B48733 0%,
		#DAAE59 20%,
		#F7E9A5 45%,
		#DAAE59 70%,
		#B48733 100%
	);
	background-size: 250% 100%;
	animation: buttonGradientLoop 2.5s ease-in-out infinite alternate;
}

body.new-dental-legacy-page .clients .order-from .button:hover {
box-shadow: 4px 4px 8px 0px #00000080 inset;
}

body.new-dental-legacy-page .order-from .text-right {
font-size: 14px;
	line-height: 17px;
	margin-top: 10px;
}

body.new-dental-legacy-page .order-from a:not(.button) {
color: #000;
	text-decoration: underline;
}

body.new-dental-legacy-page .order-from a:hover {
text-decoration: none;
}

body.new-dental-legacy-page .possibilities-hint {
font-size: 24px;
	line-height: 29px;
	max-width: 825px;
	margin: 0 0 60px;
}

body.new-dental-legacy-page .possibilities-list {
display: grid;
	gap: 72px;
	grid-template-columns: repeat(3, 1fr);
	margin: 0 0 40px;
}

body.new-dental-legacy-page .possibilities-item {
background: rgba(0, 0, 0, 0.004);
	box-shadow: -9px 7px 32px rgba(0, 87, 227, 0.5);
	border-radius: 32px;
	padding: 38px 20px;
	position: relative;
	font-size: 20px;
	line-height: 24px;
	min-height: 283px;
}

body.new-dental-legacy-page .possibilities-item:hover .possibilities-title {
color: #6EBEFF;
}

body.new-dental-legacy-page .possibilities-item:hover svg path {
stroke: #888888;
}

body.new-dental-legacy-page .mobile-app-btn {
margin-bottom: 60px;
    margin-top: -90px;
	text-align: center;
    position: relative;
	z-index: 2;
}

body.new-dental-legacy-page .mobile-app-btn a {
background: #FFFFFF33;
    font-family: Inter;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    padding: 18px;
    width: 288px;
    border-radius: 32px;
    display: inline-block;
}

body.new-dental-legacy-page .possibilities-title {
display: flex;
	align-items: center;
	justify-content: space-between;
	color: #0057e3;
	font-size: 24px;
	line-height: 29px;
	font-weight: 600;
	margin: 0 0 12px;
}

body.new-dental-legacy-page .possibilities-text {
margin: 0 0 37px;
}

body.new-dental-legacy-page .possibilities-pic {
position: absolute;
	right: 23px;
	bottom: 0;
}

body.new-dental-legacy-page .possibilities-pic img {
display: block;
	margin: 0 auto;
}

body.new-dental-legacy-page .possibilities-item svg {
position: absolute;
	left: 21px;
	bottom: 36px;
}

body.new-dental-legacy-page .border-button {
background-color: #fff;
	border: 1px solid #0057E3;
	color: #000;
	z-index: 9;
	position: relative;
	transition:
		background-color 600ms ease-out 1ms,
		color 600ms ease-out 1ms,
		box-shadow 150ms ease-out;
}

body.new-dental-legacy-page .border-button:hover {
background-color: #0057E3;
	color: #FFF;
	text-decoration: none;
}

body.new-dental-legacy-page .border-button:active {
box-shadow: 4px 4px 8px 0px #00000040 inset;
}

body.new-dental-legacy-page .benefits {
background: #0057e3;
}

body.new-dental-legacy-page .benefits-list {
display: grid;
	gap: 40px;
	grid-template-columns: repeat(4, 1fr);
}

body.new-dental-legacy-page .benefits-item {
padding: 30px 11px;
	background: rgba(0, 0, 0, 0.004);
	background-repeat: no-repeat;
	background-position: right bottom;
	box-shadow: -9px 7px 32px rgba(0, 0, 0, 0.25);
	border-radius: 32px;
	border: #459bfe 1px solid;
	border-bottom: #4194f5 1px solid;
	border-right: #4194f5 1px solid;
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	z-index: 9;
	background-color: #0057e3;
}

body.new-dental-legacy-page .benefits-title {
text-align: center;
	font-size: 32px;
	line-height: 39px;
	font-weight: 600;
	margin: 0 0 20px;
}

@media (max-width: 1439px) {
body.new-dental-legacy-page .top-banner {
padding-top: clamp(108px, 9vw, 132px);
}

body.new-dental-legacy-page .header__top .wrap, body.new-dental-legacy-page .header__bottom .wrap, body.new-dental-legacy-page .wrap {
max-width: 1240px;
}
}

body.new-dental-legacy-page .dp-visual {
background: #ffffff;
	padding: 0px;
	overflow: hidden;
}

body.new-dental-legacy-page .dp-visual .wrap {
max-width: 1440px;
	padding: 0;
}

body.new-dental-legacy-page .dp-visual__scene {
position: relative;
	min-height: 808px;
	padding-top: 6px;
}

body.new-dental-legacy-page .dp-visual__orbit {
display: none;
}

body.new-dental-legacy-page .dp-visual__tooth {
position: absolute;
	left: 577px;
	top: 210px;
	width: 300px;
	z-index: 2;
}

body.new-dental-legacy-page .dp-visual__tooth img {
display: block;
	width: 100%;
	height: auto;
}

body.new-dental-legacy-page .dp-visual__feature {
position: absolute;
	display: flex;
	align-items: center;
	gap: 28px;
	z-index: 3;
}

body.new-dental-legacy-page .dp-visual__feature--user {
top: 31px;
	left: 364px;
}

body.new-dental-legacy-page .dp-visual__feature--capsule {
top: 286px;
	left: 174px;
}

body.new-dental-legacy-page .dp-visual__feature--arrows {
top: 507px;
	left: 199px;
}

body.new-dental-legacy-page .dp-visual__feature--card {
top: 183px;
	left: 939px;
}

body.new-dental-legacy-page .dp-visual__feature--plus {
top: 439px;
	left: 997px;
}

body.new-dental-legacy-page .dp-visual__icon {
flex: none;
	width: 120px;
}

body.new-dental-legacy-page .dp-visual__icon img {
display: block;
	width: 100%;
	height: auto;
}

body.new-dental-legacy-page .dp-visual__content {
max-width: 275px;
	color: #000;
}

body.new-dental-legacy-page .dp-visual__name {
font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	margin: 0 0 7px;
}

body.new-dental-legacy-page .dp-visual__content p {
margin: 0;
	font-size: 18px;
	line-height: 22px;
}

body.new-dental-legacy-page .dp-visual__feature--user .dp-visual__content {
max-width: 248px;
	text-align: center;
}

body.new-dental-legacy-page .dp-visual__feature--capsule .dp-visual__content {
max-width: 180px;
	text-align: center;
}

body.new-dental-legacy-page .dp-visual__feature--arrows .dp-visual__content {
max-width: 232px;
}

body.new-dental-legacy-page .dp-visual__feature--card .dp-visual__content {
max-width: 200px;
	text-align: center;
}

body.new-dental-legacy-page .dp-visual__feature--plus .dp-visual__content {
max-width: 196px;
}

body.new-dental-legacy-page .dp-visual__button {
position: absolute;
	left: 0;
	right: 0;
	bottom: 44px;
	z-index: 1;
}

body.new-dental-legacy-page .dp-visual__button .border-button {
min-width: 184px;
	height: 48px;
	line-height: 46px;
	padding: 0 30px;
}

body.new-dental-legacy-page .changes {
background: #ffffff;
	padding: 0 0 60px;
	overflow: hidden;
}

body.new-dental-legacy-page .changes .wrap {
max-width: 1440px;
	padding: 0;
}

body.new-dental-legacy-page .changes .section-title {
text-align: center;
	margin-bottom: -50px;
	padding-top: 24px;
	font-size: 52px;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
}

body.new-dental-legacy-page .changes-slider {
overflow: hidden;
}

body.new-dental-legacy-page .changes-slide {
padding: 0 0 54px;
}

body.new-dental-legacy-page .changes-layout {
position: relative;
}

body.new-dental-legacy-page .change-card {
position: absolute;
	z-index: 2;
	background: #fff;
	border-radius: 30px;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
	padding: 28px 28px 24px;
}

body.new-dental-legacy-page .change-card--speech {
border-radius: 30px;
}

body.new-dental-legacy-page .change-card--speech::after {
content: "";
	position: absolute;
	right: -16px;
	bottom: 3px;
	width: 28px;
	height: 28px;
	background: #fff;
	clip-path: polygon(0 0, 100% 100%, 0 85%);
	box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.06);
}

body.new-dental-legacy-page .changes-layout--one .change-card--center-wide::after, body.new-dental-legacy-page .changes-layout--two .change-card--rt-wide::after, body.new-dental-legacy-page .changes-layout--two .change-card--rb-wide::after {
content: "";
	position: absolute;
	left: -18px;
	bottom: 10px;
	width: 30px;
	height: 30px;
	background: #fff;
	clip-path: polygon(100% 0, 100% 100%, 0 100%);
	box-shadow: -9px 7px 24px rgba(0, 0, 0, 0.06);
}

body.new-dental-legacy-page .change-card--person {
display: flex;
	flex-direction: column;
	justify-content: space-between;
}

body.new-dental-legacy-page .change-card h3 {
font-size: 23px;
	line-height: 1.18;
	font-weight: 400;
	margin: 0 96px 18px 0;
}

body.new-dental-legacy-page .change-card p {
font-size: 16px;
	line-height: 1.28;
	margin: 0 0 14px;
}

body.new-dental-legacy-page .change-card__line {
height: 1px;
	background: #d9d9d9;
	margin: 0 0 20px;
}

body.new-dental-legacy-page .change-card__quote {
position: absolute;
	right: 20px;
	top: 18px;
	width: 84px;
	height: 84px;
	opacity: 0.72;
}

body.new-dental-legacy-page .change-card__author {
color: #0057e3;
	font-size: 14px;
	line-height: 1.22;
	margin-top: auto;
}

body.new-dental-legacy-page .change-card__logo {
display: block;
	max-width: 100%;
	height: 50px;
	width: auto;
	margin-top: 14px;
	object-fit: contain;
	object-position: left center;
}

body.new-dental-legacy-page .changes-bot {
position: absolute;
	display: block;
	z-index: 1;
}

body.new-dental-legacy-page .changes-layout--one .change-card--lt {
left: 210px;
	top: 63px;
	width: 590px;
	min-height: 255px;
}

body.new-dental-legacy-page .changes-layout--one .change-card--rt-small {
left: 905px;
	top: 40px;
	width: 290px;
	min-height: 312px;
}

body.new-dental-legacy-page .changes-layout--one .change-card--lm-small {
left: 210px;
	top: 400px;
	width: 288px;
	min-height: 316px;
}

body.new-dental-legacy-page .changes-layout--one .change-card--center-wide {
left: 571px;
	top: 417px;
	width: 617px;
	min-height: 214px;
}

body.new-dental-legacy-page .changes-layout--one .change-card--lb-wide {
left: 210px;
	top: 749px;
	width: 610px;
	min-height: 198px;
}

body.new-dental-legacy-page .changes-layout--one .change-card--rb-small {
left: 912px;
	top: 695px;
	width: 290px;
	min-height: 286px;
}

body.new-dental-legacy-page .changes-bot--one-a {
width: 116px;
	left: 782px;
	top: 285px;
}

body.new-dental-legacy-page .changes-bot--one-b {
width: 116px;
	left: 484px;
	top: 591px;
}

body.new-dental-legacy-page .changes-layout--two .change-card--lt-small {
left: 294px;
	top: 64px;
	width: 264px;
	min-height: 272px;
}

body.new-dental-legacy-page .changes-layout--two .change-card--rt-wide {
left: 669px;
	top: 32px;
	width: 548px;
	min-height: 212px;
}

body.new-dental-legacy-page .changes-layout--two .change-card--mid-wide {
left: 276px;
	top: 446px;
	width: 600px;
	min-height: 146px;
}

body.new-dental-legacy-page .changes-layout--two .change-card--rm-small {
left: 975px;
	top: 374px;
	width: 262px;
	min-height: 252px;
}

body.new-dental-legacy-page .changes-layout--two .change-card--lb-small {
left: 313px;
	top: 667px;
	width: 264px;
	min-height: 278px;
}

body.new-dental-legacy-page .changes-layout--two .change-card--rb-wide {
left: 770px;
	top: 721px;
	width: 438px;
	min-height: 142px;
}

body.new-dental-legacy-page .changes-bot--two-a {
width: 170px;
	left: 531px;
	top: 264px;
}

body.new-dental-legacy-page .changes-bot--two-b {
width: 137px;
	left: 859px;
	top: 557px;
}

body.new-dental-legacy-page .changes-layout--one .change-card--rt-small, body.new-dental-legacy-page .changes-layout--one .change-card--lm-small, body.new-dental-legacy-page .changes-layout--one .change-card--rb-small {
padding: 24px 22px 22px;
}

body.new-dental-legacy-page .changes-layout--one .change-card--rt-small p, body.new-dental-legacy-page .changes-layout--one .change-card--lm-small p, body.new-dental-legacy-page .changes-layout--one .change-card--rb-small p {
font-size: 20px;
	line-height: 1.22;
}

body.new-dental-legacy-page .changes-layout--one .change-card--lt p, body.new-dental-legacy-page .changes-layout--one .change-card--center-wide p, body.new-dental-legacy-page .changes-layout--one .change-card--lb-wide p {
max-width: 100%;
}

body.new-dental-legacy-page .changes .swiper-pagination {
margin-top: 22px;
}

body.new-dental-legacy-page .changes .swiper-pagination-bullet {
width: 80px;
}

@media (max-width: 991px) {
body.new-dental-legacy-page .changes-layout {
min-height: auto;
		display: grid;
		gap: 20px;
}

body.new-dental-legacy-page .change-card, body.new-dental-legacy-page .changes-bot {
position: static;
}

body.new-dental-legacy-page .changes-bot {
width: 100px;
		margin: 0 auto;
}

body.new-dental-legacy-page .change-card--speech::before {
display: none;
}
}

body.new-dental-legacy-page .pricing {
padding: 0 0 80px;
	background: #fff;
}

body.new-dental-legacy-page .pricing-top {
background: #0759e6;
	border-top-left-radius: 32px;
	border-top-right-radius: 32px;
	overflow: hidden;
	color: #fff;
	padding: 46px 72px 40px;
}

body.new-dental-legacy-page .pricing-title {
margin: 0 0 34px;
	font-size: 32px;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
}

body.new-dental-legacy-page .pricing-controls {
display: flex;
	justify-content: space-between;
	gap: 40px;
	align-items: flex-start;
}

body.new-dental-legacy-page .pricing-group {
flex: 1;
}

body.new-dental-legacy-page .pricing-group__label {
margin-bottom: 14px;
	font-size: 18px;
	line-height: 1.2;
	color: rgba(255, 255, 255, 0.9);
}

body.new-dental-legacy-page .pricing-pills {
display: flex;
	gap: 18px;
	flex-wrap: wrap;
}

body.new-dental-legacy-page .pricing-pill {
position: relative;
	min-width: 140px;
	height: 58px;
	padding: 0 20px;
	border-radius: 18px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	background: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0.18),
		rgba(255, 255, 255, 0.04)
	);
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	cursor: pointer;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

body.new-dental-legacy-page .pricing-pill span:last-child {
display: inline-flex;
	align-items: center;
	height: 100%;
}

body.new-dental-legacy-page .pricing-pill__badge {
position: absolute;
	top: -20px;
	right: 0px;
	height: 32px;
	padding: 0 12px;
	border-radius: 8px;
	background: #6ebeff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
}

body.new-dental-legacy-page .pricing-pill.active {
border-color: rgba(255, 255, 255, 0.45);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.24),
		0 12px 18px rgba(0, 0, 0, 0.08);
	background: rgba(255, 255, 255, 0.4);
	border-top: #89d9fe 1px solid;
	border-bottom: #89d9fe 1px solid;
}

body.new-dental-legacy-page .pricing-free {
margin-top: 34px;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.15;
	text-transform: uppercase;
}

body.new-dental-legacy-page .pricing-cards {
background: #fff;
	padding: 52px 52px 58px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
}

body.new-dental-legacy-page .tariff-card {
display: flex;
	flex-direction: column;
	background: #0759e6;
	border-radius: 32px;
	overflow: hidden;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

body.new-dental-legacy-page .tariff-card__head {
padding: 28px 20px 18px;
	background: linear-gradient(180deg, #4f93ff 0%, #3f7fea 100%);
	display: grid;
	grid-template-columns: 171px 1fr;
	align-items: center;
	gap: 24px;
	border-bottom-left-radius: 28px;
	border-bottom-right-radius: 28px;
	box-shadow: 0 20px 30px rgba(0, 0, 0, 0.18);
}

body.new-dental-legacy-page .tariff-card__brand {
text-align: center;
}

body.new-dental-legacy-page .tariff-card__brand img {
width: 60px;
	height: 60px;
	display: block;
	margin: 14px auto;
}

body.new-dental-legacy-page .tariff-card__name {
font-size: 18px;
	line-height: 1.1;
	font-weight: 400;
	color: #fff;
}

body.new-dental-legacy-page .tariff-card__cta-wrap {
text-align: right;
}

body.new-dental-legacy-page .tariff-card__cta {
display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 278px;
	height: 58px;
	/*padding: 0 24px;*/
	border-radius: 18px;
	color: #000000;	
	background: linear-gradient(
		90deg,
		#B48733 0%,
		#DAAE59 20%,
		#F7E9A5 45%,
		#DAAE59 70%,
		#B48733 100%
	);
	background-size: 250% 100%;
	animation: buttonGradientLoop 2.5s ease-in-out infinite alternate;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
}

body.new-dental-legacy-page .tariff-card__cta:hover {
box-shadow: 4px 4px 8px 0px #00000080 inset;
}

body.new-dental-legacy-page .tariff-card__price {
margin-top: 20px;
	font-size: 28px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
}

body.new-dental-legacy-page .tariff-card__body {
display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	padding: 28px 34px 34px;
}

body.new-dental-legacy-page .tariff-list li {
display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	font-size: 16px;
	line-height: 1.25;
	color: #fff;
	margin-bottom: 24px;
}

body.new-dental-legacy-page .tariff-list li span {
position: relative;
	/*padding-left: 34px;*/
}

body.new-dental-legacy-page .tariff-list li span::before {
content: "";
	position: absolute;
	left: 8px;
	top: 7px;
	width: 8px;
	height: 8px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
	opacity: 0.9;
}

body.new-dental-legacy-page .tariff-list li strong {
font-weight: 500;
	white-space: nowrap;
}

body.new-dental-legacy-page .tariff-list .tariff-feature--has-details {
display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: start;
	column-gap: 16px;
}

body.new-dental-legacy-page .tariff-feature__toggle {
-webkit-appearance: none;
	appearance: none;
	position: relative;
	min-width: 0;
	padding: 0 0 0 34px;
	margin: 0;
	border: 0;
	background: transparent;
	color: #fff;
	font: inherit;
	line-height: 1.25;
	text-align: left;
	cursor: pointer;
}

body.new-dental-legacy-page .tariff-feature__toggle::before {
content: "";
	position: absolute;
	left: 8px;
	top: 7px;
	width: 8px;
	height: 8px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
	opacity: 0.9;
	transition: transform 0.2s ease, top 0.2s ease;
}

body.new-dental-legacy-page .tariff-feature__toggle[aria-expanded="true"]::before {
top: 4px;
	transform: rotate(45deg);
}

body.new-dental-legacy-page .tariff-feature__details {
grid-column: 1 / -1;
	padding: 16px 0 2px 0px;
}

body.new-dental-legacy-page .tariff-feature__details-list {
display: grid;
	gap: 10px;
}

body.new-dental-legacy-page .tariff-feature__details-list .tariff-feature-detail {
display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: start;
	gap: 14px;
	font-size: 14px;
	line-height: 1.25;
	color: rgba(255, 255, 255, 0.88);
	margin-bottom: 0;
}

body.new-dental-legacy-page .tariff-feature__details-list .tariff-feature-detail.is-disabled {
opacity: 0.48;
}

body.new-dental-legacy-page .tariff-feature__details-list .tariff-feature-detail__value {
font-size: 18px;
	line-height: 1;
	font-weight: 500;
	color: #fff;
}

body.new-dental-legacy-page .tariff-subtitle {
margin: 18px 0 24px;
	font-size: 24px;
	line-height: 1.1;
	font-weight: 500;
	color: #fff;
}

body.new-dental-legacy-page .tariff-list--addons li strong {
font-weight: 400;
}

body.new-dental-legacy-page .tariff-list--addons .tariff-addon {
align-items: center;
}

body.new-dental-legacy-page .tariff-list--addons .tariff-addon.is-active .tariff-addon__price {
opacity: 1;
}

body.new-dental-legacy-page .tariff-list--addons .tariff-addon .tariff-addon__control {
-webkit-appearance: none;
	appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	min-width: 0;
	height: auto;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: #fff;
	font: inherit;
	line-height: 1;
	cursor: pointer;
	flex-shrink: 0;
}

body.new-dental-legacy-page .tariff-list--addons .tariff-addon .tariff-addon__control:focus-visible {
outline: none;
}

body.new-dental-legacy-page .tariff-list--addons .tariff-addon .tariff-addon__control > span {
padding-left: 0;
}

body.new-dental-legacy-page .tariff-list--addons .tariff-addon .tariff-addon__control > span::before {
display: none;
}

body.new-dental-legacy-page .tariff-list--addons .tariff-addon .tariff-addon__price {
display: inline-block;
	white-space: nowrap;
	font-weight: 400;
	color: #fff;
}

body.new-dental-legacy-page .tariff-list--addons .tariff-addon .tariff-addon__icon {
display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 20px;
	flex: 0 0 36px;
	border: 1px solid rgba(255, 255, 255, 0.72);
	border-radius: 4px;
	background: transparent;
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	line-height: 1;
	transform: translateY(-1px);
}

body.new-dental-legacy-page .tariff-list--addons .tariff-addon .tariff-addon__control.is-active .tariff-addon__icon {
background: #fff;
	border-color: #fff;
	color: #0759e6;
}

body.new-dental-legacy-page .tariff-card__footer-price {
margin-top: auto;
	padding-top: 28px;
	text-align: center;
	font-size: 28px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
}

body.new-dental-legacy-page .tariff-list--included li strong {
font-size: 26px;
	line-height: 1;
}

body.new-dental-legacy-page .pricing-bottom {
padding: 0 0 36px;
	background: #fff;
}

body.new-dental-legacy-page .pricing-button {
min-width: 290px;
	background: #0759e6;
	border-color: #0759e6;
	color: #fff;
}

body.new-dental-legacy-page .pricing-button span {
margin-left: 8px;
}

@media (max-width: 1200px) {
body.new-dental-legacy-page .pricing-title {
font-size: 42px;
}

body.new-dental-legacy-page .pricing-controls {
flex-direction: column;
}

body.new-dental-legacy-page .pricing-cards {
grid-template-columns: 1fr;
}
}

body.new-dental-legacy-page .presentation-block {
padding: 0 0 80px;
}

body.new-dental-legacy-page .presentation-block h2 {
font-family: Inter;
	font-weight: 700;
	font-size: 32px;
	line-height: 100%;
	vertical-align: middle;
	text-transform: uppercase;
	margin-bottom: 40px;
}

body.new-dental-legacy-page .presentation-card {
position: relative;
	overflow: hidden;
	min-height: 615px;
	padding: 36px 48px 36px 47px;
	border-radius: 20px;
	background: #0d5be1;
}

body.new-dental-legacy-page .presentation-content {
position: relative;
	z-index: 2;
}

body.new-dental-legacy-page .presentation-title {
margin: 0 0 20px;
	color: #fff;
	font-size: 32px;
	font-weight: 400;
	line-height: 1.04;
}

body.new-dental-legacy-page .presentation-text {
margin-bottom: 38px;
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.15;
}

body.new-dental-legacy-page .presentation-form {
display: flex;
	flex-direction: column;
	gap: 24px;
	width: 440px;
	box-shadow: -10.19px 7.93px 36.24px 0px #00000040;
	padding: 40px 32px;
	border-radius: 36px;
}

body.new-dental-legacy-page .presentation-input {
width: 100%;
	height: 66px;
	padding: 0 39px;
	border: 0;
	border-radius: 999px;
	background: #fff;
	box-shadow: 0 22px 40px rgba(3, 24, 73, 0.16);
	color: #1f1f1f;
	font-size: 20px;
	outline: none;
}

body.new-dental-legacy-page .presentation-input::placeholder {
color: #8c8c8c;
}

body.new-dental-legacy-page .presentation-submit {
display: block;
	width: 100%;
	height: 66px;
	border: 0;
	border-radius: 33px;
	margin: 18px 0 16px;
	padding: 0 20px;
	background: linear-gradient(
		90deg,
		#B48733 0%,
		#DAAE59 20%,
		#F7E9A5 45%,
		#DAAE59 70%,
		#B48733 100%
	);
	background-size: 250% 100%;
	animation: buttonGradientLoop 2.5s ease-in-out infinite alternate;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 500;
	color: #000;
	cursor: pointer;
}

body.new-dental-legacy-page .presentation-submit:hover {
box-shadow: 4px 4px 8px 0px #00000080 inset;
}

body.new-dental-legacy-page .presentation-privacy {
margin-top: -10px;
	max-width: 420px;
	color: #fff;
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
}

body.new-dental-legacy-page .presentation-privacy a {
color: #fff;
	text-decoration: underline;
}

body.new-dental-legacy-page .presentation-visual {
position: absolute;
	right: 36px;
	bottom: 0;
	width: 690px;
	height: 100%;
}

body.new-dental-legacy-page .presentation-team {
position: absolute;
    right: -40px;
    bottom: 0;
    width: 743px;
    height: 507px;
    max-width: none;
}

body.new-dental-legacy-page .presentation-person {
position: absolute;
	z-index: 3;
	min-width: 208px;
	padding: 16px 28px 18px;
	border-radius: 22px;
	background: #f5f5f5;
	box-shadow: 0 18px 40px rgba(5, 22, 65, 0.18);
	text-align: center;
}

body.new-dental-legacy-page .presentation-person--left {
left: 66px;
	bottom: 81px;
}

body.new-dental-legacy-page .presentation-person--right {
right: 0;
	bottom: 57px;
}

body.new-dental-legacy-page .presentation-person__name {
margin-bottom: 6px;
	color: #000;
	font-size: 39px;
	font-weight: 400;
	line-height: 1;
}

body.new-dental-legacy-page .presentation-person__role {
color: #000;
	font-size: 27px;
	font-weight: 400;
	line-height: 1.08;
}

body.new-dental-legacy-page .presentation-field {
position: relative;
	display: block;
}

body.new-dental-legacy-page .presentation-field--icon .presentation-field__icon {
position: absolute;
	top: 50%;
	left: 22px;
	width: 24px;
	height: 24px;
	transform: translateY(-50%);
	pointer-events: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

body.new-dental-legacy-page .presentation-field--icon .presentation-field__icon img {
display: block;
	max-width: 100%;
	max-height: 100%;
}

body.new-dental-legacy-page .presentation-field--icon .presentation-input {
padding-left: 58px;
}

body.new-dental-legacy-page .dp-form--blue-section {
max-width: 400px;
	width: 100%;
}

body.new-dental-legacy-page .who-likes-form {
padding: 32px 38px 28px;
	border-radius: 34px;
	border: 1px solid rgba(255, 255, 255, 0.24);
	background: linear-gradient(
		180deg,
		rgba(0, 71, 214, 0.34) 0%,
		rgba(0, 67, 196, 0.22) 100%
	);
	box-shadow:
		0 24px 50px rgba(2, 36, 127, 0.22),
		inset 0 1px 0 rgba(255, 255, 255, 0.18);
	backdrop-filter: blur(2px);
}

body.new-dental-legacy-page .who-likes-form__field {
display: flex;
	align-items: center;
	gap: 14px;
	height: 66px;
	padding: 0 26px;
	margin-bottom: 18px;
	border-radius: 33px;
	background: #fff !important;
	box-sizing: border-box;
}

body.new-dental-legacy-page .who-likes-form__field:last-of-type {
margin-bottom: 0;
}

body.new-dental-legacy-page .who-likes-form__icon {
width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 30px;
}

body.new-dental-legacy-page .who-likes-form__icon img {
max-width: 100%;
	max-height: 100%;
	display: block;
}

body.new-dental-legacy-page .who-likes-form__input {
width: 100%;
	border: 0;
	background: transparent;
	outline: none;
	box-shadow: none;
	font-size: 18px;
	line-height: 1.2;
	color: #111;
	font-family: inherit;
	padding: 0;
}

body.new-dental-legacy-page .who-likes-form__input::placeholder {
color: #8f8f8f;
	opacity: 1;
}

body.new-dental-legacy-page .who-likes-form__submit {
display: block;
	width: 100%;
	height: 66px;
	border: 0;
	border-radius: 33px;
	margin: 18px 0 16px;
	padding: 0 20px;
	background: linear-gradient(
		90deg,
		#B48733 0%,
		#DAAE59 20%,
		#F7E9A5 45%,
		#DAAE59 70%,
		#B48733 100%
	);
	background-size: 250% 100%;
	animation: buttonGradientLoop 2.5s ease-in-out infinite alternate;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 500;
	color: #111;
	cursor: pointer;
}

body.new-dental-legacy-page .who-likes-form__submit:hover {
box-shadow: 4px 4px 8px 0px #00000080 inset;
}

@keyframes buttonGradientLoop {
from {
		background-position: 0% 50%;
	}
	to {
		background-position: 100% 50%;
	}
}

body.new-dental-legacy-page .who-likes-form__agree {
font-size: 13px;
	line-height: 1.35;
	color: #fff;
	text-align: center;
}

body.new-dental-legacy-page .who-likes-form__agree a {
color: #fff;
	text-decoration: underline;
}

@media (max-width: 767px) {
body.new-dental-legacy-page .dp-form--blue-section {
max-width: none;
}

body.new-dental-legacy-page .who-likes-form {
padding: 24px 18px 22px;
		border-radius: 24px;
}

body.new-dental-legacy-page .who-likes-form__field, body.new-dental-legacy-page .who-likes-form__submit {
height: 58px;
}

body.new-dental-legacy-page .who-likes-form__input {
font-size: 16px;
}
}

body.new-dental-legacy-page .implementation {
padding: 8px 0 86px;
	background: #fff;
}

body.new-dental-legacy-page .implementation .container {
display: block;
	width: 100%;
	max-width: 1440px;
	height: auto;
	overflow: visible;
	margin: 0 auto;
	padding: 0 60px;
	box-sizing: border-box;
}

body.new-dental-legacy-page .implementation-title {
margin: 0 0 28px;
	font-size: 24px;
	line-height: 1.08;
	font-weight: 700;
	text-transform: uppercase;
	color: #111;
}

body.new-dental-legacy-page .implementation-slider {
overflow: visible;
	padding: 25px 20px;
}

body.new-dental-legacy-page .implementation-step {
width: 340px;
}

body.new-dental-legacy-page .implementation-card {
position: relative;
	min-height: 230px;
	padding: 28px 14px 28px;
	background: #fff;
	border-radius: 18px;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.14);
	overflow: hidden;
	text-align: center;
}

body.new-dental-legacy-page .implementation-card__num {
position: absolute;
	right: 6px;
	top: 8px;
	width: 82px;
	height: auto;
	opacity: 0.32;
	pointer-events: none;
}

body.new-dental-legacy-page .implementation-card__num.n1 {
width: 82px;
}

body.new-dental-legacy-page .implementation-card__num.n2 {
width: 116px;
}

body.new-dental-legacy-page .implementation-card__num.n3 {
width: 123px;
}

body.new-dental-legacy-page .implementation-card__num.n4 {
width: 128px;
}

body.new-dental-legacy-page .implementation-card__num.n5 {
width: 129px;
}

body.new-dental-legacy-page .implementation-card h3 {
position: relative;
	z-index: 1;
	margin: 0 0 8px;
	color: #4d8eff;
	font-size: 32px;
	line-height: 1;
	font-weight: 600;
	text-transform: uppercase;
}

body.new-dental-legacy-page .implementation-card p {
position: relative;
	z-index: 1;
	margin: 23px 15px 16px;
	font-size: 20px;
	line-height: 1.18;
	color: #000;
	text-align: left;
}

body.new-dental-legacy-page .implementation-card__time {
position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: flex-start;
	gap: 6px;
	font-size: 20px;
	line-height: 1.05;
	font-weight: 700;
	text-transform: uppercase;
	color: #111;
	float: left;
	margin-left: 15px;
	text-align: left;
}

body.new-dental-legacy-page .implementation-card__time img {
width: 24px;
	height: 24px;
	flex: 0 0 12px;
}

body.new-dental-legacy-page .implementation .swiper-pagination {
margin-top: 22px;
	text-align: center;
}

body.new-dental-legacy-page .implementation .swiper-pagination-bullet {
width: 56px;
}

@media (max-width: 991px) {
body.new-dental-legacy-page .implementation .container {
padding: 0 20px;
}

body.new-dental-legacy-page .implementation-step {
width: 240px;
}

body.new-dental-legacy-page .implementation-card {
min-height: 148px;
		padding: 18px 16px 16px;
}

body.new-dental-legacy-page .implementation-card__num {
width: 96px;
		right: 8px;
		top: 10px;
}

body.new-dental-legacy-page .implementation-card h3 {
font-size: 20px;
}

body.new-dental-legacy-page .implementation-card p {
font-size: 14px;
		max-width: 160px;
}
}

body.new-dental-legacy-page .mobile-app-block {
padding: 32px 0 0;
	background: #0957e6;
}

body.new-dental-legacy-page .mobile-app-card {
border-radius: 32px 32px 0 0;
	min-height: 736px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	overflow: hidden;
}

body.new-dental-legacy-page .mobile-app-content {
width: 54%;
	padding: 62px 0 70px 0;
	position: relative;
	z-index: 2;
}

body.new-dental-legacy-page .mobile-app-title {
color: #fff;
	font-size: 32px;
	line-height: 1.06;
	font-weight: 700;
	margin: 0 0 48px;
	max-width: 760px;
}

body.new-dental-legacy-page .mobile-app-grid {
display: grid;
	grid-template-columns: 271px 271px;
	gap: 34px 56px;
}

body.new-dental-legacy-page .mobile-app-item {
min-height: 196px;
	border-radius: 32px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	background: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0.1) 0%,
		rgba(255, 255, 255, 0.02) 100%
	);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-size: 28px;
	line-height: 1.18;
	font-weight: 400;
	padding: 24px 18px;
}

body.new-dental-legacy-page .mobile-app-visual {
width: 46%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 0 26px 0 0;
}

body.new-dental-legacy-page .mobile-app-visual::before {
content: "";
	position: absolute;
	width: 820px;
	height: 820px;
	border-radius: 50%;
	right: -75px;
	top: -48px;
	background: radial-gradient(
		circle,
		rgba(164, 226, 255, 0.95) 0%,
		rgba(86, 174, 255, 0.55) 33%,
		rgba(39, 137, 255, 0.14) 60%,
		rgba(11, 89, 230, 0) 74%
	);
	filter: blur(10px);
	opacity: 0.9;
}

body.new-dental-legacy-page .mobile-app-visual img {
position: relative;
	z-index: 1;
	width: 730px;
	max-width: none;
	margin-right: -48px;
	margin-top: 28px;
}

body.new-dental-legacy-page section.reviews-block .container {
overflow: visible;
}

body.new-dental-legacy-page .reviews-block {
padding: 0;
	margin-top: -1px;
}

body.new-dental-legacy-page .reviews-card {
padding: 36px 34px 32px;
}

body.new-dental-legacy-page .reviews-title {
margin: 0 0 26px;
	color: #000;
	font-size: 32px;
	line-height: 1.05;
	font-weight: 700;
	text-transform: uppercase;
}

body.new-dental-legacy-page .reviews-slider {
overflow: visible;
}

body.new-dental-legacy-page .reviews-slide {
width: 606px;
}

body.new-dental-legacy-page .review-item {
position: relative;
	background: #fff;
	border-radius: 24px;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
	padding: 20px 18px 16px;
	min-height: 199px;
}

body.new-dental-legacy-page .review-item__tag {
display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 29px;
	padding: 4px 10px;
	border-radius: 6px;
	background: #0d61ea;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 16px;
}

body.new-dental-legacy-page .review-item__content {
display: flex;
	gap: 18px;
	align-items: flex-start;
}

body.new-dental-legacy-page .review-item__text {
flex: 1 1 auto;
	min-width: 0;
}

body.new-dental-legacy-page .review-item__text h3 {
margin: 0 0 10px;
	font-size: 20px;
	line-height: 1.08;
	font-weight: 500;
	color: #111;
}

body.new-dental-legacy-page .review-item__post {
font-size: 12px;
	line-height: 1.35;
	color: #111;
	margin-bottom: 14px;
	max-width: 286px;
}

body.new-dental-legacy-page .review-item__text p {
margin: 0;
	font-size: 16px;
	line-height: 1.22;
	color: #111;
	max-width: 332px;
}

body.new-dental-legacy-page .review-item__media {
position: relative;
	width: 188px;
	flex: 0 0 188px;
	margin-top: 18px;
}

body.new-dental-legacy-page .review-item__photo {
width: 188px;
	height: 188px;
	border-radius: 50%;
	overflow: hidden;
}

body.new-dental-legacy-page .review-item__photo img {
width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

body.new-dental-legacy-page .review-item__play {
position: absolute;
	left: 2px;
	bottom: 18px;
	width: 64px;
	height: 64px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}

body.new-dental-legacy-page .review-item__play img {
display: block;
	width: 100%;
	height: 100%;
}

body.new-dental-legacy-page .reviews-block .swiper-pagination {
margin-top: 30px;
	text-align: center;
}

body.new-dental-legacy-page .reviews-block .swiper-pagination-bullet {
width: 138px;
	background: rgba(000, 000, 000, 0.35);
}

body.new-dental-legacy-page .reviews-block .swiper-pagination-bullet-active {
background: #0057e3;
}

@media (min-width: 768px) {
body.new-dental-legacy-page .top-banner__nav .top-banner__button {
display: flex !important;
}

body.new-dental-legacy-page .top-banner__nav .top-banner__button--prev::before {
border-right-color: #fff;
}

body.new-dental-legacy-page .top-banner__nav .top-banner__button--prev.swiper-button-disabled::before {
border-right-color: rgba(255, 255, 255, 0.45);
}

body.new-dental-legacy-page .history-nav, body.new-dental-legacy-page .clients-nav, body.new-dental-legacy-page .possibilities-nav, body.new-dental-legacy-page .implementation-nav, body.new-dental-legacy-page .reviews-nav, body.new-dental-legacy-page .changes-nav {
display: flex;
		align-items: center;
		justify-content: center;
		gap: 16px;
}

body.new-dental-legacy-page .history-nav {
margin-top: 28px;
		gap: 14px;
}

body.new-dental-legacy-page .clients-nav {
gap: 18px;
		margin-bottom: 40px;
}

body.new-dental-legacy-page .implementation-nav {
margin-top: 22px;
}

body.new-dental-legacy-page .reviews-nav {
margin-top: 30px;
}

body.new-dental-legacy-page .changes-nav {
margin-top: 55px;
		gap: 14px;
}

body.new-dental-legacy-page .history-nav__button, body.new-dental-legacy-page .clients-nav__button, body.new-dental-legacy-page .possibilities-nav__button, body.new-dental-legacy-page .implementation-nav__button, body.new-dental-legacy-page .reviews-nav__button, body.new-dental-legacy-page .changes-nav__button {
appearance: none;
		-webkit-appearance: none;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 24px;
		height: 24px;
		padding: 0;
		border: 0;
		background: transparent;
		position: relative;
		cursor: pointer;
		flex: 0 0 24px;
		z-index: 2;
}

body.new-dental-legacy-page .history-nav__button::before, body.new-dental-legacy-page .clients-nav__button::before, body.new-dental-legacy-page .possibilities-nav__button::before, body.new-dental-legacy-page .implementation-nav__button::before, body.new-dental-legacy-page .reviews-nav__button::before, body.new-dental-legacy-page .changes-nav__button::before {
content: "";
		display: block;
		width: 0;
		height: 0;
		border-top: 8px solid transparent;
		border-bottom: 8px solid transparent;
}

body.new-dental-legacy-page .history-nav__button--prev::before, body.new-dental-legacy-page .possibilities-nav__button--prev::before, body.new-dental-legacy-page .implementation-nav__button--prev::before, body.new-dental-legacy-page .reviews-nav__button--prev::before, body.new-dental-legacy-page .changes-nav__button--prev::before {
border-right: 9px solid #0057e3;
}

body.new-dental-legacy-page .history-nav__button--next::before, body.new-dental-legacy-page .possibilities-nav__button--next::before, body.new-dental-legacy-page .implementation-nav__button--next::before, body.new-dental-legacy-page .reviews-nav__button--next::before, body.new-dental-legacy-page .changes-nav__button--next::before {
border-left: 9px solid #0057e3;
}

body.new-dental-legacy-page .clients-nav__button--prev::before {
border-right: 9px solid #fff;
}

body.new-dental-legacy-page .clients-nav__button--next::before {
border-left: 9px solid #fff;
}

body.new-dental-legacy-page .history-nav__button.swiper-button-disabled, body.new-dental-legacy-page .clients-nav__button.swiper-button-disabled, body.new-dental-legacy-page .possibilities-nav__button.swiper-button-disabled, body.new-dental-legacy-page .implementation-nav__button.swiper-button-disabled, body.new-dental-legacy-page .reviews-nav__button.swiper-button-disabled, body.new-dental-legacy-page .changes-nav__button.swiper-button-disabled {
pointer-events: none;
}

body.new-dental-legacy-page .history-nav__button--prev.swiper-button-disabled::before, body.new-dental-legacy-page .possibilities-nav__button--prev.swiper-button-disabled::before, body.new-dental-legacy-page .implementation-nav__button--prev.swiper-button-disabled::before, body.new-dental-legacy-page .reviews-nav__button--prev.swiper-button-disabled::before, body.new-dental-legacy-page .changes-nav__button--prev.swiper-button-disabled::before {
border-right-color: rgba(0, 0, 0, 0.35);
}

body.new-dental-legacy-page .history-nav__button--next.swiper-button-disabled::before, body.new-dental-legacy-page .possibilities-nav__button--next.swiper-button-disabled::before, body.new-dental-legacy-page .implementation-nav__button--next.swiper-button-disabled::before, body.new-dental-legacy-page .reviews-nav__button--next.swiper-button-disabled::before, body.new-dental-legacy-page .changes-nav__button--next.swiper-button-disabled::before {
border-left-color: rgba(0, 0, 0, 0.35);
}

body.new-dental-legacy-page .clients-nav__button--prev.swiper-button-disabled::before {
border-right-color: rgba(255, 255, 255, 0.45);
}

body.new-dental-legacy-page .clients-nav__button--next.swiper-button-disabled::before {
border-left-color: rgba(255, 255, 255, 0.45);
}

body.new-dental-legacy-page .history .swiper-pagination, body.new-dental-legacy-page .clients .swiper-pagination, body.new-dental-legacy-page .possibilities .swiper-pagination, body.new-dental-legacy-page .implementation .swiper-pagination, body.new-dental-legacy-page .reviews-block .swiper-pagination, body.new-dental-legacy-page .changes .swiper-pagination {
position: static;
		margin: 0;
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
}

body.new-dental-legacy-page .history .swiper-pagination {
width: 132px;
}

body.new-dental-legacy-page .history .swiper-pagination-bullet {
width: 66px;
		height: 2px;
		border-radius: 0;
		background: rgba(0, 0, 0, 0.3);
		opacity: 1;
}

body.new-dental-legacy-page .history .swiper-pagination-bullet-active {
background: #0057e3;
}

body.new-dental-legacy-page .clients .swiper-pagination {
width: 132px;
}

body.new-dental-legacy-page .clients .swiper-pagination-bullet {
width: 66px;
		height: 2px;
		border-radius: 0;
		background: rgba(255, 255, 255, 0.35);
		opacity: 1;
}

body.new-dental-legacy-page .clients .swiper-pagination-bullet-active {
background: #fff;
}

body.new-dental-legacy-page .possibilities .swiper-pagination {
width: 180px;
}

body.new-dental-legacy-page .possibilities .swiper-pagination-bullet {
width: 60px;
}

body.new-dental-legacy-page .implementation .swiper-pagination {
width: 224px;
}

body.new-dental-legacy-page .reviews-block .swiper-pagination {
width: 276px;
}

body.new-dental-legacy-page .changes .swiper-pagination {
width: 264px;
}

body.new-dental-legacy-page .changes .swiper-pagination-bullet {
width: 44px;
		height: 2px;
		border-radius: 0;
		opacity: 1;
		background: rgba(0, 0, 0, 0.35);
}

body.new-dental-legacy-page .changes .swiper-pagination-bullet-active {
background: #0057e3;
}
}

@media (max-width: 767px) {
body.new-dental-legacy-page .possibilities-nav__button, body.new-dental-legacy-page .implementation-nav__button, body.new-dental-legacy-page .reviews-nav__button {
display: none;
}
}

body.new-dental-legacy-page .investor-form-block {
padding: 70px 0 36px;
	background: #fff;
}

body.new-dental-legacy-page .investor-form-block .wrap {
max-width: 1200px;
}

body.new-dental-legacy-page .investor-form-block__title {
margin: 0 0 36px;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.08;
	color: #000;
}

body.new-dental-legacy-page .investor-form-card {
position: relative;
	min-height: 729px;
	border-radius: 30px;
	overflow: hidden;
	background: linear-gradient(90deg, #3684ff 0%, #1b3eff 49%, #1100ff 100%);
}

body.new-dental-legacy-page .investor-form-card::before {
content: none;
}

body.new-dental-legacy-page .investor-form-card::after {
content: none;
}

body.new-dental-legacy-page .investor-form-card__bg {
position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 0;
	background-repeat: no-repeat;
	background-size: cover;
}

body.new-dental-legacy-page .investor-form-card__bg--combined {
background-image: url("/local/templates/new_dental/images/form-primary-bg-combined.png");
	background-position: center;
}

body.new-dental-legacy-page .investor-form-card__rings {
position: absolute;
	left: -2px;
	bottom: -2px;
	width: 430px;
	z-index: 0;
	pointer-events: none;
	opacity: 1;
}

body.new-dental-legacy-page .investor-form-card__rings img {
display: block;
	width: 100%;
	height: auto;
}

body.new-dental-legacy-page .investor-form-card__left, body.new-dental-legacy-page .investor-form-card__right {
position: absolute;
	z-index: 1;
}

body.new-dental-legacy-page .investor-form-card__left {
left: 60px;
	top: 60px;
	width: 466px;
	color: #fff;
}

body.new-dental-legacy-page .investor-form-card__headline {
margin: 0 0 34px;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.08;
}

body.new-dental-legacy-page .investor-form-card__desc {
max-width: 540px;
	margin: 0 0 18px;
	font-size: 20px;
	line-height: 1.22;
}

body.new-dental-legacy-page .investor-form-card__author {
margin-bottom: 12px;
	font-size: 16px;
	line-height: 1.22;
}

body.new-dental-legacy-page .investor-form-card__role {
font-size: 16px;
	line-height: 1.22;
	color: rgba(255, 255, 255, 0.62);
}

body.new-dental-legacy-page .investor-form-card__portrait {
position: absolute;
	left: 20px;
	top: 360px;
	width: 219px;
	height: 219px;
	border-radius: 50%;
	overflow: hidden;
}

body.new-dental-legacy-page .investor-form-card__portrait img {
display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body.new-dental-legacy-page .investor-form-card__right {
right: 60px;
	top: 137px;
	width: 551px;
	box-shadow: -10.19px 7.93px 36.24px 0px #00000040;
	padding: 40px 32px;
	border-radius: 36px;
}

body.new-dental-legacy-page .investor-form__field {
display: block;
	width: 100%;
	height: 68px;
	margin-bottom: 24px;
	padding: 0 40px;
	border: 0;
	border-radius: 29px;
	background: #fff;
	font: 400 20px / 1.1 "Inter";
	color: #000;
	box-sizing: border-box;
}

body.new-dental-legacy-page .investor-form__field::placeholder {
color: #9b9b9b;
}

body.new-dental-legacy-page .investor-form__field--textarea {
height: 144px;
	padding-top: 22px;
	padding-bottom: 22px;
	resize: none;
	border-radius: 24px;
}

body.new-dental-legacy-page .investor-form__submit {
	display: block;
	text-align: center;
	width: 100%;
	height: 68px;
	border-radius: 29px;
	font: 500 22px / 1 "Inter";
	cursor: pointer;
	color: #000000;
	background: linear-gradient(
		90deg,
		#B48733 0%,
		#DAAE59 20%,
		#F7E9A5 45%,
		#DAAE59 70%,
		#B48733 100%
	);
	background-size: 250% 100%;
	animation: buttonGradientLoop 2.5s ease-in-out infinite alternate;
}

body.new-dental-legacy-page .investor-form__submit:hover {
box-shadow: 4px 4px 8px 0px #00000080 inset;
}

body.new-dental-legacy-page .investor-form__control {
position: relative;
	display: block;
}

body.new-dental-legacy-page .investor-form__control--icon .investor-form__icon {
position: absolute;
	top: 50%;
	left: 22px;
	width: 24px;
	height: 24px;
	transform: translateY(-50%);
	pointer-events: none;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}

body.new-dental-legacy-page .investor-form__control--icon .investor-form__icon img {
display: block;
	max-width: 100%;
	max-height: 100%;
}

body.new-dental-legacy-page .investor-form__control--icon .investor-form__field {
padding-left: 58px;
}

body.new-dental-legacy-page .investor-form__control--textarea .investor-form__icon {
top: 24px;
	transform: none;
}

body.new-dental-legacy-page .investor-form__control--textarea .investor-form__field--textarea {
padding-left: 58px;
}

body.new-dental-legacy-page .investor-form__policy {
margin-top: 30px;
	text-align: center;
	font-size: 14px;
	line-height: 1.32;
	color: #fff;
}

body.new-dental-legacy-page .investor-form__policy a {
color: #fff;
	text-decoration: underline;
}

body.new-dental-legacy-page .faq-block {
padding: 68px 0 52px;
	background: #fff;
}

body.new-dental-legacy-page .faq-block .wrap {
max-width: 1200px;
}

body.new-dental-legacy-page .faq-block__title {
margin: 0 0 48px;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.08;
	color: #000;
}

body.new-dental-legacy-page .faq-list {
display: flex;
	flex-direction: column;
	gap: 26px;
}

body.new-dental-legacy-page .faq-item {
border-radius: 30px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.14);
	overflow: hidden;
}

body.new-dental-legacy-page .faq-item__head {
display: flex;
	align-items: center;
	width: 100%;
	min-height: 123px;
	padding: 24px 36px;
	border: 0;
	background: transparent;
	cursor: pointer;
	text-align: left;
	box-sizing: border-box;
}

body.new-dental-legacy-page .faq-item__icon {
width: 56px;
	flex: 0 0 56px;
	margin-right: 34px;
}

body.new-dental-legacy-page .faq-item__icon img {
display: block;
	width: 56px;
	height: 51px;
}

body.new-dental-legacy-page .faq-item__question {
flex: 1 1 auto;
	font-weight: 400;
	font-size: 24px;
	line-height: 1.2;
	color: #000;
}

body.new-dental-legacy-page .faq-item__arrow {
width: 32px;
	height: 32px;
	margin-left: 24px;
	flex: 0 0 32px;
	transition: transform 0.2s ease;
}

body.new-dental-legacy-page .faq-item__arrow img {
display: block;
	width: 32px;
	height: 32px;
}

body.new-dental-legacy-page .faq-item.active .faq-item__arrow {
transform: rotate(180deg);
}

body.new-dental-legacy-page .faq-item__body {
display: none;
	padding: 0 36px 28px 36px;
	margin-left: 90px;
	margin-top: -2px;
	font-size: 20px;
	line-height: 1.22;
	color: #000;
}

body.new-dental-legacy-page .prefooter-cta {
padding: 0px;
	margin-bottom: -1px;
	background: #0957e6;
}

body.new-dental-legacy-page .prefooter-cta__inner {
min-height: 201px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
}

body.new-dental-legacy-page .prefooter-cta__text {
max-width: 780px;
	color: #fff;
	font-size: 20px;
	line-height: 1.18;
	font-weight: 400;
}

body.new-dental-legacy-page .prefooter-cta__button {
flex: 0 0 auto;
	min-width: 332px;
	height: 72px;
	padding: 0 36px;
	border-radius: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #000;
	font-size: 18px;
	font-weight: 500;
	background: linear-gradient(
		90deg,
		#B48733 0%,
		#DAAE59 20%,
		#F7E9A5 45%,
		#DAAE59 70%,
		#B48733 100%
	);
	background-size: 250% 100%;
	animation: buttonGradientLoop 2.5s ease-in-out infinite alternate;
}

body.new-dental-legacy-page .prefooter-cta__button:hover {
box-shadow: 4px 4px 8px 0px #00000080 inset;
}

body.new-dental-legacy-page .footer {
padding: 0 0 80px;
	background: #0957e6;
	color: #fff;
}

body.new-dental-legacy-page .footer .footer__container {
padding-top: 64px;
	padding-bottom: 0;
}

body.new-dental-legacy-page .footer__top {
display: grid;
	grid-template-columns: 1.05fr 1fr;
	gap: 56px;
}

body.new-dental-legacy-page .footer__brand {
min-width: 0;
}

body.new-dental-legacy-page .footer__logo img {
width: 272px;
	display: block;
}

body.new-dental-legacy-page .footer__mail, body.new-dental-legacy-page .footer__phone, body.new-dental-legacy-page .footer__support-phone, body.new-dental-legacy-page .footer__nav-col a, body.new-dental-legacy-page .footer__doc-link {
color: #fff;
}

body.new-dental-legacy-page .footer__mail {
display: inline-block;
	margin-top: 56px;
	font-size: 18px;
	line-height: 1.2;
	opacity: 0.92;
}

body.new-dental-legacy-page .footer__phone-block {
margin-top: 34px;
}

body.new-dental-legacy-page .footer__phone {
display: block;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.1;
}

body.new-dental-legacy-page .footer__time {
margin-top: 2px;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.2;
}

body.new-dental-legacy-page .footer__time span {
color: #02c5db;
}

body.new-dental-legacy-page .footer__support {
margin-top: 38px;
}

body.new-dental-legacy-page .footer__support-label, body.new-dental-legacy-page .footer__address, body.new-dental-legacy-page .footer__company, body.new-dental-legacy-page .footer__notes {
opacity: 0.96;
}

body.new-dental-legacy-page .footer__support-label {
font-size: 18px;
	line-height: 1.2;
	letter-spacing: 0.02em;
}

body.new-dental-legacy-page .footer__support-phone {
display: inline-block;
	font-size: 18px;
	line-height: 1.2;
	margin-top: 4px;
}

body.new-dental-legacy-page .footer__address {
margin-top: 62px;
	font-size: 18px;
	line-height: 1.23;
	font-weight: 600;
	max-width: 420px;
	font-family: Semi Bold;
}

body.new-dental-legacy-page .footer__stores {
margin-top: 54px;
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}

body.new-dental-legacy-page .footer-store {
min-width: 185px;
	padding: 12px 18px;
	border-radius: 100px;
	display: inline-flex;
	align-items: center;
	gap: 14px;
	color: #fff;
	background: rgba(0, 0, 0, 0.004);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

body.new-dental-legacy-page .footer-store img {
width: 24px;
	height: 24px;
	flex: 0 0 24px;
}

body.new-dental-legacy-page .footer-store span {
font-size: 18px;
	line-height: 1.05;
	text-align: center;
	font-weight: 400;
}

body.new-dental-legacy-page .footer-store strong {
font-size: 18px;
	font-weight: 600;
}

body.new-dental-legacy-page .footer__socials {
display: flex;
	justify-content: flex-start;
	gap: 32px;
	margin-top: 4px;
}

body.new-dental-legacy-page .footer__socials img {
width: 32px;
	height: 32px;
	display: block;
}

body.new-dental-legacy-page .footer__nav-grid {
display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 28px 78px;
	margin-top: 52px;
	max-width: 560px;
}

body.new-dental-legacy-page .footer__nav-col {
display: flex;
	flex-direction: column;
	gap: 18px;
}

body.new-dental-legacy-page .footer__nav-col a {
font-size: 18px;
	line-height: 1.2;
	opacity: 0.96;
}

body.new-dental-legacy-page .footer__callback-wrap {
margin-top: 175px;
	display: flex;
	justify-content: flex-end;
}

body.new-dental-legacy-page .footer__callback {
display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 205px;
	padding: 18px 28px;
	border-radius: 100px;
	background: rgba(255, 255, 255, 0.18);
	color: #fff;
	font-size: 20px;
	line-height: 1.2;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

body.new-dental-legacy-page .footer__bottom {
display: grid;
	grid-template-columns: 240px 1fr 360px;
	gap: 40px;
	margin-top: 28px;
	padding-top: 34px;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	align-items: start;
}

body.new-dental-legacy-page .footer__copyright-col {
min-width: 0;
}

body.new-dental-legacy-page .footer__text-col {
min-width: 0;
}

body.new-dental-legacy-page .footer__docs-col {
min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding-top: 2px;
}

body.new-dental-legacy-page .footer__copyright-top {
display: flex;
	align-items: flex-start;
	gap: 22px;
}

body.new-dental-legacy-page .footer__age {
width: 52px;
	flex: 0 0 52px;
}

body.new-dental-legacy-page .footer__copyright-text {
font-size: 12px;
	line-height: 1.2;
	font-weight: 400;
	max-width: 211px;
	text-align: center;
}

body.new-dental-legacy-page .footer__company {
font-size: 12px;
	line-height: 1.33;
	max-width: 420px;
}

body.new-dental-legacy-page .footer__notes {
margin-top: 14px;
	font-size: 14px;
	line-height: 1.33;
	max-width: 520px;
}

body.new-dental-legacy-page .footer__doc-link {
display: inline-flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 12px;
	line-height: 1.3;
	opacity: 0.96;
}

body.new-dental-legacy-page .footer__doc-link img {
width: 16px;
	flex: 0 0 16px;
	margin-top: 1px;
}

body.new-dental-legacy-page .hero-badge {
background: #0057e3;
	padding-top: 24px;
	top: 125px;
	position: relative;
}

body.new-dental-legacy-page .hero-badge .wrap {
display: flex;
}

body.new-dental-legacy-page .hero-badge__inner {
display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 10px 20px;
	border-radius: 0 0 12px 12px;
	border-top: 1px solid rgba(255, 255, 255, 0.4);
	background: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0.08) 0%,
		rgba(255, 255, 255, 0.02) 100%
	);
	box-shadow: 0 12px 24px rgba(85, 182, 255, 0.18);
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	z-index: 9;
}

body.new-dental-legacy-page .hero-badge__inner img {
width: 20px;
	height: 20px;
	object-fit: contain;
}

body.new-dental-legacy-page .top-banner {
height: 820px;
	background: linear-gradient(90deg, #0057E3 0%, #1567EB 48%, #2B83FF 100%);
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	position: relative;
	overflow: hidden;
}

body.new-dental-legacy-page .top-banner__slider, body.new-dental-legacy-page .top-banner__slider .swiper-wrapper, body.new-dental-legacy-page .top-banner__slide, body.new-dental-legacy-page .top-banner__slide .wrap {
height: 100%;
}

body.new-dental-legacy-page .top-banner__slide {
padding: 28px 0 62px;
}

body.new-dental-legacy-page .top-banner__columns {
display: grid;
	grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
	align-items: center;
	background-image: url(/local/templates/new_dental/images/Ellipse_w.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
	height: 100%;
	gap: 0;
}

body.new-dental-legacy-page .top-banner__left {
display: grid;
	gap: 26px;
	width: 150%;
	align-content: center;
	position: relative;
	z-index: 2;
	pointer-events: none;
}

body.new-dental-legacy-page .top-banner__left::before {
content: "";
    position: absolute;
    top: 50%;
    right: -180px;
    transform: translateY(-50%);
    width: 900px;
    height: 900px;
    background: url(/local/templates/new_dental/images/Ellipse_d.png) no-repeat center / contain;
    z-index: -1;
    pointer-events: none;
}

body.new-dental-legacy-page .top-banner__name {
font-family: Inter, Arial, sans-serif;
	font-weight: 700;
	font-size: 22px;
	line-height: 1;
	text-transform: uppercase;
}

body.new-dental-legacy-page .top-banner__title {
font-size: 44px;
	line-height: 1.03;
	font-weight: 700;
	max-width: 700px;
	text-transform: uppercase;
}

body.new-dental-legacy-page .top-banner__left p {
max-width: 540px;
	font-size: 20px;
	line-height: 1.2;
}

body.new-dental-legacy-page .top-banner__right {
position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	height: 100%;
	flex: 1;
	min-width: 0;
	overflow: visible;
	transform: translate(-122px, -18px);
}

body.new-dental-legacy-page .top-banner__visual {
display: block;
	width: 848px;
	max-width: none;
	height: auto;
	max-height: none;
	object-fit: contain;
	margin: 0 -76px -12px auto;
	position: relative;
	z-index: 1;
}

body.new-dental-legacy-page .top-banner__hotspot {
position: absolute;
	z-index: 4;
	width: 50%;
	height: 100%;
	border: 0;
	padding: 0;
	background: transparent;
	cursor: pointer;
}

body.new-dental-legacy-page .top-banner__hotspot.top-banner__hotspot--left {
left: 145px;
}

body.new-dental-legacy-page .top-banner__hotspot.top-banner__hotspot--right {
right: -116px;
}

body.new-dental-legacy-page.top-banner-modal-open {
overflow: hidden;
}

body.new-dental-legacy-page .top-banner-modal {
position: fixed;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: rgba(4, 18, 51, 0.76);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition:
		opacity 0.25s ease,
		visibility 0.25s ease;
	z-index: 9999;
}

body.new-dental-legacy-page .top-banner-modal.is-open {
opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

body.new-dental-legacy-page .top-banner-modal__overlay {
position: absolute;
	inset: 0;
}

body.new-dental-legacy-page .top-banner-modal__dialog {
position: relative;
	z-index: 1;
	max-width: min(960px, calc(100vw - 40px));
	max-height: calc(100vh - 40px);
	padding: 18px;
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.3);
}

body.new-dental-legacy-page .top-banner-modal__image {
display: block;
	max-width: 100%;
	max-height: calc(100vh - 76px);
	border-radius: 16px;
}

body.new-dental-legacy-page .top-banner-modal__close {
position: absolute;
	top: -14px;
	right: -14px;
	width: 40px;
	height: 40px;
	border: 0;
	border-radius: 50%;
	background: #0057e3;
	cursor: pointer;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

body.new-dental-legacy-page .top-banner-modal__close::before, body.new-dental-legacy-page .top-banner-modal__close::after {
content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	height: 2px;
	background: #fff;
	border-radius: 2px;
}

body.new-dental-legacy-page .top-banner-modal__close::before {
transform: translate(-50%, -50%) rotate(45deg);
}

body.new-dental-legacy-page .top-banner-modal__close::after {
transform: translate(-50%, -50%) rotate(-45deg);
}

body.new-dental-legacy-page .top-banner__nav {
position: absolute;
	left: 50%;
	bottom: 26px;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	z-index: 3;
}

body.new-dental-legacy-page .top-banner__button {
appearance: none;
	-webkit-appearance: none;
	display: none;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	padding: 0;
	border: 0;
	background: transparent;
	position: relative;
	cursor: pointer;
	flex: 0 0 24px;
}

body.new-dental-legacy-page .top-banner__button::before {
content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}

body.new-dental-legacy-page .top-banner__button--prev::before {
border-right: 9px solid rgba(255, 255, 255, 0.45);
}

body.new-dental-legacy-page .top-banner__button--next::before {
border-left: 9px solid #fff;
}

body.new-dental-legacy-page .top-banner__button.swiper-button-disabled {
opacity: 1;
	pointer-events: none;
}

body.new-dental-legacy-page .top-banner__button--prev.swiper-button-disabled::before {
border-right-color: rgba(255, 255, 255, 0.45);
}

body.new-dental-legacy-page .top-banner__button--next.swiper-button-disabled::before {
border-left-color: rgba(255, 255, 255, 0.45);
}

body.new-dental-legacy-page .top-banner__pagination {
position: relative;
	left: auto !important;
	bottom: auto !important;
	transform: none;
	width: 520px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0;
}

body.new-dental-legacy-page .top-banner__pagination::before {
content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	height: 2px;
	background: rgba(255, 255, 255, 0.38);
	transform: translateY(-50%);
}

body.new-dental-legacy-page .top-banner__pagination .swiper-pagination-bullet {
position: relative;
	margin: 0 !important;
	flex: 1 1 0;
	height: 12px;
	border-radius: 0;
	background: transparent;
	opacity: 1;
}

body.new-dental-legacy-page .top-banner__pagination .swiper-pagination-bullet::before {
content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	height: 2px;
	background: rgba(255, 255, 255, 0.18);
	transform: translateY(-50%);
}

body.new-dental-legacy-page .top-banner__pagination .swiper-pagination-bullet-active::before {
background: #fff;
}

body.new-dental-legacy-page .order-from__bot, body.new-dental-legacy-page .order-from__tooth {
display: none;
}

body.new-dental-legacy-page .order-from__bot img, body.new-dental-legacy-page .order-from__tooth img {
display: block;
	width: 100%;
	height: auto;
}

body.new-dental-legacy-page .benefits-slider {
overflow: visible;
}

body.new-dental-legacy-page .benefits-item p {
margin: 0;
}

body.new-dental-legacy-page .mobile-app-title__accent {
color: #fff;
}

body.new-dental-legacy-page .mobile-app-title__link {
color: inherit;
	text-decoration: none;
	border-bottom: 2px solid transparent;
	transition: border-color 0.2s ease;
}

body.new-dental-legacy-page .mobile-header, body.new-dental-legacy-page .mobile-menu {
display: none;
}

@media (max-width: 767px) {
body.new-dental-legacy-page .hidden-xs {
display: none !important;
}

body.new-dental-legacy-page .visible-xs {
display: flex !important;
}

body.new-dental-legacy-page .footer {
padding-bottom: 48px;
}

body.new-dental-legacy-page .footer .footer__container {
padding-top: 40px;
}

body.new-dental-legacy-page .footer__logo img {
width: 220px;
}

body.new-dental-legacy-page .footer__mail {
margin-top: 28px;
}

body.new-dental-legacy-page .footer__stores, body.new-dental-legacy-page .footer__socials, body.new-dental-legacy-page .footer__nav-grid {
gap: 14px;
}

body.new-dental-legacy-page .footer__nav-grid {
grid-template-columns: 1fr;
		margin-top: 32px;
}

body.new-dental-legacy-page .footer__address {
margin-top: 32px;
		font-size: 16px;
}

body.new-dental-legacy-page .footer__callback {
width: 100%;
}

body.new-dental-legacy-page.mobile-menu-open {
overflow: hidden;
}

body.new-dental-legacy-page .header {
display: none;
}

body.new-dental-legacy-page .mobile-header {
display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 120;
		background: #4d92f1;
}

body.new-dental-legacy-page .mobile-header__inner {
height: 84px;
		padding: 0 16px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
}

body.new-dental-legacy-page .mobile-header__left {
display: flex;
		align-items: center;
		gap: 12px;
		flex: 0 0 auto;
}

body.new-dental-legacy-page .mobile-header__menu-btn, body.new-dental-legacy-page .mobile-header__phone-btn {
width: 32px;
		height: 32px;
		border: 0;
		background: transparent;
		padding: 0;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
}

body.new-dental-legacy-page .mobile-header__menu-btn img, body.new-dental-legacy-page .mobile-header__phone-btn img, body.new-dental-legacy-page .mobile-header__logo img {
display: block;
		width: 100%;
		height: auto;
}

body.new-dental-legacy-page .mobile-header__menu-btn img, body.new-dental-legacy-page .mobile-header__phone-btn img {
width: 32px;
		height: 32px;
}

body.new-dental-legacy-page .mobile-header__logo {
width: 37px;
		flex: 0 0 auto;
}

body.new-dental-legacy-page .mobile-header__cta {
flex: 0 0 147px;
		height: 54px;
		border-radius: 27px;
		background: linear-gradient(
			90deg,
			#B48733 0%,
			#DAAE59 20%,
			#F7E9A5 45%,
			#DAAE59 70%,
			#B48733 100%
		);
		background-size: 250% 100%;
		animation: buttonGradientLoop 2.5s ease-in-out infinite alternate;
		color: #000;
		font-size: 16px;
		line-height: 18px;
		font-weight: 500;
		text-align: center;
		display: inline-flex;
		align-items: center;
		justify-content: center;
}

body.new-dental-legacy-page .mobile-header__cta:hover, body.new-dental-legacy-page .mobile-header__cta:hover {
box-shadow: 4px 4px 8px 0px #00000080 inset;
}

body.new-dental-legacy-page .mobile-menu {
display: block;
		position: fixed;
		inset: 0;
		z-index: 200;
		background: rgba(255, 255, 255, 0.98);
		transform: translateX(-100%);
		transition: transform 0.3s ease;
		overflow-y: auto;
		height: 100vh;
}

body.new-dental-legacy-page.mobile-menu-open .mobile-menu {
transform: translateX(0);
}

body.new-dental-legacy-page .mobile-menu__panel {
padding: 22px 20px 32px;
		color: #000;
		min-height: 100vh;
		background: rgba(255, 255, 255, 0.6);
}

body.new-dental-legacy-page .mobile-menu__top {
display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 16px;
		margin: 0 0 34px;
}

body.new-dental-legacy-page .mobile-menu__logo {
width: 172px;
		margin: 0;
}

body.new-dental-legacy-page .mobile-menu__close {
width: 32px;
		height: 32px;
		border: 0;
		padding: 0;
		background: transparent;
		font-size: 34px;
		line-height: 32px;
		color: #000;
		cursor: pointer;
		flex: 0 0 auto;
		display: inline-flex;
		align-items: center;
		justify-content: center;
}

body.new-dental-legacy-page .mobile-menu__logo img {
display: block;
		width: 100%;
		height: auto;
}

body.new-dental-legacy-page .mobile-menu__nav {
display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px 32px;
		margin: 0 0 34px;
}

body.new-dental-legacy-page .mobile-menu__nav ul {
display: grid;
		gap: 16px;
}

body.new-dental-legacy-page .mobile-menu__nav a {
color: #000;
		font-size: 16px;
		line-height: 19px;
		font-weight: 400;
}

body.new-dental-legacy-page .mobile-menu__nav-link {
display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
}

body.new-dental-legacy-page .mobile-menu__nav-link--submenu::after {
content: "";
		width: 8px;
		height: 8px;
		border-top: 1.6px solid #000;
		border-right: 1.6px solid #000;
		transform: rotate(45deg);
		flex: 0 0 auto;
		margin-right: 3px;
}

body.new-dental-legacy-page .mobile-submenu {
position: absolute;
		inset: 0;
		background: #f3f3f3;
		z-index: 5;
		transform: translateX(-100%);
		opacity: 0;
		visibility: hidden;
		transition:
			transform 0.3s ease,
			opacity 0.3s ease,
			visibility 0.3s ease;
}

body.new-dental-legacy-page .mobile-submenu.active {
transform: translateX(0);
		opacity: 1;
		visibility: visible;
}

body.new-dental-legacy-page .mobile-submenu__panel {
height: 100vh;
		padding: 21px 16px 18px 20px;
		display: flex;
		flex-direction: column;
}

body.new-dental-legacy-page .mobile-submenu__top {
display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 16px;
		margin: 0 0 28px;
}

body.new-dental-legacy-page .mobile-submenu__back, body.new-dental-legacy-page .mobile-submenu__close {
width: 32px;
		height: 32px;
		border: 0;
		padding: 0;
		background: transparent;
		color: #000;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		flex: 0 0 auto;
}

body.new-dental-legacy-page .mobile-submenu__back svg {
display: block;
}

body.new-dental-legacy-page .mobile-submenu__body {
flex: 1 1 auto;
		overflow-y: auto;
		padding-right: 6px;
		scrollbar-width: thin;
		scrollbar-color: #1459ff transparent;
}

body.new-dental-legacy-page .mobile-submenu__body::-webkit-scrollbar {
width: 3px;
}

body.new-dental-legacy-page .mobile-submenu__body::-webkit-scrollbar-track {
background: transparent;
}

body.new-dental-legacy-page .mobile-submenu__body::-webkit-scrollbar-thumb {
background: #1459ff;
		border-radius: 999px;
}

body.new-dental-legacy-page .mobile-submenu__list {
display: grid;
		gap: 18px;
}

body.new-dental-legacy-page .mobile-submenu__list a {
display: flex;
		align-items: center;
		gap: 8px;
		color: #000;
		font-size: 16px;
		line-height: 19px;
		font-weight: 400;
}

body.new-dental-legacy-page .mobile-submenu__list .header-dropdown__svg {
width: 16px;
		height: 16px;
		flex: 0 0 auto;
		color: #000;
}

body.new-dental-legacy-page .mobile-menu__divider {
height: 1px;
		background: rgba(0, 0, 0, 0.35);
		margin: 0 0 22px;
}

body.new-dental-legacy-page .mobile-menu__social {
display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 14px;
		margin: 0 0 22px;
}

body.new-dental-legacy-page .mobile-menu__social a {
width: 32px;
		height: 32px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
}

body.new-dental-legacy-page .mobile-menu__social img {
display: block;
		width: 32px;
		height: 32px;
}

body.new-dental-legacy-page .mobile-menu__stores {
display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 12px;
		margin: 0 0 36px;
}

body.new-dental-legacy-page .mobile-store {
min-height: 38px;
		padding: 7px 8px;
		border-radius: 19px;
		background: #fff;
		box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 8px;
		text-align: left;
		color: #000;
}

body.new-dental-legacy-page .mobile-store img {
width: 16px;
		height: 16px;
		flex: none;
}

body.new-dental-legacy-page .mobile-store span {
font-size: 12px;
		line-height: 12px;
}

body.new-dental-legacy-page .mobile-store strong {
font-weight: 700;
}

body.new-dental-legacy-page .mobile-menu__contacts {
margin: 0 0 28px;
}

body.new-dental-legacy-page .mobile-menu__phone {
display: inline-block;
		color: #000;
		font-size: 24px;
		line-height: 29px;
		font-weight: 700;
		margin: 0 0 4px;
}

body.new-dental-legacy-page .mobile-menu__time {
display: flex;
		align-items: center;
		gap: 6px;
		font-size: 18px;
		line-height: 22px;
		font-weight: 700;
		margin: 0 0 28px;
}

body.new-dental-legacy-page .mobile-menu__time span {
width: 4px;
		height: 4px;
		border-radius: 50%;
		background: #02c5db;
		flex: none;
}

body.new-dental-legacy-page .mobile-menu__mail {
color: #000;
		font-size: 18px;
		line-height: 22px;
}

body.new-dental-legacy-page .mobile-menu__address {
font-size: 16px;
		line-height: 19px;
		font-weight: 700;
		margin: 0 0 28px;
}

body.new-dental-legacy-page .mobile-menu__bottom {
display: flex;
		align-items: flex-start;
		gap: 20px;
}

body.new-dental-legacy-page .mobile-menu__age {
width: 50px;
		flex: none;
}

body.new-dental-legacy-page .mobile-menu__copyright {
font-size: 16px;
		line-height: 19px;
		color: #000;
}

body.new-dental-legacy-page .top-banner {
padding-top: 84px;
}

body.new-dental-legacy-page .hero-badge {
padding-top: 0;
		background: transparent;
		margin-top: -1px;
		top: 84px;
}

body.new-dental-legacy-page .hero-badge .wrap {
max-width: none;
		padding: 0 20px;
}

body.new-dental-legacy-page .hero-badge__inner {
width: 100%;
		justify-content: center;
		font-size: 14px;
		line-height: 17px;
		padding: 10px 12px;
		border-radius: 0 0 10px 10px;
}

body.new-dental-legacy-page .hero-badge__inner img {
width: 16px;
		height: 16px;
}

body.new-dental-legacy-page .top-banner {
height: auto;
		padding-bottom: 60px;
}

body.new-dental-legacy-page .top-banner__slider, body.new-dental-legacy-page .top-banner__slider .swiper-wrapper, body.new-dental-legacy-page .top-banner__slide, body.new-dental-legacy-page .top-banner__slide .wrap {
height: auto;
}

body.new-dental-legacy-page .top-banner__slide {
padding: 30px 0 0;
}

body.new-dental-legacy-page .top-banner__slide .wrap {
min-height: 620px;
		padding: 0;
}

body.new-dental-legacy-page .top-banner__columns {
grid-template-columns: 1fr;
		grid-template-rows: auto 1fr auto;
		gap: 40px;
		height: 700px;
}

body.new-dental-legacy-page .top-banner__left {
gap: 20px;
		padding-bottom: 0;
		padding-top: 5px;
		align-content: start;
		width: auto;
		padding: 0 20px;
}

body.new-dental-legacy-page .top-banner__left::before {
display:none;
}

body.new-dental-legacy-page .top-banner__title {
font-size: 20px;
		line-height: 1.06;
		max-width: 360px;
}

body.new-dental-legacy-page .top-banner__left p {
font-size: 16px;
		line-height: 1.2;
		max-width: 360px;
}

body.new-dental-legacy-page .top-banner__right {
justify-content: center;
		align-self: end;
		padding-top: 0;
		transform: none;
}

body.new-dental-legacy-page .top-banner__visual {
width: 100%;
        max-width: 100%;
        max-height: none;
        margin: 0 auto;
}

body.new-dental-legacy-page .top-banner__hotspot.top-banner__hotspot--left {
left: 0;
}

body.new-dental-legacy-page .top-banner__hotspot.top-banner__hotspot--right {
right: 0;
}

body.new-dental-legacy-page .top-banner-modal {
padding: 16px;
}

body.new-dental-legacy-page .top-banner-modal__dialog {
padding: 12px;
		border-radius: 18px;
		max-width: calc(100vw - 24px);
}

body.new-dental-legacy-page .top-banner-modal__image {
max-height: calc(100vh - 48px);
		border-radius: 12px;
}

body.new-dental-legacy-page .top-banner-modal__close {
top: -10px;
		right: -10px;
		width: 34px;
		height: 34px;
}

body.new-dental-legacy-page .top-banner .banner-button.visible-xs {
align-self: start;
		margin: auto;
}

body.new-dental-legacy-page .top-banner__nav {
bottom: 0;
		width: calc(100% - 40px);
		justify-content: space-between;
		gap: 12px;
}

body.new-dental-legacy-page .top-banner__button {
display: flex;
}

body.new-dental-legacy-page .top-banner__pagination {
width: 220px !important;
		flex: 0 0 220px;
}

body.new-dental-legacy-page .possibilities-slide {
height: 224px;
		width: 181px !important;
		font-size: 16px;
		line-height: 20px;
		padding: 19px 12px;
}

body.new-dental-legacy-page .possibilities-slide img {
max-width: 119px;
		margin: auto 0 -16px;
		position: relative;
		right: -37px;
}

body.new-dental-legacy-page .who-likes {
padding: 0;
}

body.new-dental-legacy-page .who-likes .wrap {
padding: 0;
}

body.new-dental-legacy-page .who-likes .tabs-wrap {
border-radius: 32px 32px 0 0;
		overflow: hidden;
		background: #0057e3;
}

body.new-dental-legacy-page .who-likes .tabs-list {
display: block;
		padding: 32px 20px 20px;
}

body.new-dental-legacy-page .who-likes .tabs-selected {
background: transparent;
		color: #fff;
		padding: 0;
		margin: 0 0 24px;
		font-size: 28px;
		line-height: 29px;
		border-radius: 0;
}

body.new-dental-legacy-page .who-likes .tabs-selected::after {
display: none;
}

body.new-dental-legacy-page .who-likes .tabs-selected span {
display: block;
}

body.new-dental-legacy-page .who-likes .tabs-items {
display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 16px 20px;
		padding: 0;
}

body.new-dental-legacy-page .who-likes .tabs-items a {
min-width: 0;
		width: 100%;
		min-height: 44px;
		padding: 10px 14px;
		font-size: 18px;
		line-height: 20px;
		text-align: center;
		border-radius: 999px;
		display: block;
}

body.new-dental-legacy-page .who-likes .tabs-content {
margin-top: 12px;
		padding: 0;
		border-radius: 32px 32px 0 0;
		background: #ededed;
		overflow: hidden;
}

body.new-dental-legacy-page .who-likes .tabs-content__item {
padding: 0;
}

body.new-dental-legacy-page .who-likes .tabs-content__inner {
display: flex;
		flex-direction: column;
		gap: 0;
		align-items: stretch;
}

body.new-dental-legacy-page .who-likes .tabs-content__item-left {
width: 100%;
		padding: 18px 0 0;
		background: #fff;
}

body.new-dental-legacy-page .who-likes .tabs-content .accordion {
width: 100%;
		margin: 0;
}

body.new-dental-legacy-page .who-likes .accordion__item::after {
left: 0;
		right: 0;
		width: auto;
		background: #cfd8df;
}

body.new-dental-legacy-page .who-likes .accordion__trigger {
padding: 16px 44px 10px 20px;
		font-size: 18px;
		line-height: 22px;
		font-weight: 400;
}

body.new-dental-legacy-page .who-likes .accordion__text {
padding: 0 20px 14px;
		font-size: 16px;
		line-height: 18px;
		color: #1f1f1f;
}

body.new-dental-legacy-page .who-likes .accordion__trigger::after {
top: 22px;
		right: 18px;
		border-top-width: 8px;
		border-left-width: 7px;
		border-right-width: 7px;
}

body.new-dental-legacy-page .who-likes .button {
display: flex;
		width: calc(100% - 40px);
		min-width: 0;
		height: 50px;
		margin: 18px auto 0;
		padding: 0 20px;
		font-size: 16px;
		line-height: 20px;
}

body.new-dental-legacy-page .who-likes .tabs-content__item-right {
flex: none;
		max-width: none;
		width: 100%;
		padding: 24px 20px 30px;
		background: #fff;
		justify-content: center;
}

body.new-dental-legacy-page .who-likes .tabs-content__item-right img, body.new-dental-legacy-page .who-likes .tabs-content__inner img {
position: static;
		top: auto;
		left: auto;
		width: 100%;
		max-width: 360px;
		height: auto;
		margin: 0 auto;
}

body.new-dental-legacy-page .top-banner .swiper-backface-hidden .swiper-slide {
min-width: 353px;
		height: 780px;
		opacity: 1;
}

body.new-dental-legacy-page .swiper-pagination-bullet {
width: 25px;
}

body.new-dental-legacy-page .changes .swiper-backface-hidden .swiper-slide {
min-width: 353px;
		height: 630px;
		opacity: 1;
}

body.new-dental-legacy-page .presentation-block {
padding: 0px;
}

body.new-dental-legacy-page .p1 .swiper-backface-hidden .swiper-slide {
min-width: 353px;
		height: 530px;
		opacity: 1;
}

body.new-dental-legacy-page .history {
padding: 40px 0 34px;
}

body.new-dental-legacy-page .history .wrap {
padding: 0 20px;
}

body.new-dental-legacy-page .history .section-title {
margin: 0 0 34px;
		font-size: 28px;
		line-height: 1.12;
		text-transform: none;
		max-width: 320px;
}

body.new-dental-legacy-page .history-slider {
margin: 0;
		overflow: visible;
}

body.new-dental-legacy-page .history-slide, body.new-dental-legacy-page .history-slide.swiper-slide-active, body.new-dental-legacy-page .history-slide.swiper-slide-next {
opacity: 1;
}

body.new-dental-legacy-page .history-slide {
padding: 20px 14px 24px;
		border-radius: 30px;
		box-shadow: -6px 10px 28px rgba(0, 0, 0, 0.12);
		display: grid;
		grid-template-columns: 140px minmax(0, 1fr);
		grid-template-areas:
			"top photo"
			"top name"
			"quote quote"
			"post post";
		column-gap: 22px;
		row-gap: 18px;
		align-items: start;
}

body.new-dental-legacy-page .history-slide__top {
grid-area: top;
		display: grid;
		grid-template-columns: 1fr;
		gap: 20px;
		margin: 0;
}

body.new-dental-legacy-page .history-slide__top-item {
border-radius: 22px;
}

body.new-dental-legacy-page .history-slide__top-inner {
border-radius: 21px;
		padding: 13px 10px;
		font-size: 12px;
		line-height: 1.1;
}

body.new-dental-legacy-page .history-slide__top-inner p {
font-size: 18px;
		line-height: 1.1;
		margin: 0 0 6px;
}

body.new-dental-legacy-page .history-slide__body {
display: contents;
}

body.new-dental-legacy-page .history-slide__body-left {
display: contents;
}

body.new-dental-legacy-page .history-slide__body-right {
grid-area: photo;
		width: 162px;
		height: 162px;
		justify-self: center;
		align-self: end;
}

body.new-dental-legacy-page .history-slide__body-right::after {
width: 52px;
		height: 52px;
		left: -6px;
		bottom: -2px;
		background-size: contain;
}

body.new-dental-legacy-page .history-slide__body-name {
grid-area: name;
		margin: 0;
		font-size: 20px;
		line-height: 1.05;
		font-weight: 500;
}

body.new-dental-legacy-page .history-slide__body-left > p {
grid-area: quote;
		margin: 0;
		font-size: 18px;
		line-height: 1.12;
}

body.new-dental-legacy-page .history-slide__body-post {
grid-area: post;
		margin: 0;
		font-size: 12px;
		line-height: 1.35;
		max-width: 100%;
}

body.new-dental-legacy-page .history .swiper-pagination-horizontal.swiper-pagination-bullets {
display: flex;
}

body.new-dental-legacy-page .history .swiper-pagination {
position: relative;
		width: 260px;
		margin: 28px auto 0;
		padding: 0 28px;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 0;
}

body.new-dental-legacy-page .history .swiper-pagination::before, body.new-dental-legacy-page .history .swiper-pagination::after {
content: "";
		position: absolute;
		top: 50%;
		width: 0;
		height: 0;
		margin-top: -8px;
		border-top: 8px solid transparent;
		border-bottom: 8px solid transparent;
}

body.new-dental-legacy-page .history .swiper-pagination::before {
left: 10px;
		border-right: 9px solid rgba(0, 0, 0, 0.35);
}

body.new-dental-legacy-page .history .swiper-pagination::after {
right: 10px;
		border-left: 9px solid #0057e3;
}

body.new-dental-legacy-page .history .swiper-pagination-bullet {
width: 66px;
		height: 2px;
		background: rgba(0, 0, 0, 0.3);
		border-radius: 0;
}

body.new-dental-legacy-page .history .swiper-pagination-bullet + .swiper-pagination-bullet {
margin-left: 0 !important;
}

body.new-dental-legacy-page .history-nav {
display: flex;
		align-items: center;
		justify-content: center;
		gap: 16px;
}

body.new-dental-legacy-page .history-nav__button {
appearance: none;
		-webkit-appearance: none;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 24px;
		height: 24px;
		padding: 0;
		border: 0;
		background: transparent;
		position: relative;
		cursor: pointer;
		flex: 0 0 24px;
		z-index: 3;
}

body.new-dental-legacy-page .history-nav__button::before {
content: "";
		display: block;
		width: 0;
		height: 0;
		border-top: 8px solid transparent;
		border-bottom: 8px solid transparent;
}

body.new-dental-legacy-page .history-nav__button--prev::before {
border-right: 9px solid rgba(0, 0, 0, 0.35);
}

body.new-dental-legacy-page .history-nav__button--next::before {
border-left: 9px solid #0057e3;
}

body.new-dental-legacy-page .history-nav__button--prev::before {
border-right: 9px solid #0057e3;
}

body.new-dental-legacy-page .history-nav__button--next::before {
border-left: 9px solid #0057e3;
}

body.new-dental-legacy-page .history-nav__button.swiper-button-disabled {
opacity: 1;
		pointer-events: none;
}

body.new-dental-legacy-page .history-nav__button--prev.swiper-button-disabled::before {
border-right-color: rgba(0, 0, 0, 0.35);
}

body.new-dental-legacy-page .history-nav__button--next.swiper-button-disabled::before {
border-left-color: rgba(0, 0, 0, 0.35);
}

body.new-dental-legacy-page .history-nav {
margin-top: 28px;
		gap: 14px;
}

body.new-dental-legacy-page .history .swiper-pagination {
position: static;
		width: 132px;
		margin: 0;
		padding: 0;
		display: flex;
		justify-content: center;
		align-items: center;
}

body.new-dental-legacy-page .history .swiper-pagination::before, body.new-dental-legacy-page .history .swiper-pagination::after {
display: none;
}

body.new-dental-legacy-page .history .swiper-pagination-bullet {
width: 66px;
		height: 2px;
		background: rgba(0, 0, 0, 0.3);
		border-radius: 0;
		opacity: 1;
}

body.new-dental-legacy-page .history .swiper-pagination-bullet-active {
background: #0057e3;
}

body.new-dental-legacy-page .clients-nav {
display: flex;
		align-items: center;
		justify-content: center;
		gap: 16px;
}

body.new-dental-legacy-page .clients-nav__button {
appearance: none;
		-webkit-appearance: none;
		display: none;
		align-items: center;
		justify-content: center;
		width: 24px;
		height: 24px;
		padding: 0;
		border: 0;
		background: transparent;
		position: relative;
		cursor: pointer;
		flex: 0 0 24px;
		z-index: 2;
}

body.new-dental-legacy-page .clients-nav__button::before {
content: "";
		display: block;
		width: 0;
		height: 0;
		border-top: 8px solid transparent;
		border-bottom: 8px solid transparent;
}

body.new-dental-legacy-page .clients-nav__button--prev::before {
border-right: 9px solid #fff;
}

body.new-dental-legacy-page .clients-nav__button--next::before {
border-left: 9px solid #fff;
}

body.new-dental-legacy-page .clients-nav__button.swiper-button-disabled {
opacity: 1;
		pointer-events: none;
}

body.new-dental-legacy-page .clients-nav__button--prev.swiper-button-disabled::before {
border-right-color: rgba(255, 255, 255, 0.45);
}

body.new-dental-legacy-page .clients-nav__button--next.swiper-button-disabled::before {
border-left-color: rgba(255, 255, 255, 0.45);
}

body.new-dental-legacy-page .clients {
padding: 0px;
		border-radius: 32px 32px 0 0;
}

body.new-dental-legacy-page .clients .wrap {
padding: 0px;
}

body.new-dental-legacy-page .clients .section-title {
max-width: 270px;
		margin: 0 0 30px;
		padding: 28px 0px 0px 20px;
		font-size: 28px;
		line-height: 1.08;
		font-weight: 400;
}

body.new-dental-legacy-page .clients-slider {
height: auto;
		max-width: none;
		padding: 0 20px;
		overflow: visible;
}

body.new-dental-legacy-page .clients-slide {
height: 198px;
		padding: 24px;
		border-radius: 32px;
}

body.new-dental-legacy-page .clients-slide img {
display: block;
		max-width: 100%;
		/*max-height: 100px;*/
		width: auto;
		height: auto;
		object-fit: contain;
}

body.new-dental-legacy-page .clients-nav {
gap: 18px;
}

body.new-dental-legacy-page .clients-nav__button {
display: flex;
}

body.new-dental-legacy-page .clients .swiper-pagination {
position: static;
		width: 132px;
		margin: 0;
		padding: 0;
		display: flex;
		justify-content: center;
		align-items: center;
}

body.new-dental-legacy-page .clients .swiper-pagination-bullet {
width: 66px;
		height: 2px;
		border-radius: 0;
		background: rgba(255, 255, 255, 0.35);
		opacity: 1;
}

body.new-dental-legacy-page .clients .swiper-pagination-bullet + .swiper-pagination-bullet {
margin-left: 0 !important;
}

body.new-dental-legacy-page .clients .swiper-pagination-bullet-active {
background: #fff;
}

body.new-dental-legacy-page .order-from {
margin: 0;
		padding: 42px 0 60px;
		min-height: 0;
		overflow: hidden;
}

body.new-dental-legacy-page .order-from__bg {
left: -49px;
		right: auto;
		bottom: -100px;
		width: 100%;
		height: 100%;
		background: url(images/bg_form_mobile.png) no-repeat center / contain;
		opacity: 1;
}

body.new-dental-legacy-page .order-from__inner {
padding: 44px 20px 28px;
		margin: 0px 20px;
		border-radius: 34px;
		background: #fff;
		overflow: visible;
}

body.new-dental-legacy-page .order-from__title {
max-width: 100%;
		margin: 0 0 18px;
		font-size: 28px;
		line-height: 1.18;
}

body.new-dental-legacy-page .order-from__subtitle {
display: none;
}

body.new-dental-legacy-page .order-from__bot {
display: block;
		width: 195px;
		margin: 0 auto -14px;
		position: relative;
		z-index: 0;
}

body.new-dental-legacy-page .form-inputs {
position: relative;
		z-index: 1;
		grid-template-columns: 1fr;
		gap: 20px;
		margin: -100px 0 16px;
}

body.new-dental-legacy-page .input-wrap {
position: relative;
		z-index: 1;
}

body.new-dental-legacy-page .text-input {
height: 48px;
		padding: 0 38px;
		font-size: 16px;
		line-height: 19px;
		border-radius: 24px;
		box-shadow: -6px 6px 18px rgba(0, 0, 0, 0.12);
}

body.new-dental-legacy-page .form-inputs .button {
width: 100%;
		height: 46px;
		padding: 0 20px;
		font-size: 16px;
		line-height: 19px;
		border-radius: 24px;
}

body.new-dental-legacy-page .order-from .text-right {
position: relative;
		z-index: 1;
		max-width: 320px;
		margin: 0 auto;
		text-align: center;
		font-size: 12px;
		line-height: 1.25;
}

body.new-dental-legacy-page .order-from .text-right br {
display: none;
}

body.new-dental-legacy-page .order-from a:not(.button) {
display: inline;
}

body.new-dental-legacy-page .order-from__tooth {
display: block;
		position: absolute;
		left: -34px;
		bottom: -162px;
		width: 162px;
		z-index: 0;
		pointer-events: none;
}

body.new-dental-legacy-page .clients + .order-from {
margin-top: 0;
}

body.new-dental-legacy-page .section-title2 {
font-size: 28px;
		line-height: 32px;
		font-weight: 400;
		margin: 0px 0 32px;
}

body.new-dental-legacy-page .possibilities-hint {
font-size: 18px;
		line-height: 25px;
		margin: 0 0 41px;
}

body.new-dental-legacy-page .possibilities-list {
display: flex;
		gap: 20px;
		margin: 0 0 40px;
		flex-wrap: wrap;
}

body.new-dental-legacy-page .benefits {
padding: 40px 0px;
		background: #fff;
}

body.new-dental-legacy-page .benefits .wrap {
padding: 0 20px;
}

body.new-dental-legacy-page .benefits-slider {
margin: 0 -20px;
		padding: 0 20px;
}

body.new-dental-legacy-page .benefits-list {
display: flex;
		gap: 0;
		grid-template-columns: none;
}

body.new-dental-legacy-page .benefits-item {
box-sizing: border-box;
		width: 246px;
		height: 154px;
		padding: 28px 16px 20px;
		border-radius: 28px;
		background-color: #f2f2f2;
		background-size: auto 86%;
		background-position: right bottom;
		box-shadow: -8px 7px 28px rgba(0, 0, 0, 0.18);
		border: 1px solid rgba(69, 155, 254, 0.65);
		color: #111;
		font-size: 17px;
		line-height: 1.15;
}

body.new-dental-legacy-page .benefits-title {
margin: 0 0 18px;
		font-size: 30px;
		line-height: 1;
		text-align: center;
		font-weight: 600;
}

body.new-dental-legacy-page .benefits-item p {
max-width: 180px;
		margin: 0;
}

body.new-dental-legacy-page .benefits .swiper-backface-hidden .swiper-slide {
min-width: 268px;
		height: 166px;
		opacity: 1;
		border: 0;
}

body.new-dental-legacy-page .dp-visual__feature--capsule .dp-visual__content, body.new-dental-legacy-page .dp-visual__feature--user .dp-visual__content, body.new-dental-legacy-page .dp-visual__feature--card .dp-visual__content {
max-width: 248px;
		text-align: left;
}

body.new-dental-legacy-page .dp-visual_bg {
position: absolute;
		left: auto;
		right: 10px;
		bottom: 42px;
		width: 115px;
		height: 115px;
		background: url(images/dp-tooth.svg) no-repeat center / contain;
		opacity: 1;
		z-index: 0;
		transform: rotate(-15.75deg);
		transform-origin: center center;
}

body.new-dental-legacy-page .dp-visual {
padding-bottom: 40px;
}

body.new-dental-legacy-page .dp-visual__feature {
gap: 14px;
		align-items: center;
}

body.new-dental-legacy-page .dp-visual__icon {
width: 92px;
}

body.new-dental-legacy-page .dp-visual__name {
font-size: 20px;
		line-height: 24px;
		font-weight: 400;
}

body.new-dental-legacy-page .dp-visual__content p {
font-size: 16px;
		line-height: 20px;
}

body.new-dental-legacy-page .dp-visual__button .border-button, body.new-dental-legacy-page .dp-visual__button .button {
min-width: 240px;
		width: 90%;
		min-height: 58px;
}

body.new-dental-legacy-page .dp-visual__scene {
min-height: auto;
		padding: 40px 0 0;
		background: url(images/elipse_d2_mobile.png);
		background-size: contain;
		background-repeat: no-repeat;
}

body.new-dental-legacy-page .dp-visual__orbit {
display: none;
}

body.new-dental-legacy-page .dp-visual__tooth, body.new-dental-legacy-page .dp-visual__feature, body.new-dental-legacy-page .dp-visual__button {
position: static;
}

body.new-dental-legacy-page .dp-visual__tooth {
width: 260px;
		margin: 0 auto 30px;
}

body.new-dental-legacy-page .dp-visual__feature {
margin: 0 0 24px;
}

body.new-dental-legacy-page .dp-visual__button {
padding-top: 40px;
		width: 100%;
		z-index: 1;
		position: relative;
}

body.new-dental-legacy-page .presentation-card {
min-height: 0;
		padding: 60px 20px 0px;
		border-radius: 0;
}

body.new-dental-legacy-page .presentation-title {
font-size: 28px;
}

body.new-dental-legacy-page .presentation-text {
font-size: 18px;
}

body.new-dental-legacy-page .presentation-visual {
position: relative;
		right: auto;
		width: 100%;
		height: 430px;
		margin-top: 0px;
}

body.new-dental-legacy-page .presentation-team {
right: 50%;
		transform: translateX(50%);
		width: 560px;
}

body.new-dental-legacy-page .presentation-person--left {
left: -4%;
		bottom: 93px;
		background-color: #fff;
		min-width: 102px;
}

body.new-dental-legacy-page .presentation-person--right {
right: -1%;
		bottom: 95px;
		background-color: #fff;
		min-width: 102px;
}

body.new-dental-legacy-page .presentation-input {
width: 100%;
		height: 48px;
		padding: 0 39px;
		border: 0;
		border-radius: 999px;
		background: #ffffff;
		box-shadow: 0 22px 40px rgba(3, 24, 73, 0.16);
		color: #1f1f1f;
		font-size: 20px;
		outline: none;
}

body.new-dental-legacy-page .presentation-submit {
height: 48px;
}

body.new-dental-legacy-page .presentation-privacy {
margin-left: auto;
}

body.new-dental-legacy-page .presentation-person__name {
font-size: 17px;
}

body.new-dental-legacy-page .presentation-person__role {
font-size: 12px;
}

body.new-dental-legacy-page .implementation {
padding: 44px 0 62px;
		background: linear-gradient(180deg, #edf4fb 0%, #f5f8fb 100%);
}

body.new-dental-legacy-page .implementation .container {
padding: 0 20px;
}

body.new-dental-legacy-page .implementation-title {
margin: 0 0 28px;
		max-width: 260px;
		color: #0f5be0;
		font-size: 28px;
		line-height: 1.05;
		font-weight: 700;
		text-transform: uppercase;
}

body.new-dental-legacy-page .implementation-slider {
overflow: visible;
		padding: 0;
}

body.new-dental-legacy-page .implementation-slider.swiper {
overflow: visible;
}

body.new-dental-legacy-page .implementation-slider .swiper-wrapper {
display: flex;
		flex-direction: column;
		transform: none !important;
		gap: 40px;
}

body.new-dental-legacy-page .implementation-slider .swiper-slide {
width: 100% !important;
		margin-right: 0 !important;
		flex-shrink: 0;
}

body.new-dental-legacy-page .implementation-step {
width: 100%;
}

body.new-dental-legacy-page .implementation-card {
min-height: 188px;
		padding: 22px 20px 24px;
		border-radius: 30px;
		background: rgba(255, 255, 255, 0.92);
		box-shadow: none;
		text-align: left;
}

body.new-dental-legacy-page .implementation-card__num {
opacity: 0.14;
		top: 36px;
}

body.new-dental-legacy-page .implementation-card__num.n1 {
left: 0px;
		right: auto;
		top: 36px;
		width: 66px;
}

body.new-dental-legacy-page .implementation-card__num.n2 {
right: 0px;
		top: 30px;
		width: 99px;
}

body.new-dental-legacy-page .implementation-card__num.n3 {
left: 0px;
		right: auto;
		top: 30px;
		width: 103px;
}

body.new-dental-legacy-page .implementation-card__num.n4 {
right: 8px;
		top: 34px;
		width: 100px;
}

body.new-dental-legacy-page .implementation-card__num.n5 {
left: 12px;
		right: auto;
		top: 36px;
		width: 88px;
}

body.new-dental-legacy-page .implementation-card h3 {
position: relative;
		z-index: 1;
		margin: 0 0 22px;
		color: #4a90ff;
		font-size: 32px;
		line-height: 0.95;
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: -0.02em;
}

body.new-dental-legacy-page .implementation-step:nth-child(odd) .implementation-card h3 {
text-align: right;
}

body.new-dental-legacy-page .implementation-step:nth-child(even) .implementation-card h3 {
text-align: left;
}

body.new-dental-legacy-page .implementation-card h3::after {
content: "";
		position: absolute;
		left: -20px;
		right: -20px;
		bottom: -10px;
		height: 1px;
		background: #7aaeff;
		opacity: 0.85;
}

body.new-dental-legacy-page .implementation-card p {
margin: 0 0 16px;
		font-size: 18px;
		line-height: 1.15;
		color: #111;
		max-width: none;
}

body.new-dental-legacy-page .implementation-card__time {
display: inline-flex;
		align-items: center;
		gap: 10px;
		float: none;
		margin-left: 0;
		font-size: 20px;
		line-height: 1.1;
		font-weight: 600;
		color: #111;
		text-transform: uppercase;
}

body.new-dental-legacy-page .implementation-card__time img {
width: 24px;
		height: 24px;
		flex: 0 0 24px;
}

body.new-dental-legacy-page .implementation .swiper-pagination {
display: none;
}

body.new-dental-legacy-page .mobile-app-block {
padding: 0;
		background: #0957e6;
		overflow: hidden;
}

body.new-dental-legacy-page .mobile-app-block .wrap {
padding: 0;
}

body.new-dental-legacy-page .mobile-app-card {
min-height: 0;
		display: block;
		border-radius: 32px 32px 0 0;
		background: linear-gradient(180deg, #0b5cec 0%, #0957e6 100%);
}

body.new-dental-legacy-page .mobile-app-content {
width: 100%;
		padding: 26px 20px 0;
}

body.new-dental-legacy-page .mobile-app-title {
max-width: 360px;
		margin: 0 0 34px;
		font-size: 28px;
		line-height: 1.18;
		font-weight: 400;
		letter-spacing: -0.01em;
}

body.new-dental-legacy-page .mobile-app-title__accent {
color: #1aff1a;
}

body.new-dental-legacy-page .mobile-app-title__link {
color: inherit;
		border-bottom-width: 1px;
}

body.new-dental-legacy-page .mobile-app-grid {
grid-template-columns: 1fr;
		gap: 20px;
}

body.new-dental-legacy-page .mobile-app-item {
min-height: 80px;
		border-radius: 24px;
		padding: 18px 22px;
		font-size: 18px;
		line-height: 1.18;
		text-align: center;
}

body.new-dental-legacy-page .mobile-app-visual {
width: 100%;
		padding: 2px 0 0;
		justify-content: center;
		overflow: hidden;
}

body.new-dental-legacy-page .mobile-app-visual::before {
width: 520px;
		height: 520px;
		top: 34px;
		right: 50%;
		transform: translateX(50%);
		background: radial-gradient(
			circle,
			rgba(164, 226, 255, 0.82) 0%,
			rgba(86, 174, 255, 0.52) 30%,
			rgba(39, 137, 255, 0.16) 58%,
			rgba(11, 89, 230, 0) 74%
		);
		filter: blur(10px);
}

body.new-dental-legacy-page .mobile-app-visual img {
width: 408px;
		max-width: none;
		margin: 0 auto -18px;
		transform: translateX(4px);
}

body.new-dental-legacy-page .reviews-title {
margin: 20px 0 26px;
		color: #000;
		font-size: 28px;
		line-height: 1.05;
		font-weight: 400;
		text-transform: uppercase;
}

body.new-dental-legacy-page .reviews-block {
background: #fff;
}

body.new-dental-legacy-page .reviews-block .container {
padding: 0 20px;
}

body.new-dental-legacy-page .reviews-card {
padding: 36px 0px 32px;
		overflow: visible;
}

body.new-dental-legacy-page .reviews-title {
margin: 0 0 48px;
		color: #111;
		font-size: 28px;
		line-height: 1.08;
		font-weight: 400;
		text-transform: none;
}

body.new-dental-legacy-page .reviews-slider {
overflow: visible;
}

body.new-dental-legacy-page .reviews-slide {
width: 100%;
}

body.new-dental-legacy-page .review-item {
padding: 22px 20px 24px;
		min-height: 0;
		border-radius: 32px;
		box-shadow: 0 16px 34px rgba(0, 0, 0, 0.16);
}

body.new-dental-legacy-page .review-item__tag {
min-height: 38px;
		padding: 7px 14px;
		border-radius: 0 0 8px 8px;
		margin: 0 0 18px;
		font-size: 16px;
		line-height: 1;
		font-weight: 400;
}

body.new-dental-legacy-page .review-item__content {
display: grid;
		grid-template-columns: minmax(0, 1fr) 140px;
		grid-template-areas:
			"name media"
			"quote quote"
			"post post";
		column-gap: 14px;
		row-gap: 28px;
		align-items: start;
}

body.new-dental-legacy-page .review-item__text {
display: contents;
}

body.new-dental-legacy-page .review-item__text h3 {
grid-area: name;
		align-self: center;
		margin: 26px 0 0;
		font-size: 21px;
		line-height: 1.1;
		font-weight: 500;
}

body.new-dental-legacy-page .review-item__media {
grid-area: media;
		width: 140px;
		flex: none;
		margin: 0;
		justify-self: end;
}

body.new-dental-legacy-page .review-item__photo {
width: 140px;
		height: 140px;
		border: 1px solid rgba(13, 97, 234, 0.24);
}

body.new-dental-legacy-page .review-item__play {
left: 2px;
		bottom: 4px;
		width: 48px;
		height: 48px;
}

body.new-dental-legacy-page .review-item__text p {
grid-area: quote;
		max-width: none;
		margin: 0;
		font-size: 17px;
		line-height: 1.18;
}

body.new-dental-legacy-page .review-item__post {
grid-area: post;
		max-width: none;
		margin: 0;
		font-size: 14px;
		line-height: 1.24;
}

body.new-dental-legacy-page .reviews-block .swiper-pagination {
display: none;
}

body.new-dental-legacy-page .investor-form-block {
padding: 0;
		background: #0f59e3;
		overflow: hidden;
}

body.new-dental-legacy-page .investor-form-block .wrap {
padding: 0;
		max-width: none;
}

body.new-dental-legacy-page .investor-form-block__title {
display: none;
}

body.new-dental-legacy-page .investor-form-card {
min-height: 0;
		border-radius: 32px 32px 0 0;
		background: linear-gradient(
			180deg,
			#2f88ff 0%,
			#1837ff 40%,
			#1200ff 100%
		);
		padding: 0 20px 36px;
}

body.new-dental-legacy-page .investor-form-card__bg {
inset: 0;
		background-image: url("/local/templates/new_dental/images/form-primary-bg-combined.png");
		background-position: center center;
		background-size: cover;
		opacity: 0.95;
}

body.new-dental-legacy-page .investor-form-card__rings {
left: -88px;
		bottom: 104px;
		width: 520px;
		opacity: 0.62;
}

body.new-dental-legacy-page .investor-form-card__left, body.new-dental-legacy-page .investor-form-card__right {
position: relative;
		top: auto;
		left: auto;
		right: auto;
		width: 100%;
}

body.new-dental-legacy-page .investor-form-card__left {
display: flex;
		flex-direction: column;
		padding-top: 58px;
		color: #fff;
}

body.new-dental-legacy-page .investor-form-card__headline {
order: 1;
		max-width: 360px;
		margin: 0 0 42px;
		font-size: 28px;
		line-height: 1.06;
}

body.new-dental-legacy-page .investor-form-card__portrait {
order: 2;
		position: relative;
		left: auto;
		top: auto;
		width: 136px;
		height: 136px;
		margin: 0 0 40px;
}

body.new-dental-legacy-page .investor-form-card__desc {
order: 3;
		max-width: 360px;
		margin: 0 0 38px;
		font-size: 18px;
		line-height: 1.18;
}

body.new-dental-legacy-page .investor-form-card__author {
order: 4;
		margin: 0 0 10px;
		font-size: 16px;
		line-height: 1.22;
}

body.new-dental-legacy-page .investor-form-card__role {
order: 5;
		max-width: 360px;
		margin: 0 0 42px;
		font-size: 14px;
		line-height: 1.22;
		color: rgba(255, 255, 255, 0.58);
}

body.new-dental-legacy-page .investor-form {
display: flex;
		flex-direction: column;
}

body.new-dental-legacy-page .investor-form__field {
height: 46px;
		margin-bottom: 22px;
		padding: 0 28px;
		border-radius: 23px;
		font-size: 16px;
		line-height: 1.2;
		background: #fff;
		box-shadow: none;
}

body.new-dental-legacy-page .investor-form__field::placeholder {
color: #c6c6c6;
}

body.new-dental-legacy-page .investor-form__field--textarea {
height: 112px;
		padding-top: 18px;
		padding-bottom: 18px;
		border-radius: 18px;
}

body.new-dental-legacy-page .investor-form .investor-form__field:nth-child(1) {
order: 1;
}

body.new-dental-legacy-page .investor-form .investor-form__field:nth-child(3) {
order: 2;
}

body.new-dental-legacy-page .investor-form .investor-form__field:nth-child(2) {
order: 3;
}

body.new-dental-legacy-page .investor-form .investor-form__field--textarea {
order: 4;
		margin-bottom: 28px;
}

body.new-dental-legacy-page .investor-form__submit {
order: 5;
		height: 50px;
		border-radius: 25px;
		font-size: 0;
		line-height: 0;
		background: linear-gradient(
			90deg,
			#daae59 0%,
			#f7e9a5 24.52%,
			#b48733 100%
		);
		border: 1px solid rgba(137, 235, 255, 0.18);
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

body.new-dental-legacy-page .investor-form__submit::after {
content: "Заказать видеопрезентацию";
		font-size: 16px;
		line-height: 1;
		font-weight: 500;
		color: #000;
}

body.new-dental-legacy-page .investor-form__policy {
order: 6;
		margin-top: 16px;
		font-size: 12px;
		line-height: 1.28;
		color: #fff;
}

body.new-dental-legacy-page .investor-form__policy a {
color: #fff;
}

body.new-dental-legacy-page .faq-block {
padding: 40px 0 40px;
		background: #ffffff;
}

body.new-dental-legacy-page .faq-block .wrap {
padding: 0 20px;
		max-width: none;
}

body.new-dental-legacy-page .faq-block__title {
margin: 0 0 34px;
		font-weight: 400;
		font-size: 28px;
		line-height: 1.08;
}

body.new-dental-legacy-page .faq-list {
gap: 20px;
}

body.new-dental-legacy-page .faq-item {
border-radius: 24px;
		box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

body.new-dental-legacy-page .faq-item__head {
align-items: flex-start;
		min-height: 0;
		padding: 20px 20px 18px;
}

body.new-dental-legacy-page .faq-item__icon {
width: 44px;
		flex: 0 0 44px;
		margin-right: 18px;
		margin-top: 1px;
}

body.new-dental-legacy-page .faq-item__icon img {
width: 44px;
		height: auto;
}

body.new-dental-legacy-page .faq-item__question {
padding-top: 2px;
		font-size: 18px;
		line-height: 1.12;
}

body.new-dental-legacy-page .faq-item__arrow {
width: 24px;
		height: 24px;
		margin-left: 12px;
		flex: 0 0 24px;
		margin-top: 6px;
}

body.new-dental-legacy-page .faq-item__arrow img {
width: 24px;
		height: 24px;
}

body.new-dental-legacy-page .faq-item__body {
padding: 0 20px 20px;
		margin: -2px 0 0 0;
		font-size: 16px;
		line-height: 1.16;
}

body.new-dental-legacy-page .prefooter-cta__inner {
flex-direction: column;
		align-items: flex-start;
		border-radius: 24px;
		padding: 32px 0px;
}

body.new-dental-legacy-page .prefooter-cta__text {
font-size: 18px;
		max-width: none;
}

body.new-dental-legacy-page .prefooter-cta__button {
min-width: 100%;
		height: 52px;
		font-size: 20px;
		background: linear-gradient(90deg, #B58B38 0%, #F7E9A5 24.52%, #B48733 100%);
		color: #000000;
		padding: 0 25px;
}

body.new-dental-legacy-page .footer {
padding: 0;
		background:
			linear-gradient(
				0deg,
				var(--components-surface, #0057e3),
				var(--components-surface, #0057e3)
			),
			linear-gradient(91.22deg, #0057e3 0%, #1464e5 91.06%);
		overflow: hidden;
}

body.new-dental-legacy-page .footer .wrap {
padding: 0 20px 36px;
		max-width: none;
}

body.new-dental-legacy-page .footer__top {
display: flex;
		flex-direction: column;
		padding: 30px 0 0;
		gap: 20px;
}

body.new-dental-legacy-page .footer__logo {
display: none;
}

body.new-dental-legacy-page .footer__contacts {
order: 1;
		width: 100%;
		margin: 0 0 22px;
}

body.new-dental-legacy-page .footer__mail, body.new-dental-legacy-page .footer__email {
display: block;
		margin: 0 0 34px;
		font-size: 18px;
		line-height: 1.25;
		color: #fff;
		word-break: break-word;
}

body.new-dental-legacy-page .footer__phone-main, body.new-dental-legacy-page .footer__phone, body.new-dental-legacy-page .footer__tel {
display: block;
		margin: 0 0 6px;
		font-size: 28px;
		line-height: 1.08;
		font-weight: 700;
		color: #fff;
}

body.new-dental-legacy-page .footer__worktime, body.new-dental-legacy-page .footer__time {
display: block;
		margin: 0 0 26px;
		font-size: 16px;
		line-height: 1.2;
		font-weight: 700;
		color: #fff;
}

body.new-dental-legacy-page .footer__support {
display: block;
		margin: 0 0 38px;
		font-size: 16px;
		line-height: 1.16;
		color: #fff;
}

body.new-dental-legacy-page .footer__address {
display: block;
		margin: 0 0 40px;
		font-size: 18px;
		line-height: 1.18;
		font-weight: 700;
		color: #fff;
}

body.new-dental-legacy-page .footer__stores, body.new-dental-legacy-page .footer__apps {
order: 2;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 8px;
		margin: 0 0 18px;
}

body.new-dental-legacy-page .footer__store, body.new-dental-legacy-page .footer__apps a {
min-height: 42px;
		padding: 8px 8px;
		border-radius: 999px;
		font-size: 11px;
		line-height: 1.1;
		text-align: center;
		color: #fff;
		border: 1px solid rgba(255, 255, 255, 0.24);
		background: linear-gradient(
			180deg,
			rgba(255, 255, 255, 0.1) 0%,
			rgba(255, 255, 255, 0.04) 100%
		);
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

body.new-dental-legacy-page .footer__store img, body.new-dental-legacy-page .footer__apps a img {
max-height: 16px;
		margin-bottom: 3px;
}

body.new-dental-legacy-page .footer__menu {
order: 3;
		position: relative;
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: 28px;
		row-gap: 18px;
		padding-top: 22px;
		margin: 0 0 30px;
}

body.new-dental-legacy-page .footer__menu::before {
content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		height: 1px;
		background: rgba(255, 255, 255, 0.32);
}

body.new-dental-legacy-page .footer__menu a, body.new-dental-legacy-page .footer__nav a {
font-size: 16px;
		line-height: 1.2;
		color: #fff;
}

body.new-dental-legacy-page .footer__socials {
order: 4;
		display: grid;
		grid-template-columns: repeat(6, 1fr);
		gap: 12px;
		margin: 0 0 30px;
}

body.new-dental-legacy-page .footer__socials a {
width: 40px;
		height: 40px;
		margin: 0 auto;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
}

body.new-dental-legacy-page .footer__bottom {
order: 5;
		display: block;
		margin: 0;
		padding: 0;
		border: 0;
}

body.new-dental-legacy-page .footer__copyright {
display: flex;
		align-items: center;
		gap: 16px;
		margin: 0 0 26px;
}

body.new-dental-legacy-page .footer__copyright .footer__age, body.new-dental-legacy-page .footer__copyright .footer__icon-16 {
flex: 0 0 54px;
		width: 54px;
		height: auto;
}

body.new-dental-legacy-page .footer__copyright-text {
font-size: 16px;
		line-height: 1.18;
		color: #fff;
}

body.new-dental-legacy-page .footer__requisites {
margin: 0 0 22px;
		font-size: 14px;
		line-height: 1.18;
		color: rgba(255, 255, 255, 0.82);
}

body.new-dental-legacy-page .footer__registry {
margin: 0 0 18px;
		font-size: 14px;
		line-height: 1.18;
		color: rgba(255, 255, 255, 0.82);
}

body.new-dental-legacy-page .footer__registry a {
color: #fff;
		text-decoration: underline;
}

body.new-dental-legacy-page .footer__meta-note, body.new-dental-legacy-page .footer__note {
margin: 0 0 18px;
		font-size: 12px;
		line-height: 1.18;
		color: rgba(255, 255, 255, 0.86);
}

body.new-dental-legacy-page .footer__docs {
display: flex;
		flex-direction: column;
		gap: 16px;
		margin-top: 26px;
}

body.new-dental-legacy-page .footer__docs a, body.new-dental-legacy-page .footer__documents a {
position: relative;
		display: block;
		padding-left: 28px;
		font-size: 14px;
		line-height: 1.2;
		color: rgba(255, 255, 255, 0.92);
}

body.new-dental-legacy-page .footer__docs a::before, body.new-dental-legacy-page .footer__documents a::before {
content: "";
		position: absolute;
		left: 0;
		top: 1px;
		width: 16px;
		height: 16px;
		background: url("images/doc-icon.svg") no-repeat center / contain;
		opacity: 0.95;
}

body.new-dental-legacy-page .footer-store {
min-width: 112px;
		padding: 12px 7px;
		border-radius: 100px;
		display: inline-flex;
		align-items: center;
		gap: 14px;
		color: #fff;
		background: rgba(0, 0, 0, 0.004);
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

body.new-dental-legacy-page .footer-store img {
width: 15px;
		height: 15px;
		flex: 0 0 15px;
}

body.new-dental-legacy-page .footer-store span {
font-size: 12px;
		line-height: 1.05;
		text-align: center;
		font-weight: 400;
}

body.new-dental-legacy-page .footer-store strong {
font-size: 12px;
		font-weight: 600;
}

body.new-dental-legacy-page .footer__content {
display: flex;
		flex-direction: column;
}

body.new-dental-legacy-page .footer__nav-grid {
order: 3;
		position: relative;
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: 28px;
		row-gap: 18px;
		padding-top: 22px;
		margin: 0 0 30px;
}

body.new-dental-legacy-page .footer__nav-grid::before {
content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		height: 1px;
		background: rgba(255, 255, 255, 0.32);
}

body.new-dental-legacy-page .footer__nav-col {
display: flex;
		flex-direction: column;
		gap: 18px;
}

body.new-dental-legacy-page .footer__nav-col a {
font-size: 16px;
		line-height: 1.2;
		color: #fff;
}

body.new-dental-legacy-page .footer__socials {
order: 4;
		display: grid;
		grid-template-columns: repeat(6, 1fr);
		gap: 12px;
		margin: 0 0 30px;
}

body.new-dental-legacy-page .footer__copyright-top {
display: flex;
		align-items: center;
		gap: 22px;
		margin-bottom: 33px;
}

body.new-dental-legacy-page .footer__text-col {
margin-bottom: 33px;
}

body.new-dental-legacy-page .prove-list {
display: flex;
		margin: 0 auto 52px;
		max-width: 1160px;
		flex-wrap: wrap;
		gap: 20px;
}

body.new-dental-legacy-page .prove-title {
text-align: left;
}

body.new-dental-legacy-page .who-likes.blue-section2 .wrap {
padding: 0 20px;
}

body.new-dental-legacy-page .who-likes.blue-section2 .wrap .banner-button {
margin-bottom: 60px;
}
}

body.new-dental-legacy-page .pricing-mobile {
display: none;
}

@media (max-width: 767px) {
body.new-dental-legacy-page .pricing {
padding: 0 0 26px;
		background: #0759e6;
		overflow: hidden;
}

body.new-dental-legacy-page .pricing > .wrap, body.new-dental-legacy-page .pricing-panel > .wrap, body.new-dental-legacy-page .pricing-top > .wrap {
padding-left: 20px;
		padding-right: 20px;
}

body.new-dental-legacy-page .pricing-top {
padding: 0;
		border-radius: 32px 32px 0 0;
		background: #0759e6;
}

body.new-dental-legacy-page .pricing-title {
margin: 0 0 34px;
		padding-top: 28px;
		font-size: 28px;
		line-height: 1.18;
		font-weight: 400;
		text-transform: none;
}

body.new-dental-legacy-page .pricing-controls {
gap: 26px;
}

body.new-dental-legacy-page .pricing-group__label {
margin-bottom: 18px;
		font-size: 18px;
		line-height: 1.2;
}

body.new-dental-legacy-page .pricing-pills {
display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 14px;
}

body.new-dental-legacy-page .pricing-pill {
min-width: 0;
		width: 100%;
		height: 42px;
		padding: 0 8px;
		border-radius: 21px;
		font-size: 14px;
		line-height: 1;
}

body.new-dental-legacy-page .pricing-pill span:last-child {
justify-content: center;
		width: 100%;
		text-align: center;
}

body.new-dental-legacy-page .pricing-pill__badge {
top: -14px;
		right: 0;
		height: 24px;
		padding: 0 8px;
		border-radius: 6px;
		font-size: 12px;
}

body.new-dental-legacy-page .pricing-group:first-child .pricing-pill:nth-child(1) {
order: 3;
}

body.new-dental-legacy-page .pricing-group:first-child .pricing-pill:nth-child(2) {
order: 2;
}

body.new-dental-legacy-page .pricing-group:first-child .pricing-pill:nth-child(3) {
order: 1;
}

body.new-dental-legacy-page .pricing-free {
margin-top: 22px;
		font-size: 18px;
		line-height: 1.08;
}

body.new-dental-legacy-page .pricing-cards, body.new-dental-legacy-page .pricing-bottom {
display: none;
}

body.new-dental-legacy-page .pricing-mobile {
display: block;
		padding: 32px 0 0;
}

body.new-dental-legacy-page .pricing-mobile__cards {
display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px;
		margin-bottom: 34px;
}

body.new-dental-legacy-page .pricing-mobile-card {
min-height: 238px;
		padding: 22px 12px 16px;
		border-radius: 20px;
		background: linear-gradient(
			180deg,
			rgba(255, 255, 255, 0.18) 0%,
			rgba(255, 255, 255, 0.1) 100%
		);
		border: 1px solid rgba(255, 255, 255, 0.22);
		box-shadow:
			inset 0 1px 0 rgba(255, 255, 255, 0.12),
			0 16px 28px rgba(0, 0, 0, 0.16);
		text-align: center;
}

body.new-dental-legacy-page .pricing-mobile-card__icon {
display: block;
		width: 48px;
		height: 48px;
		margin: 0 auto 18px;
}

body.new-dental-legacy-page .pricing-mobile-card__name {
margin: 0 0 20px;
		font-size: 14px;
		line-height: 1.15;
		color: #fff;
}

body.new-dental-legacy-page .pricing-mobile-card__price {
margin: 0 0 20px;
		font-size: 17px;
		line-height: 1.15;
		color: #fff;
		white-space: nowrap;
}

body.new-dental-legacy-page .pricing-mobile-card__button {
display: flex;
		align-items: center;
		justify-content: center;
		min-height: 52px;
		padding: 10px 12px;
		border-radius: 26px;
		border: 1px solid rgba(255, 255, 255, 0.28);
		background: linear-gradient(
			180deg,
			rgba(255, 255, 255, 0.14),
			rgba(255, 255, 255, 0.08)
		);
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
		color: #fff;
		font-size: 12px;
		line-height: 1.15;
		text-decoration: none;
}

body.new-dental-legacy-page .pricing-mobile__compare {
margin-bottom: 24px;
}

body.new-dental-legacy-page .pricing-mobile__row {
display: grid;
		grid-template-columns: minmax(0, 1fr) 72px 72px;
		column-gap: 14px;
		row-gap: 10px;
		align-items: start;
		margin-bottom: 18px;
}

body.new-dental-legacy-page .pricing-mobile__row--title {
margin-bottom: 24px;
}

body.new-dental-legacy-page .pricing-mobile__label {
position: relative;
		padding-left: 18px;
		font-size: 18px;
		line-height: 1.2;
		color: #fff;
}

body.new-dental-legacy-page .pricing-mobile__row--title .pricing-mobile__label {
padding-left: 0;
}

body.new-dental-legacy-page .pricing-mobile__row:not(.pricing-mobile__row--title) .pricing-mobile__label::before {
content: "";
		position: absolute;
		left: 0;
		top: 7px;
		width: 0;
		height: 0;
		border-top: 7px solid transparent;
		border-bottom: 7px solid transparent;
		border-left: 8px solid #fff;
}

body.new-dental-legacy-page .pricing-mobile__value {
padding-bottom: 6px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.72);
		font-size: 18px;
		line-height: 1.15;
		color: #fff;
		text-align: center;
}

body.new-dental-legacy-page .pricing-mobile__note {
margin: 0 0 26px;
		font-size: 18px;
		line-height: 1.15;
		font-weight: 700;
		text-align: center;
		color: #fff;
}

body.new-dental-legacy-page .pricing-mobile__row--has-details .pricing-mobile__label {
-webkit-appearance: none;
		appearance: none;
		width: 100%;
		padding: 0 0 0 18px;
		border: 0;
		background: transparent;
		font-family: inherit;
		color: #fff;
		text-align: left;
		cursor: pointer;
}

body.new-dental-legacy-page .pricing-mobile__row--has-details .pricing-mobile__label::before {
transition: transform 0.2s ease;
}

body.new-dental-legacy-page .pricing-mobile__row--has-details .pricing-mobile__label[aria-expanded="true"]::before {
transform: rotate(90deg);
}

body.new-dental-legacy-page .pricing-mobile__details {
grid-column: 1 / -1;
		padding: 8px 0 2px 18px;
}

body.new-dental-legacy-page .pricing-mobile__details-list {
display: grid;
		gap: 10px;
}

body.new-dental-legacy-page .pricing-mobile-detail {
display: grid;
		grid-template-columns: minmax(0, 1fr) 54px 54px;
		align-items: start;
		gap: 10px;
		font-size: 13px;
		line-height: 1.25;
		color: rgba(255, 255, 255, 0.88);
}

body.new-dental-legacy-page .pricing-mobile-detail__value {
font-size: 16px;
		line-height: 1;
		font-weight: 500;
		color: #fff;
		text-align: center;
}

body.new-dental-legacy-page .pricing-mobile-detail__value.is-disabled {
opacity: 0.48;
}

body.new-dental-legacy-page .pricing-mobile__addons {
pointer-events: none;
		cursor: default;
		position: relative;
		display: flex;
		align-items: center;
		gap: 14px;
		padding: 0 0 0 18px;
		margin: 0 0 26px;
		border: 0;
		background: transparent;
		font-size: 18px;
		line-height: 1.2;
		color: #fff;
}

body.new-dental-legacy-page .pricing-mobile__addons::before {
content: "";
		position: absolute;
		left: 0;
		top: 7px;
		width: 0;
		height: 0;
		border-top: 7px solid transparent;
		border-bottom: 7px solid transparent;
		border-left: 8px solid #fff;
}

body.new-dental-legacy-page .pricing-mobile__bottom {
padding-bottom: 10px;
}

body.new-dental-legacy-page .pricing-mobile__bottom .pricing-mobile__bottom-price {
font-family: Inter;
        font-weight: 700;
        font-size: 24px;
        line-height: 100%;
        text-align: center;
        margin-bottom: 40px;
}

body.new-dental-legacy-page .top-banner__name {
font-size: 16px;
}

body.new-dental-legacy-page .pricing-button--mobile {
width: 100%;
		min-width: 0;
		height: 52px;
		padding: 0 18px;
		border-radius: 26px;
		background: #f3f3f3;
		border-color: #f3f3f3;
		color: #111;
		font-size: 20px;
		font-weight: 500;
}

body.new-dental-legacy-page .pricing-button--mobile span {
display: none;
}

body.new-dental-legacy-page .top-banner__button--prev::before {
border-right: 9px solid #fff;
}
}

body.new-dental-legacy-page .changes-layout--a, body.new-dental-legacy-page .changes-layout--b {
min-height: 470px;
}

body.new-dental-legacy-page .changes-layout--a .change-card--lt-small, body.new-dental-legacy-page .changes-layout--b .change-card--rt-small {
width: 290px;
	min-height: 312px;
	padding: 24px 22px 22px;
}

body.new-dental-legacy-page .changes-layout--a .change-card--lt-small p, body.new-dental-legacy-page .changes-layout--b .change-card--rt-small p {
font-size: 20px;
	line-height: 1.22;
	z-index: 9;
}

body.new-dental-legacy-page .changes-layout--a .change-card--rt-wide, body.new-dental-legacy-page .changes-layout--b .change-card--lt {
width: 580px;
	padding: 28px 28px 24px;
}

body.new-dental-legacy-page .changes-layout--a .change-card--rt-wide p, body.new-dental-legacy-page .changes-layout--b .change-card--lt p {
max-width: 100%;
}

body.new-dental-legacy-page .changes-layout--a .change-card--lt-small {
left: 210px;
	top: 118px;
}

body.new-dental-legacy-page .changes-layout--a .change-card--rt-wide {
left: 607px;
	top: 148px;
	min-height: 170px;
	z-index: 4;
}

body.new-dental-legacy-page .changes-layout--a .change-card--rt-wide::after {
content: "";
	position: absolute;
	left: -18px;
	bottom: 10px;
	width: 30px;
	height: 30px;
	background: #fff;
	clip-path: polygon(100% 0, 100% 100%, 0 100%);
	box-shadow: -9px 7px 24px rgba(0, 0, 0, 0.06);
}

body.new-dental-legacy-page .changes-layout--b .change-card--lt {
left: 210px;
	top: 118px;
	min-height: 210px;
}

body.new-dental-legacy-page .changes-layout--b .change-card--rt-small {
left: 900px;
	top: 98px;
	z-index: 4;
}

body.new-dental-legacy-page .changes-bot--a, body.new-dental-legacy-page .changes-bot--b {
width: 139px;
	z-index: 3;
}

body.new-dental-legacy-page .changes-bot--a {
left: 500px;
	top: 325px;
}

body.new-dental-legacy-page .changes-bot--b {
left: 780px;
	top: 315px;
}

body.new-dental-legacy-page .changes-layout--a .change-card__logo, body.new-dental-legacy-page .changes-layout--b .change-card__logo {
height: 58px;
	margin-top: 18px;
}

body.new-dental-legacy-page .changes-layout--a .change-card__author, body.new-dental-legacy-page .changes-layout--b .change-card__author {
font-size: 16px;
	line-height: 1.22;
}

@media (max-width: 991px) {
body.new-dental-legacy-page .changes-layout--a, body.new-dental-legacy-page .changes-layout--b {
min-height: auto;
}

body.new-dental-legacy-page .changes-layout--a .change-card--lt-small, body.new-dental-legacy-page .changes-layout--a .change-card--rt-wide, body.new-dental-legacy-page .changes-layout--b .change-card--lt, body.new-dental-legacy-page .changes-layout--b .change-card--rt-small, body.new-dental-legacy-page .changes-bot--a, body.new-dental-legacy-page .changes-bot--b {
left: auto;
		top: auto;
		width: auto;
}

body.new-dental-legacy-page .changes-bot--a, body.new-dental-legacy-page .changes-bot--b {
width: 100px;
}

body.new-dental-legacy-page .changes-layout--a .change-card--lt-small, body.new-dental-legacy-page .changes-layout--b .change-card--rt-small, body.new-dental-legacy-page .changes-layout--a .change-card--rt-wide, body.new-dental-legacy-page .changes-layout--b .change-card--lt {
width: auto;
		min-height: 0;
}
}

body.new-dental-legacy-page .fc_elipse {
position: relative;
	overflow: hidden;
}

body.new-dental-legacy-page .dp-visual__elipse {
position: absolute;
	z-index: 0;
	top: 940px;
	left: 54%;
	width: calc(100% - 160px);
	max-width: 1108px;
	transform: translateX(-50%);
	pointer-events: none;
}

body.new-dental-legacy-page .dp-visual__elipse img {
display: block;
	width: 100%;
	height: auto;
}

@media (max-width: 767px) {
body.new-dental-legacy-page .changes {
background: #fff;
		padding: 0 0 32px;
}

body.new-dental-legacy-page .changes .wrap {
max-width: none;
		padding: 0 20px;
		position: relative;
}

body.new-dental-legacy-page .changes .section-title {
text-align: left;
		text-transform: none;
		padding-top: 24px;
		margin-bottom: 20px;
		font-size: 26px;
		line-height: 1.08;
		font-weight: 400;
		position: relative;
		top: 40px;
}

body.new-dental-legacy-page .changes-slider {
overflow: visible;
}

body.new-dental-legacy-page .changes-slide {
padding: 0 0 18px;
}

body.new-dental-legacy-page .changes-layout {
display: flex;
		flex-direction: column;
		gap: 34px;
		padding-top: 65px;
}

body.new-dental-legacy-page .changes-layout--a .change-card--rt-wide, body.new-dental-legacy-page .changes-layout--b .change-card--lt {
order: 1;
		z-index: 9;
}

body.new-dental-legacy-page .changes-layout--a .change-card--lt-small, body.new-dental-legacy-page .changes-layout--b .change-card--rt-small {
order: 2;
		z-index: 9;
}

body.new-dental-legacy-page .changes-bot--a, body.new-dental-legacy-page .changes-bot--b {
position: absolute;
		top: -60px;
		right: 0;
		left: auto;
		width: 126px;
		z-index: 3;
		margin: 0;
}

body.new-dental-legacy-page .change-card {
position: relative;
		width: auto;
		min-height: 0;
		border-radius: 28px;
		box-shadow: 0 14px 28px rgba(0, 0, 0, 0.12);
}

body.new-dental-legacy-page .change-card--speech {
padding: 22px 16px 24px;
}

body.new-dental-legacy-page .change-card--speech::after, body.new-dental-legacy-page .changes-layout--a .change-card--rt-wide::after {
display: none;
}

body.new-dental-legacy-page .change-card--person {
padding: 16px 16px 18px;
		min-height: 0;
		position: relative;
}

body.new-dental-legacy-page .change-card--person::after {
content: "";
		position: absolute;
		left: 12px;
		bottom: -12px;
		width: 24px;
		height: 24px;
		background: #fff;
		clip-path: polygon(0 0, 100% 0, 0 100%);
		box-shadow: -8px 10px 18px rgba(0, 0, 0, 0.08);
}

body.new-dental-legacy-page .change-card h3 {
font-size: 24px;
		line-height: 1.14;
		margin: 0 52px 14px 0;
}

body.new-dental-legacy-page .change-card p {
font-size: 15px;
		line-height: 1.16;
		margin: 0 0 12px;
}

body.new-dental-legacy-page .change-card--speech p:last-child, body.new-dental-legacy-page .change-card--person p:last-child {
margin-bottom: 0;
}

body.new-dental-legacy-page .change-card__line {
margin: 0 0 16px;
}

body.new-dental-legacy-page .change-card__quote {
width: 56px;
		height: 56px;
		right: 12px;
		top: 10px;
}

body.new-dental-legacy-page .changes-layout--a .change-card__author, body.new-dental-legacy-page .changes-layout--b .change-card__author {
font-size: 12px;
		line-height: 1.2;
		margin-top: 14px;
		max-width: calc(100% - 110px);
}

body.new-dental-legacy-page .changes-layout--a .change-card__logo, body.new-dental-legacy-page .changes-layout--b .change-card__logo {
position: absolute;
		right: 14px;
		bottom: 14px;
		height: 28px;
		max-width: 96px;
		margin: 0;
		object-position: right center;
}

body.new-dental-legacy-page .changes-nav {
display: flex;
		align-items: center;
		justify-content: center;
		gap: 14px;
		margin-top: 55px;
}

body.new-dental-legacy-page .changes-nav__button {
appearance: none;
		-webkit-appearance: none;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 24px;
		height: 24px;
		padding: 0;
		border: 0;
		background: transparent;
		position: relative;
		cursor: pointer;
		flex: 0 0 24px;
		z-index: 2;
}

body.new-dental-legacy-page .changes-nav__button::before {
content: "";
		display: block;
		width: 0;
		height: 0;
		border-top: 8px solid transparent;
		border-bottom: 8px solid transparent;
}

body.new-dental-legacy-page .changes-nav__button--prev::before {
border-right: 9px solid #0057e3;
}

body.new-dental-legacy-page .changes-nav__button--next::before {
border-left: 9px solid #0057e3;
}

body.new-dental-legacy-page .changes-nav__button.swiper-button-disabled {
pointer-events: none;
}

body.new-dental-legacy-page .changes-nav__button--prev.swiper-button-disabled::before {
border-right-color: rgba(0, 0, 0, 0.35);
}

body.new-dental-legacy-page .changes-nav__button--next.swiper-button-disabled::before {
border-left-color: rgba(0, 0, 0, 0.35);
}

body.new-dental-legacy-page .changes .swiper-pagination {
position: static;
		width: 264px;
		margin: 0;
		padding: 0;
		display: flex;
		justify-content: center;
		align-items: center;
}

body.new-dental-legacy-page .changes .swiper-pagination-bullet {
width: 44px;
		height: 2px;
		margin: 0 !important;
		border-radius: 0;
		opacity: 1;
		background: rgba(0, 0, 0, 0.35);
}

body.new-dental-legacy-page .changes .swiper-pagination-bullet-active {
background: #0057e3;
}

body.new-dental-legacy-page .dp-visual_elipse_mobile {
position: absolute;
		top: 0px;
		z-index: 0;
}
}

body.new-dental-legacy-page .tariff-list--addons strong {
pointer-events: none;
	user-select: none;
}

body.new-dental-legacy-page .new-dental-overlay .modal.modal_video {
margin: auto !important;
	width: min(1400px, calc(100vw - 80px)) !important;
	min-height: auto !important;
	height: auto !important;
	padding: 0 !important;
	background: transparent !important;
	overflow: visible !important;
	align-items: stretch !important;
	justify-content: center !important;
	pointer-events: auto !important;
	box-sizing: border-box !important;
}

body.new-dental-legacy-page .new-dental-overlay .modal.modal_video .modal__frame {
position: relative !important;
	width: 100% !important;
	aspect-ratio: 16 / 9 !important;
	height: auto !important;
	min-height: 0 !important;
	background: #000 !important;
	overflow: hidden !important;
}

body.new-dental-legacy-page .new-dental-overlay .modal.modal_video .modal__frame iframe {
position: absolute !important;
	inset: 0 !important;
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	min-width: 100% !important;
	min-height: 100% !important;
	border: 0 !important;
	background: #000 !important;
}

body.new-dental-legacy-page .new-dental-overlay .modal.modal_video .close {
top: -20px !important;
	right: 50% !important;
	left: auto !important;
	transform: translateX(50%) !important;
	width: 40px !important;
	height: 40px !important;
	border-radius: 50% !important;
	background: #fff !important;
}

body.new-dental-legacy-page .new-dental-overlay .modal.modal_video .close::before, body.new-dental-legacy-page .new-dental-overlay .modal.modal_video .close::after {
top: 19px !important;
	left: 8px !important;
	width: 24px !important;
	height: 2px !important;
	background: #212121 !important;
}

@media (max-width: 1024px) {
body.new-dental-legacy-page .new-dental-overlay .modal.modal_video {
width: calc(100vw - 48px) !important;
}
}

@media (max-width: 767px) {
body.new-dental-legacy-page .new-dental-overlay .modal.modal_video {
width: calc(100vw - 24px) !important;
}

body.new-dental-legacy-page .new-dental-overlay .modal.modal_video .close {
top: -14px !important;
		width: 28px !important;
		height: 28px !important;
}

body.new-dental-legacy-page .new-dental-overlay .modal.modal_video .close::before, body.new-dental-legacy-page .new-dental-overlay .modal.modal_video .close::after {
top: 13px !important;
		left: 6px !important;
		width: 16px !important;
}

body.new-dental-legacy-page .new-dental-overlay .modal {
width: min(100vw, 100%);
		padding: 130px 22px 32px !important;
}

body.new-dental-legacy-page .new-dental-overlay .modal .close {
top: 120px !important;
}
}

body.new-dental-legacy-page .who-likes-form-block {
padding: 60px 0 60px;
}

body.new-dental-legacy-page .who-likes-form-block h2 {
font-family: Inter;
	font-weight: 700;
	font-size: 32px;
	line-height: 100%;
	vertical-align: middle;
	text-transform: uppercase;
	margin-bottom: 20px;
}

body.new-dental-legacy-page .who-likes-form-block .wrap {
max-width: 1320px;
}

body.new-dental-legacy-page .who-likes-form-block .who-likes-form-card {
position: relative;
	overflow: hidden;
	min-height: 671px;
	padding: 59px 50px 0;
	border-radius: 30px;
	background: #0057E3;
	display: flex;
	justify-content: space-between;
	gap: 24px;
}

body.new-dental-legacy-page .who-likes-form-block .who-likes-form-card__left {
position: relative;
	z-index: 3;
	width: 520px;
	max-width: 100%;
}

body.new-dental-legacy-page .who-likes-form-block .who-likes-form-card__title {
margin: 0 0 42px;
	color: #fff;
	font-size: 29px;
	line-height: 1.18;
	font-weight: 400;
	width: 570px;
}

body.new-dental-legacy-page .who-likes-form-block .who-likes-form-card__form {
width: 440px;
	max-width: 100%;
}

body.new-dental-legacy-page .who-likes-form-block .who-likes-form-card__right {
position: relative;
	flex: 1 1 auto;
	min-width: 380px;
}

body.new-dental-legacy-page .who-likes-form-block .who-likes-form-card__bubble {
position: absolute;
	top: 136px;
	left: -135px;
	z-index: 3;
	width: 385px;
	max-width: 100%;
	height: auto;
	display: block;
}

body.new-dental-legacy-page .who-likes-form-block .who-likes-form-card__manager-wrap {
position: absolute;
	right: 16px;
	bottom: 0;
	width: 626px;
	max-width: 100%;
	height: 100%;
}

body.new-dental-legacy-page .who-likes-form-block .who-likes-form-card__manager {
position: absolute;
	right: 0;
	bottom: 0;
	width: 583px;
	max-width: 100%;
	height: auto;
	display: block;
}

@media (max-width: 1200px) {
body.new-dental-legacy-page .who-likes-form-block .who-likes-form-card {
min-height: 620px;
		padding: 48px 34px 0;
}

body.new-dental-legacy-page .who-likes-form-block .who-likes-form-card__manager-wrap {
width: 530px;
}

body.new-dental-legacy-page .who-likes-form-block .who-likes-form-card__manager {
width: 500px;
}

body.new-dental-legacy-page .who-likes-form-block .who-likes-form-card__bubble {
position: absolute;
		top: 121px;
		left: 34px;
		z-index: 3;
		width: 385px;
		max-width: 100%;
		height: auto;
		display: block;
}

body.new-dental-legacy-page .who-likes-form-block .who-likes-form-card__manager-wrap {
width: 320px;
}

body.new-dental-legacy-page .who-likes-form-block .who-likes-form-card__manager {
width: 310px;
}
}

body.new-dental-legacy-page .clients .order-from {
padding: 0px 60px 60px;
	min-height: 0;
}

body.new-dental-legacy-page .clients .order-from__bg {
left: -96px;
	bottom: -60px;
	width: 560px;
	height: 420px;
	background: url(images/clients-form-decor.png) no-repeat left bottom /
		contain;
	z-index: 0;
}

body.new-dental-legacy-page .clients .order-from__inner {
min-height: 366px;
	padding: 36px 78px 40px;
	border-radius: 30px;
	overflow: hidden;
}

body.new-dental-legacy-page .clients .order-from__title {
max-width: 860px;
	margin: 0 240px 18px 0;
	font-size: 29px;
	line-height: 1.25;
}

body.new-dental-legacy-page .clients .order-from__subtitle {
max-width: 760px;
	margin: 0 300px 46px 0;
	font-size: 22px;
	line-height: 1.35;
}

body.new-dental-legacy-page .clients .order-from__bot {
display: block;
	position: absolute;
	top: 80px;
	right: 94px;
	width: 170px;
	z-index: 0;
	pointer-events: none;
}

body.new-dental-legacy-page .clients .new-dental-inline-form--clients {
position: relative;
	z-index: 1;
	margin-top: 0;
}

body.new-dental-legacy-page .clients .new-dental-inline-form--clients .form-inputs {
display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) 312px;
	gap: 18px;
	align-items: start;
	margin: 0;
}

body.new-dental-legacy-page .clients .new-dental-inline-form--clients .input-wrap {
min-width: 0;
}

body.new-dental-legacy-page .clients .new-dental-inline-form--clients .text-input {
height: 68px;
	padding: 0 40px;
	border-radius: 34px;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
	font-size: 18px;
	line-height: 1.2;
}

body.new-dental-legacy-page .clients .new-dental-inline-form__actions {
display: flex;
	flex-direction: column;
	align-items: stretch;
}

body.new-dental-legacy-page .clients .new-dental-inline-form__actions .button {
width: 100%;
	height: 68px;
	padding: 0 18px;
	border-radius: 34px;
	font-size: 17px;
	line-height: 1.2;
}

body.new-dental-legacy-page .clients .new-dental-inline-form__actions .text-right {
margin-top: 12px;
	font-size: 13px;
	line-height: 1.25;
	text-align: right;
}

@media (max-width: 1279px) {
body.new-dental-legacy-page .clients .order-from__inner {
padding: 34px 34px 36px;
}

body.new-dental-legacy-page .clients .order-from__title {
margin-right: 210px;
		font-size: 25px;
}

body.new-dental-legacy-page .clients .order-from__subtitle {
margin-right: 210px;
		font-size: 20px;
}

body.new-dental-legacy-page .clients .order-from__bot {
right: 28px;
		width: 150px;
}

body.new-dental-legacy-page .clients .new-dental-inline-form--clients .form-inputs {
grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.new-dental-legacy-page .clients .new-dental-inline-form__actions {
grid-column: span 2;
}
}

@media (max-width: 767px) {
body.new-dental-legacy-page .clients .order-from {
padding: 26px 0 56px;
}

body.new-dental-legacy-page .clients .order-from__bg {
left: -78px;
		bottom: -26px;
		width: 280px;
		height: 280px;
}

body.new-dental-legacy-page .clients .order-from__inner {
min-height: 0;
		padding: 24px 18px 24px;
		margin: 0 16px;
		border-radius: 24px;
}

body.new-dental-legacy-page .clients .order-from__title {
margin: 0 0 14px;
		font-size: 28px;
		line-height: 1.3;
}

body.new-dental-legacy-page .clients .order-from__subtitle {
display: none;
		margin: 0 0 18px;
		font-size: 15px;
		line-height: 1.35;
}

body.new-dental-legacy-page .clients .order-from__bot {
position: relative;
		top: auto;
		right: auto;
		width: 204px;
		margin: 0 0 -50px auto;
}

body.new-dental-legacy-page .clients .new-dental-inline-form--clients .form-inputs {
grid-template-columns: 1fr;
		gap: 14px;
}

body.new-dental-legacy-page .clients .new-dental-inline-form--clients .text-input, body.new-dental-legacy-page .clients .new-dental-inline-form__actions .button {
height: 52px;
		border-radius: 26px;
		font-size: 16px;
}

body.new-dental-legacy-page .clients .new-dental-inline-form--clients .text-input {
padding: 0 24px;
		box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

body.new-dental-legacy-page .clients .new-dental-inline-form__actions {
grid-column: auto;
}

body.new-dental-legacy-page .clients .new-dental-inline-form__actions .text-right {
margin-top: 10px;
		text-align: center;
		font-size: 12px;
}

body.new-dental-legacy-page .who-likes-form-block h2 {
display: none;
}

body.new-dental-legacy-page .who-likes-form-block {
padding: 0 0 28px;
		overflow: hidden;
}

body.new-dental-legacy-page .who-likes-form-block .wrap {
padding: 0 16px;
}

body.new-dental-legacy-page .who-likes-form-block .who-likes-form-card {
display: block;
		min-height: 0;
		padding: 31px 18px 0;
		border-radius: 22px;
		background: linear-gradient(180deg, #0558e7 0%, #0b63ef 100%);
		gap: 0;
}

body.new-dental-legacy-page .who-likes-form-block .who-likes-form-card__left, body.new-dental-legacy-page .who-likes-form-block .who-likes-form-card__right, body.new-dental-legacy-page .who-likes-form-block .who-likes-form-card__title, body.new-dental-legacy-page .who-likes-form-block .who-likes-form-card__form, body.new-dental-legacy-page .who-likes-form-block .dp-form--blue-section {
width: 100%;
		max-width: none;
		min-width: 0;
}

body.new-dental-legacy-page .who-likes-form-block .who-likes-form-card__title {
margin: 0 0 28px;
		color: #fff;
		font-weight: 700;
		font-size: 24px;
		line-height: 1.08;
		letter-spacing: -0.02em;
}

body.new-dental-legacy-page .who-likes-form-block .who-likes-form {
padding: 18px 12px 16px;
		border-radius: 28px;
		border: 1px solid rgba(255, 255, 255, 0.24);
		background: linear-gradient(
			180deg,
			rgba(0, 86, 230, 0.52) 0%,
			rgba(0, 93, 236, 0.24) 100%
		);
		box-shadow:
			0 20px 36px rgba(2, 36, 127, 0.24),
			inset 0 1px 0 rgba(255, 255, 255, 0.18);
		backdrop-filter: blur(2px);
}

body.new-dental-legacy-page .who-likes-form-block .who-likes-form__field {
height: 45px;
		margin-bottom: 14px;
		padding: 0 18px;
		gap: 10px;
		border-radius: 23px;
}

body.new-dental-legacy-page .who-likes-form-block .who-likes-form__icon {
width: 20px;
		height: 20px;
		flex: 0 0 20px;
}

body.new-dental-legacy-page .who-likes-form-block .who-likes-form__input {
font-size: 15px;
		line-height: 1.2;
}

body.new-dental-legacy-page .who-likes-form-block .who-likes-form__input::placeholder {
color: #8f8f8f;
		opacity: 1;
}

body.new-dental-legacy-page .who-likes-form-block .who-likes-form__submit {
height: 48px;
		margin: 16px 0 12px;
		padding: 0 16px;
		border-radius: 24px;
		font-size: 15px;
		line-height: 1.2;
		font-weight: 500;
}

body.new-dental-legacy-page .who-likes-form-block .who-likes-form__agree {
font-size: 10px;
		line-height: 1.25;
}

body.new-dental-legacy-page .who-likes-form-block .who-likes-form-card__right {
position: relative;
		min-width: 0;
		width: 100%;
		min-height: 300px;
		margin-top: 10px;
}

body.new-dental-legacy-page .who-likes-form-block .who-likes-form-card__bubble {
top: 45px;
		left: -2px;
		width: 164px;
		max-width: none;
}

body.new-dental-legacy-page .who-likes-form-block .who-likes-form-card__manager-wrap {
right: -18px;
		bottom: 0;
		width: 272px;
		height: 256px;
		max-width: none;
}

body.new-dental-legacy-page .who-likes-form-block .who-likes-form-card__manager {
right: 0;
		bottom: 0;
		width: 100%;
		max-width: none;
}

body.new-dental-legacy-page .mobile-app-btn {
display:none;
}
}

@media (max-width: 390px) {
body.new-dental-legacy-page .who-likes-form-block .wrap {
padding: 0 12px;
}

body.new-dental-legacy-page .who-likes-form-block .who-likes-form-card {
padding: 28px 16px 0;
}

body.new-dental-legacy-page .who-likes-form-block .who-likes-form-card__title {
font-size: 22px;
}

body.new-dental-legacy-page .who-likes-form-block .who-likes-form-card__right {
min-height: 300px;
}

body.new-dental-legacy-page .who-likes-form-block .who-likes-form-card__bubble {
width: 154px;
		top: 44px;
}

body.new-dental-legacy-page .who-likes-form-block .who-likes-form-card__manager-wrap {
width: 272px;
		height: 256px;
		right: -16px;
}
}

@media (max-width: 767px) {
body.new-dental-legacy-page #presentation-form.presentation-block {
padding: 60px 0 28px;
}

body.new-dental-legacy-page #presentation-form.presentation-block .container.wrap {
padding: 31px 20px 0;
		border-radius: 22px;
		background: #0d5be1;
		overflow: hidden;
}

body.new-dental-legacy-page #presentation-form.presentation-block .wrap > h2:first-child {
margin: 0 0 34px;
		max-width: 320px;
		color: #fff;
		font-weight: 700;
		font-family: Inter;
		font-size: 28px;
		line-height: 100%;
		vertical-align: middle;
}

body.new-dental-legacy-page #presentation-form.presentation-block .presentation-card {
min-height: 0;
		padding: 0;
		border-radius: 0;
		background: transparent;
		overflow: visible;
}

body.new-dental-legacy-page #presentation-form.presentation-block .presentation-content {
position: relative;
		z-index: 2;
		max-width: none;
}

body.new-dental-legacy-page #presentation-form.presentation-block .presentation-title {
margin: 0 0 28px;
		max-width: 300px;
		color: #fff;
		font-size: 24px;
		font-weight: 400;
		line-height: 1.08;
		text-transform: none;
}

body.new-dental-legacy-page #presentation-form.presentation-block .presentation-text {
margin: 0 0 38px;
		max-width: 320px;
		color: #fff;
		font-size: 18px;
		font-weight: 400;
		line-height: 1.18;
}

body.new-dental-legacy-page #presentation-form.presentation-block .dp-form--presentation {
display: block;
		width: 100%;
		max-width: none;
}

body.new-dental-legacy-page #presentation-form.presentation-block .presentation-form {
display: flex !important;
		flex-direction: column !important;
		gap: 16px !important;
		width: 100% !important;
		max-width: none !important;
		padding: 30px 18px 22px !important;
		border-radius: 30px !important;
		border: 1px solid rgba(255, 255, 255, 0.24) !important;
		background: linear-gradient(
			180deg,
			rgba(0, 71, 214, 0.34) 0%,
			rgba(0, 67, 196, 0.22) 100%
		) !important;
		box-shadow:
			0 24px 50px rgba(2, 36, 127, 0.22),
			inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
		backdrop-filter: blur(2px);
		box-sizing: border-box !important;
}

body.new-dental-legacy-page #presentation-form.presentation-block .presentation-form > .presentation-input {
display: block !important;
		width: 100% !important;
		height: 45px !important;
		padding: 0 18px 0 51px !important;
		border: 0 !important;
		border-radius: 23px !important;
		background-color: #f2f2f2 !important;
		background-repeat: no-repeat !important;
		background-position: 18px 50% !important;
		background-size: 20px 20px !important;
		box-shadow: none !important;
		color: #111 !important;
		font-size: 15px !important;
		line-height: 45px !important;
		outline: none !important;
		box-sizing: border-box !important;
}

body.new-dental-legacy-page #presentation-form.presentation-block .presentation-form > .presentation-input:nth-of-type(1) {
background-image: url("/local/templates/new_dental/images/who-likes-form-person.png") !important;
}

body.new-dental-legacy-page #presentation-form.presentation-block .presentation-form > .presentation-input:nth-of-type(2) {
background-image: url("/local/templates/new_dental/images/who-likes-form-location.png") !important;
}

body.new-dental-legacy-page #presentation-form.presentation-block .presentation-form > .presentation-input:nth-of-type(3) {
background-image: url("/local/templates/new_dental/images/who-likes-form-phone.png") !important;
}

body.new-dental-legacy-page #presentation-form.presentation-block .presentation-form > .presentation-input::placeholder {
color: #8f8f8f !important;
		opacity: 1 !important;
}

body.new-dental-legacy-page #presentation-form.presentation-block .presentation-submit {
display: block !important;
		width: 100% !important;
		height: 48px !important;
		margin: 6px 0 0 !important;
		padding: 0 16px !important;
		border: 0 !important;
		border-radius: 24px !important;
		background: linear-gradient(90deg, #e9c15a 0%, #c99622 100%) !important;
		box-shadow: none !important;
		color: #111 !important;
		font-size: 15px !important;
		line-height: 1.2 !important;
		font-weight: 500 !important;
		cursor: pointer !important;
}

body.new-dental-legacy-page #presentation-form.presentation-block .presentation-privacy {
margin-top: 14px !important;
		max-width: none !important;
		color: #fff !important;
		font-size: 10px !important;
		line-height: 1.25 !important;
		text-align: center !important;
}

body.new-dental-legacy-page #presentation-form.presentation-block .presentation-privacy a {
color: #fff !important;
		text-decoration: underline !important;
}

body.new-dental-legacy-page #presentation-form.presentation-block .new-dental-form-errors {
margin: 0 0 14px !important;
		font-size: 12px !important;
		line-height: 1.3 !important;
}

body.new-dental-legacy-page #presentation-form.presentation-block .presentation-visual {
position: relative;
		right: auto;
		bottom: auto;
		width: 100%;
		height: 245px;
		margin-top: 16px;
}

body.new-dental-legacy-page #presentation-form.presentation-block .presentation-team {
position: absolute;
		left: -143px;
		right: auto;
		bottom: 0;
		width: 335px;
		height: auto;
		max-width: none;
}

body.new-dental-legacy-page #presentation-form.presentation-block .presentation-person {
min-width: 0;
		padding: 9px 16px 10px;
		border-radius: 10px;
		box-shadow: 0 12px 28px rgba(5, 22, 65, 0.18);
		text-align: center;
}

body.new-dental-legacy-page #presentation-form.presentation-block .presentation-person--left {
left: 0;
		bottom: 52px;
}

body.new-dental-legacy-page #presentation-form.presentation-block .presentation-person--right {
right: 0;
		bottom: 40px;
}

body.new-dental-legacy-page #presentation-form.presentation-block .presentation-person__name {
margin-bottom: 4px;
		font-size: 18px;
		line-height: 1;
		font-weight: 400;
}

body.new-dental-legacy-page #presentation-form.presentation-block .presentation-person__role {
font-size: 10px;
		line-height: 1.1;
		font-weight: 400;
}
}

@media (max-width: 390px) {
body.new-dental-legacy-page #presentation-form.presentation-block .container.wrap {
padding: 28px 16px 0;
}

body.new-dental-legacy-page #presentation-form.presentation-block .wrap > h2:first-child, body.new-dental-legacy-page #presentation-form.presentation-block .presentation-title {
font-family: Inter;
		font-size: 28px;
		line-height: 100%;
		vertical-align: middle;
}

body.new-dental-legacy-page #presentation-form.presentation-block .presentation-text {
font-size: 18px;
}

body.new-dental-legacy-page #presentation-form.presentation-block .presentation-visual {
height: 228px;
}

body.new-dental-legacy-page #presentation-form.presentation-block .presentation-team {
width: 320px;
		left: -143px;
		right: auto;
}

body.new-dental-legacy-page #presentation-form.presentation-block .presentation-person--left {
bottom: 48px;
}

body.new-dental-legacy-page #presentation-form.presentation-block .presentation-person--right {
bottom: 36px;
}
}

body.new-dental-legacy-page .accordion__item.active .accordion__text {
display: block;
}

body.new-dental-legacy-page .reviews-block .review-item__tag {
text-transform: none;
}

body.new-dental-legacy-page .who-likes-primary .tabs-content__item-right {
position: relative;
	overflow: visible;
}

body.new-dental-legacy-page .who-likes-primary .who-likes-visual {
position: relative;
	display: inline-block;
	max-width: 100%;
	line-height: 0;
	top: -40px;
	left: 10px;
}

body.new-dental-legacy-page .who-likes-primary .who-likes-visual img {
display: block;
	max-width: 100%;
	height: auto;
	position: relative;
	top: 0;
	left: 0;
}

body.new-dental-legacy-page .who-likes-primary .who-likes-visual__hotspot {
position: absolute;
	top: 0;
	bottom: 0;
	width: 50%;
	border: 0;
	padding: 0;
	background: transparent;
	cursor: zoom-in;
	z-index: 3;
}

body.new-dental-legacy-page .who-likes-primary .who-likes-visual__hotspot--left {
left: 0;
}

body.new-dental-legacy-page .who-likes-primary .who-likes-visual__hotspot--right {
right: 0;
}

body.new-dental-legacy-page.who-likes-modal-open {
overflow: hidden;
}

body.new-dental-legacy-page .who-likes-modal {
position: fixed;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: rgba(4, 18, 51, 0.76);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.25s ease, visibility 0.25s ease;
	z-index: 9999;
}

body.new-dental-legacy-page .who-likes-modal.is-open {
opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

body.new-dental-legacy-page .who-likes-modal .who-likes-modal__overlay {
position: absolute;
	inset: 0;
}

body.new-dental-legacy-page .who-likes-modal .who-likes-modal__dialog {
position: relative;
	z-index: 1;
	max-width: min(1200px, calc(100vw - 48px));
	max-height: calc(100vh - 48px);
	display: flex;
	align-items: center;
	justify-content: center;
}

body.new-dental-legacy-page .who-likes-modal .who-likes-modal__image {
display: block;
	max-width: 100%;
	max-height: calc(100vh - 48px);
	border-radius: 20px;
}

body.new-dental-legacy-page .who-likes-modal .who-likes-modal__close {
position: absolute;
	top: 16px;
	right: 16px;
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.55);
	cursor: pointer;
	z-index: 2;
}

body.new-dental-legacy-page .who-likes-modal .who-likes-modal__close::before, body.new-dental-legacy-page .who-likes-modal .who-likes-modal__close::after {
content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	height: 2px;
	margin-left: -9px;
	margin-top: -1px;
	background: #fff;
}

body.new-dental-legacy-page .who-likes-modal .who-likes-modal__close::before {
transform: rotate(45deg);
}

body.new-dental-legacy-page .who-likes-modal .who-likes-modal__close::after {
transform: rotate(-45deg);
}

body.new-dental-legacy-page .new-dental-overlay {
display: block;
	position: fixed;
	inset: 0;
	width: 100vw;
	height: 100%;
	z-index: -99;
	opacity: 0;
	transform: translateX(-100%);
	transition: opacity .22s ease-in-out, transform 0s .3s, z-index 0s .3s;
	background: rgba(0, 0, 0, .5);
}

body.new-dental-legacy-page .new-dental-overlay.active {
opacity: 1;
	z-index: 99;
	transform: translateX(0) translateZ(1px);
	transition: opacity .22s ease-in-out, transform 0s, z-index 0s;
}

body.new-dental-legacy-page .new-dental-overlay .modal-wr {
position: relative;
	z-index: 2;
	margin: 0 auto;
	width: 100vw;
	height: 100%;
	overflow-y: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0;
}

body.new-dental-legacy-page .new-dental-overlay .modal {
position: relative;
	margin: 0 0 0 auto;
	display: none;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	width: 767px;
	min-height: 100%;
	padding: 116px;
	background: #fff;
	color: #000;
	overflow: hidden;
	pointer-events: none;
	box-sizing: border-box;
}

body.new-dental-legacy-page .new-dental-overlay .modal > * {
position: relative;
	z-index: 1;
}

body.new-dental-legacy-page .new-dental-overlay .modal, body.new-dental-legacy-page .new-dental-overlay .modal *, body.new-dental-legacy-page .new-dental-overlay .modal *::before, body.new-dental-legacy-page .new-dental-overlay .modal *::after {
box-sizing: border-box;
}

body.new-dental-legacy-page .new-dental-overlay .modal .close {
position: absolute;
	top: 30px;
	right: 30px;
	z-index: 3;
	width: 32px;
	height: 32px;
	padding: 0;
	background: transparent;
	border: 0;
	cursor: pointer;
}

body.new-dental-legacy-page .new-dental-overlay .modal .close i, body.new-dental-legacy-page .new-dental-overlay .modal .close svg {
display: none;
}

body.new-dental-legacy-page .new-dental-overlay .modal .close::before, body.new-dental-legacy-page .new-dental-overlay .modal .close::after {
content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 34px;
	height: 2px;
	background: #0057e3;
	transform-origin: center;
}

body.new-dental-legacy-page .new-dental-overlay .modal .close::before {
transform: translate(-50%, -50%) rotate(45deg);
}

body.new-dental-legacy-page .new-dental-overlay .modal .close::after {
transform: translate(-50%, -50%) rotate(-45deg);
}

body.new-dental-legacy-page .new-dental-overlay .modal .modal-bg {
position: absolute;
	right: 0;
	bottom: 0;
	z-index: 0;
	width: 344px;
	height: 344px;
	background: url("/local/templates/new_dental/images/modal-bg.png") no-repeat center/contain;
	pointer-events: none;
}

body.new-dental-legacy-page .new-dental-overlay .new-dental-form-errors, body.new-dental-legacy-page .new-dental-overlay .form-note, body.new-dental-legacy-page .new-dental-overlay .errortext {
margin: 0 0 16px;
	color: #ff5a5a;
	font-size: 16px;
	line-height: 1.25;
}

body.new-dental-legacy-page .investor-form-block .new-dental-form-errors {
margin: 0 0 16px !important;
	color: #ff5a5a !important;
	font-size: 16px !important;
	line-height: 1.25 !important;
}

body.new-dental-legacy-page .investor-form--bitrix .phone-error {
box-shadow: 0 0 0 2px rgba(255,79,79,.35) !important;
}

body.new-dental-legacy-page .dp-form--clients .new-dental-form-errors, body.new-dental-legacy-page .dp-form--clients-secondary .new-dental-form-errors, body.new-dental-legacy-page .dp-form--blue-section .new-dental-form-errors {
margin: 0 0 16px;
	color: #ff3b30;
	line-height: 1.4;
}

body.new-dental-legacy-page .dp-form--blue-section .new-dental-form-errors {
font-size: 14px;
}

body.new-dental-legacy-page .presentation-block .presentation-form .phone-error {
box-shadow: 0 0 0 2px rgba(255,79,79,.35), 0 22px 40px rgba(3,24,73,.16) !important;
}

@media (max-width: 767px) {
body.new-dental-legacy-page .who-likes-primary .who-likes-visual {
top: 0;
		left: 0;
		width: 100%;
		max-width: 360px;
		margin: 0 auto;
}

body.new-dental-legacy-page .who-likes-modal {
padding: 16px;
}

body.new-dental-legacy-page .who-likes-modal .who-likes-modal__dialog {
max-width: calc(100vw - 32px);
		max-height: calc(100vh - 32px);
}

body.new-dental-legacy-page .who-likes-modal .who-likes-modal__image {
max-height: calc(100vh - 32px);
		border-radius: 16px;
}

body.new-dental-legacy-page .who-likes-modal .who-likes-modal__close {
top: 10px;
		right: 10px;
		width: 40px;
		height: 40px;
}

body.new-dental-legacy-page .new-dental-overlay .modal-wr {
padding-top: 0;
}

body.new-dental-legacy-page .new-dental-overlay .modal {
width: min(100vw, 100%);
		min-height: 100%;
		padding: 110px 22px 36px;
}

body.new-dental-legacy-page .new-dental-overlay .modal .close {
top: 24px;
		right: 22px;
		width: 28px;
		height: 28px;
}

body.new-dental-legacy-page .new-dental-overlay .modal .close::before, body.new-dental-legacy-page .new-dental-overlay .modal .close::after {
width: 24px;
}

body.new-dental-legacy-page .new-dental-overlay .modal .modal-bg {
width: 160px;
		height: 160px;
		right: -10px;
		bottom: 0;
}
}

body.new-dental-legacy-page .pricing .tariff-feature:not(.tariff-feature--has-details) > span::before, body.new-dental-legacy-page .pricing .tariff-list--addons .tariff-addon > span::before {
display: none;
}

body.new-dental-legacy-page .pricing .tariff-feature-detail.is-disabled {
opacity: 1;
}

body.new-dental-legacy-page .pricing .tariff-feature-detail.is-disabled .tariff-feature-detail__value, body.new-dental-legacy-page .pricing .pricing-mobile-detail__value.is-disabled {
visibility: hidden;
}

@media (max-width: 767px) {
body.new-dental-legacy-page .pricing .pricing-mobile__row:not(.pricing-mobile__row--has-details):not(.pricing-mobile__row--title) .pricing-mobile__label::before {
display: none;
}
}


body.new-dental-legacy-page .new-dental-page-shell,
body.new-dental-legacy-page .new-dental-page-shell__inner {
	min-height: 0;
}
body.new-dental-legacy-page .header {
	position: relative;
}
body.new-dental-legacy-page .header__bottom--fixed {
	position: fixed !important;
}
body.new-dental-legacy-page .tariffs-main-pricing {
	margin: 48px 0 60px;
}
body.new-dental-legacy-page .legacy-new-block {
	font-family: Inter, Arial, sans-serif;
}
body.new-dental-legacy-page .suitable-main-new-block {
	margin-bottom: 60px;
}
body.new-dental-legacy-page .about-new-clients-block {
	margin-top: 60px;
}
body.new-dental-legacy-page .about-new-investor-block {
	margin-top: 60px;
}
body.new-dental-legacy-page .faq-new-block {
	margin: 60px 0;
}
body.new-dental-legacy-page .tariffs-new-implementation {
	margin: 42px 0 52px;
}
body.new-dental-legacy-page .clients .order-from {
	display: none;
}
body.new-dental-legacy-page .clients .order-from__bg {
	display: none;
}
@media (max-width: 767px) {
	body.new-dental-legacy-page .tariffs-main-pricing {
		margin: 32px 0 42px;
	}
}
body.new-dental-legacy-page .faq-item.active .faq-item__body {
	display: block;
}
body.new-dental-legacy-page .accordion__item.active .accordion__text {
	display: block;
}

body.new-dental-legacy-page .header,
body.new-dental-legacy-page .header.header_minShow {
	transform: none !important;
	overflow: visible !important;
}

body.new-dental-legacy-page .header.header_minShow .header-down,
body.new-dental-legacy-page .header.header_minShow .header__bottom {
	transform: none !important;
}

body.new-dental-legacy-page .header__bottom .wrap {
	max-width: 1460px !important;
	gap: 24px !important;
}

body.new-dental-legacy-page .main-menu {
	min-width: 0 !important;
	flex: 0 1 auto !important;
}

body.new-dental-legacy-page .main-menu ul {
	flex-wrap: nowrap !important;
	gap: 26px !important;
}

body.new-dental-legacy-page .main-menu > ul > li > a,
body.new-dental-legacy-page .header__top-menu a,
body.new-dental-legacy-page .header__button {
	white-space: nowrap !important;
}

body.new-dental-legacy-page .header__bottom.js-header-bottom.header__bottom--fixed {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	width: 100% !important;
	z-index: 10000 !important;
	transform: none !important;
	background: #287ffc !important;
	overflow: visible !important;
}

body.new-dental-legacy-page .header__bottom-placeholder {
	display: none;
	height: 0;
}

body.new-dental-legacy-page .tariffsPage .section-head {
	margin-bottom: 36px !important;
}

body.new-dental-legacy-page .tariffs-new-implementation {
	margin: 0 !important;
}

body.new-dental-legacy-page .tariffs-new-implementation .implementation {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin: 0 !important;
	background: #fff !important;
	overflow: hidden !important;
}

body.new-dental-legacy-page .tariffs-new-implementation .implementation .container {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	overflow: visible !important;
}

body.new-dental-legacy-page .tariffs-new-implementation .implementation-title {
	margin: 0 0 18px !important;
}

body.new-dental-legacy-page .tariffs-new-implementation .implementation-slider,
body.new-dental-legacy-page .tariffs-new-implementation .implementation-slider.swiper {
	padding-top: 14px !important;
	padding-bottom: 8px !important;
	margin: 0 !important;
	height: auto !important;
	min-height: 0 !important;
	overflow: hidden !important;
}

body.new-dental-legacy-page .tariffs-new-implementation .implementation-slider .swiper-wrapper {
	height: auto !important;
	min-height: 0 !important;
	align-items: stretch !important;
}

body.new-dental-legacy-page .tariffs-new-implementation .implementation-nav {
	margin-top: 4px !important;
	margin-bottom: 0 !important;
}

body.new-dental-legacy-page .tariffs-new-implementation .implementation .swiper-pagination {
	margin: 0 !important;
	padding: 0 !important;
}

body.new-dental-legacy-page .tariffs-new-implementation + .tariffs-main-pricing,
body.new-dental-legacy-page .tariffs-main-pricing {
	margin-top: 14px !important;
	margin-bottom: 60px !important;
}

body.new-dental-legacy-page .tariffs-main-pricing .pricing {
	padding-top: 0 !important;
}

body.new-dental-legacy-page .tariffs-main-pricing .pricing-top {
	margin-top: 0 !important;
}

@media (max-width: 1439px) {
	body.new-dental-legacy-page .header__bottom .wrap {
		max-width: 1240px !important;
	}

	body.new-dental-legacy-page .main-menu ul {
		gap: 20px !important;
	}
}

@media (max-width: 767px) {
	body.new-dental-legacy-page .tariffsPage .section-head {
		margin-bottom: 28px !important;
	}

	body.new-dental-legacy-page .tariffs-new-implementation .implementation {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	body.new-dental-legacy-page .tariffs-new-implementation + .tariffs-main-pricing,
	body.new-dental-legacy-page .tariffs-main-pricing {
		margin-top: 12px !important;
		margin-bottom: 42px !important;
	}
}



body.new-dental-legacy-page .tariffs-new-implementation,
body.new-dental-legacy-page .tariffs-new-implementation .implementation,
body.new-dental-legacy-page .tariffs-new-implementation .implementation .container,
body.new-dental-legacy-page .tariffs-new-implementation .implementation-slider,
body.new-dental-legacy-page .tariffs-new-implementation .implementation-slider.swiper,
body.new-dental-legacy-page .tariffs-new-implementation .implementation-slider .swiper-wrapper {
	min-height: 0 !important;
}

body.new-dental-legacy-page .tariffs-new-implementation .implementation .container {
	height: auto !important;
	display: block !important;
}

/* === DentalPRO tariffs spacing tune hotfix === */
body.new-dental-legacy-page .tariffsPage .section-head {
	--section-head--gap: 24px !important;
	--section-head--mb: 28px !important;
	margin-bottom: 28px !important;
}

body.new-dental-legacy-page .tariffsPage .section-head .h1,
body.new-dental-legacy-page .tariffsPage .section-head .page-title {
	line-height: 1.08 !important;
	margin: 0 !important;
}

body.new-dental-legacy-page .tariffsPage .section-head .section-descr {
	margin-top: 24px !important;
	line-height: 1.35 !important;
}

body.new-dental-legacy-page .tariffs-new-implementation {
	margin: 0 0 30px !important;
}

body.new-dental-legacy-page .tariffs-new-implementation .implementation {
	padding: 0 !important;
	margin: 0 !important;
	background: #fff !important;
}

body.new-dental-legacy-page .tariffs-new-implementation .implementation-title {
	margin: 0 0 22px !important;
	line-height: 1.15 !important;
}

body.new-dental-legacy-page .tariffs-new-implementation .implementation-slider,
body.new-dental-legacy-page .tariffs-new-implementation .implementation-slider.swiper {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin: 0 !important;
}

body.new-dental-legacy-page .tariffs-new-implementation .implementation-card {
	min-height: 210px !important;
}

body.new-dental-legacy-page .tariffs-new-implementation .implementation-nav {
	margin-top: 16px !important;
	margin-bottom: 0 !important;
}

body.new-dental-legacy-page .tariffs-new-implementation .implementation .swiper-pagination {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

body.new-dental-legacy-page .tariffs-new-implementation + .tariffs-main-pricing,
body.new-dental-legacy-page .tariffs-main-pricing {
	margin-top: 0 !important;
	margin-bottom: 60px !important;
}

body.new-dental-legacy-page .tariffs-main-pricing .pricing {
	padding-top: 0 !important;
}

body.new-dental-legacy-page .tariffs-main-pricing .pricing-top {
	margin-top: 0 !important;
}

@media (max-width: 767px) {
	body.new-dental-legacy-page .tariffsPage .section-head {
		--section-head--gap: 18px !important;
		--section-head--mb: 24px !important;
		margin-bottom: 24px !important;
	}

	body.new-dental-legacy-page .tariffsPage .section-head .section-descr {
		margin-top: 18px !important;
	}

	body.new-dental-legacy-page .tariffs-new-implementation {
		margin-bottom: 24px !important;
	}

	body.new-dental-legacy-page .tariffs-new-implementation .implementation-title {
		margin-bottom: 18px !important;
	}

	body.new-dental-legacy-page .tariffs-new-implementation .implementation-card {
		min-height: 0 !important;
	}

	body.new-dental-legacy-page .tariffs-new-implementation .implementation-nav {
		margin-top: 12px !important;
	}
}

/* === DentalPRO tariffs implementation spacing: match main page === */
body.new-dental-legacy-page .tariffsPage .section-head {
	margin-bottom: 42px !important;
}

body.new-dental-legacy-page .tariffs-new-implementation {
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible !important;
}

body.new-dental-legacy-page .tariffs-new-implementation .implementation {
	padding: 8px 0 86px !important;
	margin: 0 !important;
	background: #fff !important;
	overflow: hidden !important;
}

body.new-dental-legacy-page .tariffs-new-implementation .implementation .container {
	display: block !important;
	width: 100% !important;
	max-width: 1440px !important;
	height: auto !important;
	min-height: 0 !important;
	margin: 0 auto !important;
	padding: 0 60px !important;
	box-sizing: border-box !important;
	overflow: visible !important;
}

body.new-dental-legacy-page .tariffs-new-implementation .implementation-title {
	margin: 0 0 28px !important;
	line-height: 1.08 !important;
}

body.new-dental-legacy-page .tariffs-new-implementation .implementation-slider,
body.new-dental-legacy-page .tariffs-new-implementation .implementation-slider.swiper {
	margin: 0 !important;
	padding: 25px 20px !important;
	height: auto !important;
	min-height: 0 !important;
	overflow: hidden !important;
}

body.new-dental-legacy-page .tariffs-new-implementation .implementation-slider .swiper-wrapper {
	height: auto !important;
	min-height: 0 !important;
	align-items: stretch !important;
}

body.new-dental-legacy-page .tariffs-new-implementation .implementation-slider .swiper-slide {
	height: auto !important;
}

body.new-dental-legacy-page .tariffs-new-implementation .implementation-card {
	min-height: 230px !important;
}

body.new-dental-legacy-page .tariffs-new-implementation .implementation-nav {
	margin-top: 22px !important;
	margin-bottom: 0 !important;
}

body.new-dental-legacy-page .tariffs-new-implementation .implementation .swiper-pagination {
	margin: 0 !important;
	padding: 0 !important;
}

body.new-dental-legacy-page .tariffs-new-implementation + .tariffs-main-pricing,
body.new-dental-legacy-page .tariffs-main-pricing {
	margin-top: 0 !important;
	margin-bottom: 60px !important;
}

body.new-dental-legacy-page .tariffs-main-pricing .pricing {
	padding-top: 0 !important;
}

body.new-dental-legacy-page .tariffs-main-pricing .pricing-top {
	margin-top: 0 !important;
}

@media (max-width: 991px) {
	body.new-dental-legacy-page .tariffs-new-implementation .implementation .container {
		padding: 0 20px !important;
	}

	body.new-dental-legacy-page .tariffs-new-implementation .implementation-step {
		width: 240px !important;
	}

	body.new-dental-legacy-page .tariffs-new-implementation .implementation-card {
		min-height: 148px !important;
	}
}

@media (max-width: 767px) {
	body.new-dental-legacy-page .tariffsPage .section-head {
		margin-bottom: 32px !important;
	}

	body.new-dental-legacy-page .tariffs-new-implementation .implementation {
		padding: 44px 0 62px !important;
	}

	body.new-dental-legacy-page .tariffs-new-implementation .implementation-title {
		margin-bottom: 28px !important;
	}

	body.new-dental-legacy-page .tariffs-new-implementation .implementation-slider,
	body.new-dental-legacy-page .tariffs-new-implementation .implementation-slider.swiper {
		padding: 0 !important;
		overflow: visible !important;
	}

	body.new-dental-legacy-page .tariffs-new-implementation .implementation-card {
		min-height: 188px !important;
	}

	body.new-dental-legacy-page .tariffs-new-implementation .implementation-nav {
		margin-top: 0 !important;
	}

	body.new-dental-legacy-page .tariffs-new-implementation + .tariffs-main-pricing,
	body.new-dental-legacy-page .tariffs-main-pricing {
		margin-top: 0 !important;
		margin-bottom: 42px !important;
	}
}

/* === DentalPRO tariffs implementation full-width slider hotfix === */
body.new-dental-legacy-page .tariffsPage > .wrapper {
	overflow: visible !important;
}

body.new-dental-legacy-page .tariffs-new-implementation {
	width: calc(100vw - var(--scrollWidth, 0px)) !important;
	max-width: calc(100vw - var(--scrollWidth, 0px)) !important;
	margin-left: calc(50% - 50vw + var(--scrollWidth, 0px) / 2) !important;
	margin-right: calc(50% - 50vw + var(--scrollWidth, 0px) / 2) !important;
	overflow: hidden !important;
}

body.new-dental-legacy-page .tariffs-new-implementation .implementation {
	width: 100% !important;
	overflow: visible !important;
}

body.new-dental-legacy-page .tariffs-new-implementation .implementation .container {
	overflow: visible !important;
}

body.new-dental-legacy-page .tariffs-new-implementation .implementation-slider,
body.new-dental-legacy-page .tariffs-new-implementation .implementation-slider.swiper {
	overflow: visible !important;
}

body.new-dental-legacy-page .tariffs-new-implementation .implementation-slider .swiper-wrapper {
	overflow: visible !important;
}

@media (max-width: 767px) {
	body.new-dental-legacy-page .tariffs-new-implementation {
		width: 100% !important;
		max-width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		overflow: visible !important;
	}
}


/* === DentalPRO about page blocks hotfix === */
body.new-dental-legacy-page .about-new-investor-block {
	margin-top: 0 !important;
	margin-bottom: 60px !important;
}

body.new-dental-legacy-page .about-new-investor-block .investor-form-block {
	padding-top: 64px !important;
	padding-bottom: 36px !important;
}

body.new-dental-legacy-page .about-new-clients-block {
	width: 100% !important;
	max-width: none !important;
	margin: 60px 0 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
}

body.new-dental-legacy-page .about-new-clients-block .clients {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding-top: 60px !important;
	padding-bottom: 0 !important;
	border-radius: 32px 32px 0 0 !important;
	overflow: hidden !important;
}

body.new-dental-legacy-page .about-new-clients-block .clients .wrap {
	width: 100% !important;
	max-width: 1360px !important;
	margin: 0 auto !important;
	padding: 0 60px !important;
	box-sizing: border-box !important;
}

body.new-dental-legacy-page .about-new-clients-block .clients .section-title {
	max-width: 1200px !important;
	margin: 0 auto 40px !important;
	padding: 0 !important;
}

body.new-dental-legacy-page .about-new-clients-block .clients-slider {
	width: 100% !important;
	max-width: 1200px !important;
	height: 197px !important;
	margin: 0 auto 40px !important;
	padding: 0 !important;
	overflow: hidden !important;
}

body.new-dental-legacy-page .about-new-clients-block .clients-slider .swiper-wrapper {
	align-items: stretch !important;
}

body.new-dental-legacy-page .about-new-clients-block .clients-slide {
	height: 197px !important;
	box-sizing: border-box !important;
}

body.new-dental-legacy-page .about-new-clients-block .clients-nav {
	margin: 0 0 40px !important;
}

body.new-dental-legacy-page .about-new-clients-block + .new_form,
body.new-dental-legacy-page .about-new-clients-block + section.new_form {
	margin-top: 0 !important;
}

@media (max-width: 991px) {
	body.new-dental-legacy-page .about-new-clients-block .clients .wrap {
		padding: 0 20px !important;
	}
}

@media (max-width: 767px) {
	body.new-dental-legacy-page .about-new-investor-block {
		margin-bottom: 40px !important;
	}

	body.new-dental-legacy-page .about-new-investor-block .investor-form-block {
		padding-top: 40px !important;
		padding-bottom: 0 !important;
	}

	body.new-dental-legacy-page .about-new-clients-block {
		margin-top: 42px !important;
	}

	body.new-dental-legacy-page .about-new-clients-block .clients {
		padding-top: 34px !important;
		border-radius: 28px 28px 0 0 !important;
	}

	body.new-dental-legacy-page .about-new-clients-block .clients-slider {
		height: auto !important;
		margin-bottom: 28px !important;
		overflow: visible !important;
	}

	body.new-dental-legacy-page .about-new-clients-block .clients-slide {
		height: 168px !important;
	}

	body.new-dental-legacy-page .about-new-clients-block .clients-nav {
		margin-bottom: 30px !important;
	}
}

/* === DentalPRO about page: header/breadcrumb and legacy sliders repair === */
body.new-dental-legacy-page.new-dental-page-about .breadcrumbs {
	position: relative !important;
	z-index: 2 !important;
	margin: 0 !important;
	padding: 132px 0 24px !important;
}

body.new-dental-legacy-page.new-dental-page-about .breadcrumbs .wrapper {
	width: var(--wrapper-width) !important;
	max-width: none !important;
}

/* === DentalPRO admin preview: breadcrumbs on all inner pages === */
body.new-dental-legacy-page:not(.new-dental-page-home) .breadcrumbs {
	position: relative !important;
	z-index: 2 !important;
	margin: 0 !important;
	padding: 132px 0 24px !important;
}

body.new-dental-legacy-page:not(.new-dental-page-home) .breadcrumbs .wrapper {
	width: var(--wrapper-width) !important;
	max-width: none !important;
}

body.new-dental-legacy-page:not(.new-dental-page-home) .breadcrumbs + .section,
body.new-dental-legacy-page:not(.new-dental-page-home) .breadcrumbs + main,
body.new-dental-legacy-page:not(.new-dental-page-home) .breadcrumbs + .container-inner {
	margin-top: 0 !important;
}

body.new-dental-legacy-page.new-dental-page-about .breadcrumbs ~ .aboutHead {
	padding-top: 0 !important;
}

body.new-dental-legacy-page.new-dental-page-about .container-inner > .aboutHead:first-child,
body.new-dental-legacy-page .aboutHead:first-child {
	padding-top: 132px !important;
}

body.new-dental-legacy-page.new-dental-page-about .history-slider {
	margin: 0 !important;
	overflow: hidden !important;
}

body.new-dental-legacy-page.new-dental-page-about .history-slider > .wrapper {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	width: var(--wrapper-width) !important;
	max-width: none !important;
	padding: 0 !important;
}

body.new-dental-legacy-page.new-dental-page-about .history .swiper-container {
	width: 100% !important;
	overflow: hidden !important;
}

body.new-dental-legacy-page.new-dental-page-about .history .slider-scrollbar {
	margin-top: 70rem !important;
}

body.new-dental-legacy-page.new-dental-page-about .history .swiper-pagination-bullet {
	width: auto !important;
}

body.new-dental-legacy-page.new-dental-page-about .history-card {
	--hc-c--w: 490rem !important;
	--hc-c--gap: calc((100% - var(--hc-c--w)*3)/2 - .5px) !important;
	--hc-c--p: 40rem 40rem 40rem 30rem !important;
	--hc-c--h: 345rem !important;
	width: var(--hc-c--w) !important;
	margin-right: var(--hc-c--gap) !important;
	padding: var(--hc-c--p) !important;
	border-radius: var(--card-br) !important;
	min-height: var(--hc-c--h) !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-start !important;
	background: linear-gradient(-40.94deg, rgb(83, 188, 240) 17.088%, rgb(57, 139, 203) 91.513%) !important;
	color: #fff !important;
	box-shadow: none !important;
	opacity: 1 !important;
	transition: none !important;
}

body.new-dental-legacy-page.new-dental-page-about .history-card:last-child {
	margin-right: 0 !important;
}

body.new-dental-legacy-page.new-dental-page-about .history-card__stiker {
	--stiker--fs: 21rem !important;
	--stiker--padding: 8rem 25rem !important;
	background: #fff !important;
	color: #000 !important;
}

body.new-dental-legacy-page.new-dental-page-about .history-card__text {
	margin-top: 30rem !important;
	width: 100% !important;
}

body.new-dental-legacy-page.new-dental-page-about .companies {
	--cc--gap: calc((var(--wrapper-width) - var(--cc--w)*5)/4) !important;
	padding: 100rem 0 !important;
	background: linear-gradient(-40.94deg, rgb(83, 188, 240) 17.088%, rgb(57, 139, 203) 91.513%) !important;
	color: #fff !important;
	overflow: hidden !important;
	border-radius: 0 !important;
	position: relative !important;
}

body.new-dental-legacy-page.new-dental-page-about .companies .wrapper {
	width: var(--wrapper-width) !important;
	max-width: none !important;
}

body.new-dental-legacy-page.new-dental-page-about .companies .swiper-container {
	--cc--contWidth: var(--wrapper-width) !important;
	--cc--w: calc((var(--cc--contWidth) - (var(--cc--sb) * (var(--cc--spv) - 1))*1px) / var(--cc--spv)) !important;
	--cc--h: calc(var(--cc--w)/1.5) !important;
	overflow: hidden !important;
}

body.new-dental-legacy-page.new-dental-page-about .companies .swiper-wrapper {
	height: calc((var(--cc--h) + var(--cc--sb) * 1px) * 2 + 1px) !important;
	flex-direction: column !important;
	flex-wrap: wrap !important;
}

body.new-dental-legacy-page.new-dental-page-about .companies-card {
	--cc--p: 30rem !important;
	width: var(--cc--w) !important;
	height: var(--cc--h) !important;
	padding: var(--cc--p) !important;
	border-radius: var(--card-br) !important;
	background-color: #fff !important;
	flex-shrink: 0 !important;
}

body.new-dental-legacy-page.new-dental-page-about .companies-card img {
	width: 100% !important;
	height: 100% !important;
	object-fit: contain !important;
	object-position: center !important;
}

body.new-dental-legacy-page.new-dental-page-about .companies .dots {
	margin-top: 20rem !important;
}

@media (max-width: 1024px) {
	body.new-dental-legacy-page:not(.new-dental-page-home) .breadcrumbs {
		padding-top: 112px !important;
	}

	body.new-dental-legacy-page.new-dental-page-about .breadcrumbs {
		padding-top: 112px !important;
	}

	body.new-dental-legacy-page.new-dental-page-about .container-inner > .aboutHead:first-child,
	body.new-dental-legacy-page .aboutHead:first-child {
		padding-top: 112px !important;
	}

	body.new-dental-legacy-page.new-dental-page-about .history .slider-scrollbar {
		margin-top: 60rem !important;
	}

	body.new-dental-legacy-page.new-dental-page-about .history-card {
		font-size: 17rem !important;
		line-height: var(--lh) !important;
		--hc-c--gap: 65rem !important;
	}

	body.new-dental-legacy-page.new-dental-page-about .companies {
		padding: 100rem 0 !important;
	}

	body.new-dental-legacy-page.new-dental-page-about .companies-card {
		--cc--p: 30rem 26rem !important;
	}
}

@media (max-width: 768px) {
	body.new-dental-legacy-page.new-dental-page-about .history .slider-scrollbar {
		margin-top: 30rem !important;
	}

	body.new-dental-legacy-page.new-dental-page-about .history-card {
		font-size: 17rem !important;
	}

	body.new-dental-legacy-page.new-dental-page-about .companies {
		padding: 70rem 0 !important;
	}

	body.new-dental-legacy-page.new-dental-page-about .companies .dots {
		margin-top: 10rem !important;
	}
}

@media (max-width: 560px) {
	body.new-dental-legacy-page:not(.new-dental-page-home) .breadcrumbs {
		padding-top: 92px !important;
		padding-bottom: 18px !important;
	}

	body.new-dental-legacy-page.new-dental-page-about .breadcrumbs {
		padding-top: 92px !important;
		padding-bottom: 18px !important;
	}

	body.new-dental-legacy-page.new-dental-page-about .container-inner > .aboutHead:first-child,
	body.new-dental-legacy-page .aboutHead:first-child {
		padding-top: 92px !important;
	}

	body.new-dental-legacy-page.new-dental-page-about .history-card {
		font-size: 15rem !important;
		--hc-c--w: 320rem !important;
		--hc-c--gap: 20rem !important;
		--hc-c--p: 30rem 20rem !important;
	}

	body.new-dental-legacy-page.new-dental-page-about .history-card__stiker {
		--stiker--fs: 21rem !important;
		--stiker--padding: 8rem 22rem !important;
	}

	body.new-dental-legacy-page.new-dental-page-about .history-card__text {
		margin-top: 22rem !important;
	}

	body.new-dental-legacy-page.new-dental-page-about .companies {
		padding: 40rem 0 !important;
	}

	body.new-dental-legacy-page.new-dental-page-about .companies .swiper-container {
		--cc--contWidth: 320rem !important;
		width: var(--cc--contWidth) !important;
	}

	body.new-dental-legacy-page.new-dental-page-about .companies-card {
		--cc--p: 20rem 18rem !important;
	}
}

/* === DentalPRO about page: clients slider like main page === */
body.new-dental-legacy-page .clients-slide img {
	display: block !important;
	max-width: 100% !important;
	max-height: 110px !important;
	width: auto !important;
	height: auto !important;
	object-fit: contain !important;
}

body.new-dental-legacy-page .about-new-clients-block .clients-slider {
	max-width: 1200px !important;
	height: 197px !important;
	margin: 0 auto 40px !important;
	padding: 0 !important;
	overflow: visible !important;
}

body.new-dental-legacy-page .about-new-clients-block .clients-slider .swiper-wrapper {
	align-items: stretch !important;
}

body.new-dental-legacy-page .about-new-clients-block .clients-slide {
	height: 197px !important;
	padding: 30px !important;
	border-radius: 32px !important;
	box-sizing: border-box !important;
}

@media (max-width: 767px) {
	body.new-dental-legacy-page .about-new-clients-block .clients-slider {
		height: auto !important;
		padding: 0 20px !important;
		margin-bottom: 28px !important;
	}

	body.new-dental-legacy-page .about-new-clients-block .clients-slide {
		height: 198px !important;
		padding: 24px !important;
	}
}

body.new-dental-legacy-page .header__button,
body.new-dental-legacy-page .header__button:hover,
body.new-dental-legacy-page .header__button:focus,
body.new-dental-legacy-page .header__button:active {
	text-decoration: none !important;
}

body.new-dental-legacy-page .new-dental-overlay.active {
	z-index: 30000 !important;
}


/* Task 5: tariffs dropdown rows and addon rows alignment */
body.new-dental-legacy-page .pricing .tariff-feature__details {
	padding-top: 18px;
	padding-bottom: 4px;
}

body.new-dental-legacy-page .pricing .tariff-feature__details-list {
	display: grid;
	row-gap: 14px;
}

body.new-dental-legacy-page .pricing .tariff-feature__details-list .tariff-feature-detail {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 28px;
	column-gap: 16px;
	align-items: center;
	min-height: 26px;
	margin-bottom: 0;
}

body.new-dental-legacy-page .pricing .tariff-feature-detail__label {
	min-width: 0;
	line-height: 1.3;
}

body.new-dental-legacy-page .pricing .tariff-feature__details-list .tariff-feature-detail__value {
	justify-self: center;
	align-self: center;
	width: 28px;
	text-align: center;
	line-height: 1;
}

body.new-dental-legacy-page .pricing .tariff-list--addons .tariff-addon {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(118px, auto);
	column-gap: 16px;
	align-items: center;
}

body.new-dental-legacy-page .pricing .tariff-list--addons .tariff-addon > span {
	min-width: 0;
	line-height: 1.25;
}

body.new-dental-legacy-page .pricing .tariff-list--addons .tariff-addon .tariff-addon__control {
	display: grid;
	grid-template-columns: minmax(68px, auto) 36px;
	column-gap: 10px;
	align-items: center;
	justify-content: end;
	justify-self: end;
	min-width: 118px;
}

body.new-dental-legacy-page .pricing .tariff-list--addons .tariff-addon .tariff-addon__price {
	justify-self: end;
}

body.new-dental-legacy-page .pricing .tariff-list--addons.tariff-list--included li {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 28px;
	column-gap: 16px;
	align-items: center;
}

body.new-dental-legacy-page .pricing .tariff-list--addons.tariff-list--included li > span {
	min-width: 0;
	line-height: 1.25;
}

body.new-dental-legacy-page .pricing .tariff-list--addons.tariff-list--included li > strong {
	justify-self: center;
	align-self: center;
	width: 28px;
	text-align: center;
}

@media (max-width: 767px) {
	body.new-dental-legacy-page .pricing .pricing-mobile__details-list {
		row-gap: 13px;
	}

	body.new-dental-legacy-page .pricing .pricing-mobile-detail {
		align-items: center;
	}

	body.new-dental-legacy-page .pricing .pricing-mobile-detail__label {
		line-height: 1.3;
	}

	body.new-dental-legacy-page .pricing .pricing-mobile-detail__value {
		align-self: center;
	}

	body.new-dental-legacy-page .pricing .pricing-mobile-addon__main {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(112px, auto);
		column-gap: 14px;
		align-items: center;
	}

	body.new-dental-legacy-page .pricing .pricing-mobile-addon__label {
		min-width: 0;
		line-height: 1.25;
	}
}

/* Task 6: keep Professional tariff addon checks outside text column */
body.new-dental-legacy-page .pricing .tariff-list--addons.tariff-list--included > li {
	display: grid !important;
	grid-template-columns: minmax(0, calc(100% - 56px)) 40px !important;
	column-gap: 16px !important;
	align-items: center !important;
	justify-content: initial !important;
	width: 100% !important;
}

body.new-dental-legacy-page .pricing .tariff-list--addons.tariff-list--included > li > span {
	display: block !important;
	min-width: 0 !important;
	max-width: 100% !important;
	padding-right: 0 !important;
	line-height: 1.3 !important;
}

body.new-dental-legacy-page .pricing .tariff-list--addons.tariff-list--included > li > strong {
	position: static !important;
	transform: none !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	justify-self: end !important;
	align-self: center !important;
	width: 40px !important;
	min-width: 40px !important;
	max-width: 40px !important;
	margin: 0 !important;
	padding: 0 !important;
	text-align: center !important;
	line-height: 1 !important;
	white-space: nowrap !important;
}

/* Task 7: remove inherited arrow before labels in included tariff addons */
body.new-dental-legacy-page .pricing .tariff-list--addons.tariff-list--included > li > span::before,
body.new-dental-legacy-page .pricing .tariff-list--addons.tariff-list--included > li > span:before {
	content: none !important;
	display: none !important;
}

body.new-dental-legacy-page .pricing .tariff-list--addons.tariff-list--included > li > span {
	position: static !important;
	padding-left: 0 !important;
}

/* === Task 13: about clients logos size === */
body.new-dental-legacy-page .about-new-clients-block .clients-slide {
	padding: 0 !important;
}

body.new-dental-legacy-page .about-new-clients-block .clients-slide img {
	max-width: 100% !important;
	max-height: 88% !important;
}

@media (max-width: 767px) {
	body.new-dental-legacy-page .about-new-clients-block .clients-slide {
		padding: 20px !important;
	}

	body.new-dental-legacy-page .about-new-clients-block .clients-slide img {
		max-width: 100% !important;
		max-height: 88% !important;
	}
}
