html,
body {
	height: 100%;
}
body {
	font: 400 16px/19px "Inter";
	min-width: 320px;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
}
.hidden-xs {
	display: flex !important;
}
.visible-xs {
	display: none !important;
}
.header__bottom--fixed {
	position: fixed !important;
	top: 0 !important;
	background: #287ffc !important;
	left: 0;
	width: 100%;
	z-index: 1000;
}
.grecaptcha-badge {
	display: none !important;
}
.new-dental-overlay .modal.active {
	justify-content: space-between;
	padding: 80px 116px;
	overflow-x: hidden;
	overflow-y: auto;
}
.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;
}
.overlay.new-dental-overlay .input-block__label {
	font-size: 20px;
}
.overlay.new-dental-overlay .btn {
	font-weight: 500;
}

.header__bottom-placeholder {
	width: 100%;
}

.wrap {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
}
.clear::after {
	content: "";
	display: block;
	overflow: hidden;
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.hidden {
	display: none;
}
.flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.container {
	overflow: hidden;
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
}
.container-inner {
	display: table-row;
	height: 100%;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* header */
.header {
	color: #fff;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 20;
	background: #186bee;
	border-bottom: #ffffff30 1px solid;
}
.header a {
	color: #fff;
}
.header__top {
	padding: 8px 0 10px;
	background: linear-gradient(
		90deg,
		#0057e3 0%,
		rgba(184, 229, 255, 0.333333) 100%
	);
	backdrop-filter: blur(10px);
}
.header__top .wrap {
	max-width: 1180px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
}
.header__bottom {
	padding: 16px 0;
	background: rgba(0, 0, 0, 0.004);
	backdrop-filter: blur(10px);
}
.header__top-social {
	display: flex;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}
.header__top-social a img {
	width: 22px;
    height: 22px;
}
.header__top-social svg {
	display: block;
}
.header__top-menu ul {
	display: flex;
	gap: 20px;
}
.header__top-phone {
	font-size: 14px;
	font-weight: 700;
	line-height: 17px;
}
.header__top-phone a {
	display: inline-block;
	font-size: 18px;
	line-height: 22px;
}
.header__top-time {
	display: flex;
	align-items: center;
	gap: 4px;
}
.header__top-time::before {
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #02c5db;
}
.header__logo img {
	display: block;
}
.header__bottom .wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}
.main-menu ul {
	display: flex;
	gap: 28px;
}

.header__bottom {
	position: relative;
	z-index: 31;
}
.main-menu > ul > li {
	position: relative;
}
.main-menu > ul > li > a {
	display: inline-flex;
	align-items: center;
	font-size: 16px;
	gap: 8px;
	position: relative;
	z-index: 2;
}
.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;
}
.menu-item-has-dropdown:hover > a::after {
	transform: rotate(180deg);
}
.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;
}
.header-dropdown::-webkit-scrollbar {
	width: 6px;
}
.header-dropdown::-webkit-scrollbar-track {
	background: transparent;
}
.header-dropdown::-webkit-scrollbar-thumb {
	background: rgba(0, 87, 227, 0.45);
	border-radius: 999px;
}
.menu-item-has-dropdown::before {
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 24px;
}
.menu-item-has-dropdown:hover .header-dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.header-dropdown__list {
	display: flex;
	flex-direction: column;
	gap: 12px !important;
}
.header-dropdown__list li a {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 0px 6px;
	font-size: 16px;
	line-height: 1.2;
	color: #111;
}
.header-dropdown__list li a:hover {
	color: #5b5b5b;
	text-decoration: none;
}

.header-dropdown__list li a svg.header-dropdown__svg {
	flex: 0 0 16px;
	width: 16px;
	height: 16px;
}
.header-dropdown__list li a svg.header-dropdown__svg path,
.header-dropdown__list li a svg.header-dropdown__svg rect,
.header-dropdown__list li a svg.header-dropdown__svg circle,
.header-dropdown__list li a svg.header-dropdown__svg ellipse,
.header-dropdown__list li a svg.header-dropdown__svg line,
.header-dropdown__list li a svg.header-dropdown__svg polyline,
.header-dropdown__list li a svg.header-dropdown__svg polygon {
	transition:
		fill 0.2s ease,
		stroke 0.2s ease;
}
.header-dropdown__list li a:hover svg.header-dropdown__svg path,
.header-dropdown__list li a:hover svg.header-dropdown__svg rect,
.header-dropdown__list li a:hover svg.header-dropdown__svg circle,
.header-dropdown__list li a:hover svg.header-dropdown__svg ellipse,
.header-dropdown__list li a:hover svg.header-dropdown__svg line,
.header-dropdown__list li a:hover svg.header-dropdown__svg polyline,
.header-dropdown__list li a:hover svg.header-dropdown__svg polygon {
	fill: #5b5b5b;
	stroke: #5b5b5b;
}
.header-dropdown__icon {
	position: relative;
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
	border: 1.6px solid #202020;
	border-radius: 5px;
	opacity: 0.9;
}
.header-dropdown__icon::before,
.header-dropdown__icon::after {
	content: "";
	position: absolute;
}
.header-dropdown__icon--card::before {
	inset: 4px 3px 7px;
	border: 1.5px solid #202020;
	border-top-width: 4px;
	border-radius: 2px;
}
.header-dropdown__icon--briefcase {
	border-radius: 4px;
}
.header-dropdown__icon--briefcase::before {
	left: 2px;
	right: 2px;
	top: 6px;
	bottom: 2px;
	border: 1.5px solid #202020;
	border-radius: 2px;
}
.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;
}
.header-dropdown__icon--plus::before {
	left: 50%;
	top: 3px;
	bottom: 3px;
	width: 1.8px;
	background: #202020;
	transform: translateX(-50%);
}
.header-dropdown__icon--plus::after {
	top: 50%;
	left: 3px;
	right: 3px;
	height: 1.8px;
	background: #202020;
	transform: translateY(-50%);
}
.header-dropdown__icon--tooth {
	border-radius: 9px 9px 7px 7px;
	transform: rotate(12deg);
}
.header-dropdown__icon--scan::before {
	inset: -1px;
	border: 1.6px dashed #202020;
	border-radius: 5px;
}
.header-dropdown__icon--pie {
	border-radius: 50%;
}
.header-dropdown__icon--pie::before {
	left: 9px;
	top: -1px;
	bottom: 9px;
	width: 1.6px;
	background: #202020;
}
.header-dropdown__icon--pie::after {
	top: 9px;
	left: 9px;
	right: -1px;
	height: 1.6px;
	background: #202020;
}
.header-dropdown__icon--flask {
	border-radius: 0 0 6px 6px;
	border-top: 0;
}
.header-dropdown__icon--flask::before {
	left: 6px;
	right: 6px;
	top: 0;
	height: 4px;
	border: 1.6px solid #202020;
	border-bottom: 0;
}
.header-dropdown__icon--wallet::before {
	inset: 4px 2px 4px 2px;
	border: 1.6px solid #202020;
	border-radius: 3px;
}
.header-dropdown__icon--wallet::after {
	width: 4px;
	height: 4px;
	right: 4px;
	top: 8px;
	background: #202020;
	border-radius: 50%;
}
.header-dropdown__icon--settings {
	border-radius: 50%;
}
.header-dropdown__icon--settings::before {
	inset: 6px;
	background: #202020;
	border-radius: 50%;
}
.header-dropdown__icon--rotate {
	border-radius: 50%;
}
.header-dropdown__icon--rotate::before {
	inset: 3px;
	border: 1.6px solid #202020;
	border-right-color: transparent;
	border-radius: 50%;
}
.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);
}
.header-dropdown__icon--pill {
	border-radius: 10px;
	transform: rotate(45deg);
}
.header-dropdown__icon--pill::before {
	left: 50%;
	top: -1px;
	bottom: -1px;
	width: 1.6px;
	background: #202020;
	transform: translateX(-50%);
}
.header-dropdown__icon--stetho {
	border-color: transparent;
}
.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;
}
.header-dropdown__icon--stetho::after {
	width: 6px;
	height: 6px;
	right: 2px;
	bottom: 2px;
	border: 1.6px solid #202020;
	border-radius: 50%;
}
.header-dropdown__icon--megaphone {
	border-color: transparent;
}
.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);
}
.header-dropdown__icon--megaphone::after {
	width: 3px;
	height: 6px;
	left: 12px;
	bottom: 1px;
	background: #202020;
	border-radius: 2px;
	transform: rotate(20deg);
}
.header-dropdown__icon--bot {
	border-radius: 50%;
}
.header-dropdown__icon--bot::before {
	left: 5px;
	right: 5px;
	top: 6px;
	bottom: 5px;
	border: 1.6px solid #202020;
	border-radius: 6px;
}
.header-dropdown__icon--bot::after {
	width: 2px;
	height: 4px;
	left: 50%;
	top: 1px;
	background: #202020;
	transform: translateX(-50%);
}
.header-dropdown__icon--message {
	border-radius: 5px;
}
.header-dropdown__icon--message::before {
	inset: 2px 2px 5px;
	border: 1.6px solid #202020;
	border-radius: 4px;
}
.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);
}
.header-dropdown__icon--users {
	border-color: transparent;
}
.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);
}
.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;
}
.header-dropdown__icon--chart {
	border-color: transparent;
}
.header-dropdown__icon--chart::before {
	left: 2px;
	right: 2px;
	bottom: 3px;
	height: 1.6px;
	background: #202020;
}
.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);
}
.header-dropdown__icon--heart {
	border-color: transparent;
	transform: rotate(-45deg);
}
.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;
}
.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;
}
.header-dropdown__icon--building::before {
	inset: 2px 4px 2px;
	border: 1.6px solid #202020;
	border-radius: 2px;
}
.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;
}
.header-dropdown__icon--clipboard::before {
	inset: 3px 4px 2px;
	border: 1.6px solid #202020;
	border-radius: 3px;
}
.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);
}
.header-dropdown__icon--phone {
	border-radius: 50%;
}
.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) {
	.header-dropdown,
	.menu-item-has-dropdown::before,
	.menu-item-has-dropdown > a::after {
		display: none;
	}
}
.header__button,
.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;
}
.header__button:hover, .banner-button:hover {
	box-shadow: 4px 4px 8px 0px #00000080 inset;
}
.banner-button {
	max-width: 344px;
	padding-left: 40px;
	padding-right: 40px;
}

/* top-banner */
.top-banner {
	height: 823px;
	background: #0057e3;
	color: #fff;
	font-size: 20px;
	line-height: 24px;
}
.top-banner__slide,
.top-banner__slide .wrap {
	height: 100%;
}
.top-banner__columns {
	display: flex;
	align-items: center;
	height: 100%;
}
.top-banner__title {
	font-size: 40px;
	line-height: 48px;
	font-weight: 700;
	max-width: 590px;
	text-transform: uppercase;
}
.top-banner__left {
	display: grid;
	gap: 44px;
}
.top-banner__slide {
	padding: 150px 0 120px;
}
.top-banner__slide-1 {
	background: url(images/slide-bg.png) no-repeat 0 0;
}
.top-banner__right {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.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);
}
.top-banner__hint::after {
	content: "";
	position: absolute;
	width: 71px;
	height: 62px;
	background: url(images/quot-mark.svg) no-repeat center;
	top: -20px;
	right: -40px;
}

/* possibilities */
.possibilities {
	padding: 60px 0;
}
.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;
}
.possibilities-slide p {
	margin: 0 0 16px;
}
.possibilities-slide img {
	max-width: 100%;
	margin: auto 0 -36px;
	position: relative;
	right: -24px;
}
.swiper-pagination {
	position: static;
}
.swiper-pagination-bullet {
	margin: 0 !important;
	width: 32px;
	height: 2px;
	background: #00000066;
	border-radius: 0;
}
.swiper-pagination-bullet-active {
	background: #0057e3;
}

section {
	padding: 36px 0 50px;
}
.blue-section {
	background: #0057e3;
	border-radius: 32px 32px 0px 0px;
}
.blue-section2 {
	/*background: url('images/About presentation.png');
    background-position: bottom;
    background-repeat: no-repeat;
	background-size: cover;*/
	padding-top: 0px;
}
.who-likes .wrap {
	max-width: 1360px;
}
.tabs-content {
	border-radius: 0 20px 20px 20px;
	padding: 60px;
	background: #fff;
}
.tabs-content__item {
	display: none;
}
.tabs-content__item.active {
	display: block;
}
.tabs-content__inner {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 40px;
}
.tabs-content__item-left {
	flex: 1 1 auto;
	min-width: 0;
}
.tabs-content__item-right {
	flex: 0 0 702px;
	max-width: 702px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 8px;
}
.tabs-content__item-right img {
	display: block;
	max-width: 100%;
	height: auto;
}
.tabs-selected {
	border-radius: 20px 20px 0 0;
	background: #fff;
	padding: 21px 40px;
	font-size: 32px;
	line-height: 39px;
	font-weight: 700;
	position: relative;
}
/* .tabs-selected::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 150px;
    top: 8px;
    right: -150px;
	background: #0057E3;
} */
.tabs-selected::after {
	content: "";
    position: absolute;
    border-bottom: #fff 106px solid;
    border-right: transparent 46px solid;
    top: 15px;
    right: -35px;
    transform: rotate(10deg);
}
.tabs-list {
	display: flex;
	align-items: center;
}
.tabs-items {
	flex: 1;
	border-radius: 20px;
	position: relative;
	gap: 18px;
	padding: 0 0 0 30px;
	display: flex;
	align-items: center;
}
.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;
}
.tabs-items .active {
	background: rgba(255, 255, 255, 0.2);
	border-radius: 32px;
	display: none;
}
.accordion {
	margin: 0 0 40px;
}
.accordion__item {
	position: relative;
}
.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;
}
.accordion__trigger {
	padding: 12px 50px 12px 20px;
	font-size: 20px;
	line-height: 24px;
	cursor: pointer;
}
.accordion__text {
	display: none;
	padding: 0 20px 16px;
}
.tabs-content .accordion {
	width: 464px;
}
.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;
}
.accordion__item.active .accordion__trigger::after {
	transform: rotate(-180deg);
}
.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;
}
.tabs-content__inner {
	/*display: grid;*/
	display: flex;
	grid-template-columns: 1fr auto;
	gap: 33px;
	align-items: center;
}
.tabs-content__inner img {
	display: block;
	position: relative;
	top: -40px;
	left: 10px;
}
.prove {
	padding: 80px 0 0;
}
.prove-title {
	color: #fff;
	font-size: 32px;
	line-height: 39px;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 40px;
}
.prove-list {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	margin: 0 auto 64px;
	max-width: 1160px;
}
.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);
}
/* history */
.history .wrap {
	max-width: 1200px;
}
.section-title {
	font-size: 32px;
	line-height: 39px;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 0 40px;
}
.section-title2 {
	font-size: 32px;
	line-height: 39px;
	font-weight: 700;
	margin: 0 0 40px;
}
.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;
}
.history-slide.swiper-slide-active,
.history-slide.swiper-slide-next {
	opacity: 1;
}
.history-slide__top {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: stretch;
	gap: 20px;
	margin: 0 0 40px;
}
.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;
}
.history-slide__top-inner {
	background: #fff;
	border-radius: 30px;
	padding: 12px 20px;
	height: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 17px;
}
.history-slide__top-inner p {
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	margin: 0 0 2px;
}
.history-slide__body-name {
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	margin: 0 0 20px;
}
.history-slide__body-post {
	font-size: 14px;
	line-height: 17px;
	margin: 12px 0 0;
}
.history-slide__body {
	display: flex;
	align-items: flex-start;
	gap: 20px;
}
.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;
}
.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;
}
.history-slide__body-photo {
	border-radius: 50%;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.history-slide__body-photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.history-slide__body-right::after {
	content: "";
	position: absolute;
	width: 64px;
	height: 64px;
	background: url(images/play.svg) no-repeat center;
	bottom: 0;
	left: 0;
}
.history-slider {
	margin: 0 0 40px;
	overflow: visible;
}
.history .swiper-pagination-bullet {
	width: 134px;
}
/* clients */
.clients {
	background: #0057e3;
	border-radius: 32px 32px 0px 0px;
	position: relative;
	overflow: hidden;
	padding-bottom: 0;
	padding-top: 60px;
}
.clients .wrap {
	max-width: 1360px;
}
.clients .section-title {
	color: #fff;
	max-width: 1200px;
	margin: 0 auto 40px;
}
.clients-slider {
	height: 197px;
	max-width: 1200px;
	margin: 0 auto 40px;
}
.clients-slide {
	padding: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 32px;
	height: 100%;
}
.clients .swiper-pagination {
	margin: 0 0 60px;
}
.clients .swiper-pagination-bullet {
	background: #fff;
}
.order-from {
	position: relative;
	overflow: hidden;
	padding: 0px 60px 0px;
	margin: 0px;
	min-height: 485px;
}
.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;
}
.order-from__inner {
	position: relative;
	z-index: 1;
	margin: 0 auto;
	padding: 32px;
	background: #fff;
	border-radius: 20px;
}
.order-from__title {
	font-size: 32px;
	line-height: 39px;
	max-width: 730px;
	margin: 0 0 20px;
}
.order-from__subtitle {
	font-size: 24px;
	line-height: 29px;
	margin: 0 0 60px;
}
.form-inputs {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(4, 1fr);
	align-items: center;
	margin: 0 0 12px;
}
.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;
}
.form-inputs .button {
	height: 68px;
	padding: 15px 10px;
}
.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;
}
.clients .order-from .button:hover {
	box-shadow: 4px 4px 8px 0px #00000080 inset;
}

.order-from .text-right {
	font-size: 14px;
	line-height: 17px;
	margin-top: 10px;
}
.order-from a:not(.button) {
	color: #000;
	text-decoration: underline;
}
.order-from a:hover {
	text-decoration: none;
}
/* possibilities */
.possibilities-hint {
	font-size: 24px;
	line-height: 29px;
	max-width: 825px;
	margin: 0 0 60px;
}
.possibilities-list {
	display: grid;
	gap: 72px;
	grid-template-columns: repeat(3, 1fr);
	margin: 0 0 40px;
}
.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;
}
.possibilities-item:hover .possibilities-title {
	color: #6EBEFF;
}
.possibilities-item:hover svg path {
	stroke: #888888;
}
.mobile-app-btn {
	margin-bottom: 60px;
    margin-top: -90px;
	text-align: center;
    position: relative;
	z-index: 2;
}
.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;
}
.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;
}
.possibilities-text {
	margin: 0 0 37px;
}
.possibilities-pic {
	position: absolute;
	right: 23px;
	bottom: 0;
}
.possibilities-pic img {
	display: block;
	margin: 0 auto;
}
.possibilities-item svg {
	position: absolute;
	left: 21px;
	bottom: 36px;
}

.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;
}

.border-button:hover {
	background-color: #0057E3;
	color: #FFF;
	text-decoration: none;
}

.border-button:active {
	box-shadow: 4px 4px 8px 0px #00000040 inset;
}


/* benefits */
.benefits {
	background: #0057e3;
}
.benefits-list {
	display: grid;
	gap: 40px;
	grid-template-columns: repeat(4, 1fr);
}
.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;
}
.benefits-title {
	text-align: center;
	font-size: 32px;
	line-height: 39px;
	font-weight: 600;
	margin: 0 0 20px;
}

@media (max-width: 1439px) {
	.top-banner {
		padding-top: clamp(108px, 9vw, 132px);
	}
	.header__top .wrap,
	.header__bottom .wrap,
	.wrap {
		max-width: 1240px;
	}
}

/* dp visual */
.dp-visual {
	background: #ffffff;
	padding: 0px;
	overflow: hidden;
}
.dp-visual .wrap {
	max-width: 1440px;
	padding: 0;
}
.dp-visual__scene {
	position: relative;
	min-height: 808px;
	padding-top: 6px;
}
.dp-visual__orbit {
	display: none;
}
.dp-visual__tooth {
	position: absolute;
	left: 577px;
	top: 210px;
	width: 300px;
	z-index: 2;
}
.dp-visual__tooth img {
	display: block;
	width: 100%;
	height: auto;
}
.dp-visual__feature {
	position: absolute;
	display: flex;
	align-items: center;
	gap: 28px;
	z-index: 3;
}
.dp-visual__feature--user {
	top: 31px;
	left: 364px;
}
.dp-visual__feature--capsule {
	top: 286px;
	left: 174px;
}
.dp-visual__feature--arrows {
	top: 507px;
	left: 199px;
}
.dp-visual__feature--card {
	top: 183px;
	left: 939px;
}
.dp-visual__feature--plus {
	top: 439px;
	left: 997px;
}
.dp-visual__icon {
	flex: none;
	width: 120px;
}
.dp-visual__icon img {
	display: block;
	width: 100%;
	height: auto;
}
.dp-visual__content {
	max-width: 275px;
	color: #000;
}
.dp-visual__name {
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	margin: 0 0 7px;
}
.dp-visual__content p {
	margin: 0;
	font-size: 18px;
	line-height: 22px;
}
.dp-visual__feature--user .dp-visual__content {
	max-width: 248px;
	text-align: center;
}
.dp-visual__feature--capsule .dp-visual__content {
	max-width: 180px;
	text-align: center;
}
.dp-visual__feature--arrows .dp-visual__content {
	max-width: 232px;
}
.dp-visual__feature--card .dp-visual__content {
	max-width: 200px;
	text-align: center;
}
.dp-visual__feature--plus .dp-visual__content {
	max-width: 196px;
}
.dp-visual__button {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 44px;
	z-index: 1;
}
.dp-visual__button .border-button {
	min-width: 184px;
	height: 48px;
	line-height: 46px;
	padding: 0 30px;
}

/* changes */
.changes {
	background: #ffffff;
	padding: 0 0 60px;
	overflow: hidden;
}
.changes .wrap {
	max-width: 1440px;
	padding: 0;
}
.changes .section-title {
	text-align: center;
	margin-bottom: -50px;
	padding-top: 24px;
	font-size: 52px;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
}
.changes-slider {
	overflow: hidden;
}
.changes-slide {
	padding: 0 0 54px;
}
.changes-layout {
	position: relative;
}
.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;
}
.change-card--speech {
	border-radius: 30px;
}
.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);
}
.changes-layout--one .change-card--center-wide::after,
.changes-layout--two .change-card--rt-wide::after,
.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);
}
.change-card--person {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.change-card h3 {
	font-size: 23px;
	line-height: 1.18;
	font-weight: 400;
	margin: 0 96px 18px 0;
}
.change-card p {
	font-size: 16px;
	line-height: 1.28;
	margin: 0 0 14px;
}
.change-card__line {
	height: 1px;
	background: #d9d9d9;
	margin: 0 0 20px;
}
.change-card__quote {
	position: absolute;
	right: 20px;
	top: 18px;
	width: 84px;
	height: 84px;
	opacity: 0.72;
}
.change-card__author {
	color: #0057e3;
	font-size: 14px;
	line-height: 1.22;
	margin-top: auto;
}
.change-card__logo {
	display: block;
	max-width: 100%;
	height: 50px;
	width: auto;
	margin-top: 14px;
	object-fit: contain;
	object-position: left center;
}
.changes-bot {
	position: absolute;
	display: block;
	z-index: 1;
}
.changes-layout--one .change-card--lt {
	left: 210px;
	top: 63px;
	width: 590px;
	min-height: 255px;
}
.changes-layout--one .change-card--rt-small {
	left: 905px;
	top: 40px;
	width: 290px;
	min-height: 312px;
}
.changes-layout--one .change-card--lm-small {
	left: 210px;
	top: 400px;
	width: 288px;
	min-height: 316px;
}
.changes-layout--one .change-card--center-wide {
	left: 571px;
	top: 417px;
	width: 617px;
	min-height: 214px;
}
.changes-layout--one .change-card--lb-wide {
	left: 210px;
	top: 749px;
	width: 610px;
	min-height: 198px;
}
.changes-layout--one .change-card--rb-small {
	left: 912px;
	top: 695px;
	width: 290px;
	min-height: 286px;
}
.changes-bot--one-a {
	width: 116px;
	left: 782px;
	top: 285px;
}
.changes-bot--one-b {
	width: 116px;
	left: 484px;
	top: 591px;
}
.changes-layout--two .change-card--lt-small {
	left: 294px;
	top: 64px;
	width: 264px;
	min-height: 272px;
}
.changes-layout--two .change-card--rt-wide {
	left: 669px;
	top: 32px;
	width: 548px;
	min-height: 212px;
}
.changes-layout--two .change-card--mid-wide {
	left: 276px;
	top: 446px;
	width: 600px;
	min-height: 146px;
}
.changes-layout--two .change-card--rm-small {
	left: 975px;
	top: 374px;
	width: 262px;
	min-height: 252px;
}
.changes-layout--two .change-card--lb-small {
	left: 313px;
	top: 667px;
	width: 264px;
	min-height: 278px;
}
.changes-layout--two .change-card--rb-wide {
	left: 770px;
	top: 721px;
	width: 438px;
	min-height: 142px;
}
.changes-bot--two-a {
	width: 170px;
	left: 531px;
	top: 264px;
}
.changes-bot--two-b {
	width: 137px;
	left: 859px;
	top: 557px;
}

.changes-layout--one .change-card--rt-small,
.changes-layout--one .change-card--lm-small,
.changes-layout--one .change-card--rb-small {
	padding: 24px 22px 22px;
}
.changes-layout--one .change-card--rt-small p,
.changes-layout--one .change-card--lm-small p,
.changes-layout--one .change-card--rb-small p {
	font-size: 20px;
	line-height: 1.22;
}
.changes-layout--one .change-card--lt p,
.changes-layout--one .change-card--center-wide p,
.changes-layout--one .change-card--lb-wide p {
	max-width: 100%;
}
.changes .swiper-pagination {
	margin-top: 22px;
}
.changes .swiper-pagination-bullet {
	width: 80px;
}
@media (max-width: 991px) {
	.changes-layout {
		min-height: auto;
		display: grid;
		gap: 20px;
	}
	.change-card,
	.changes-bot {
		position: static;
	}
	.changes-bot {
		width: 100px;
		margin: 0 auto;
	}
	.change-card--speech::before {
		display: none;
	}
}

.pricing {
	padding: 0 0 80px;
	background: #fff;
}
.pricing-panel {
}
.pricing-top {
	background: #0759e6;
	border-top-left-radius: 32px;
	border-top-right-radius: 32px;
	overflow: hidden;
	color: #fff;
	padding: 46px 72px 40px;
}
.pricing-title {
	margin: 0 0 34px;
	font-size: 32px;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
}
.pricing-controls {
	display: flex;
	justify-content: space-between;
	gap: 40px;
	align-items: flex-start;
}
.pricing-group {
	flex: 1;
}
.pricing-group__label {
	margin-bottom: 14px;
	font-size: 18px;
	line-height: 1.2;
	color: rgba(255, 255, 255, 0.9);
}
.pricing-pills {
	display: flex;
	gap: 18px;
	flex-wrap: wrap;
}
.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);
}
.pricing-pill span:last-child {
	display: inline-flex;
	align-items: center;
	height: 100%;
}
.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;
}
.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;
}
.pricing-free {
	margin-top: 34px;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.15;
	text-transform: uppercase;
}
.pricing-cards {
	background: #fff;
	padding: 52px 52px 58px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
}
.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);
}
.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);
}
.tariff-card__brand {
	text-align: center;
}
.tariff-card__brand img {
	width: 60px;
	height: 60px;
	display: block;
	margin: 14px auto;
}
.tariff-card__name {
	font-size: 18px;
	line-height: 1.1;
	font-weight: 400;
	color: #fff;
}
.tariff-card__cta-wrap {
	text-align: right;
}
.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;
}
.tariff-card__cta:hover {
	box-shadow: 4px 4px 8px 0px #00000080 inset;
}


.tariff-card__price {
	margin-top: 20px;
	font-size: 28px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
}
.tariff-card__body {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	padding: 28px 34px 34px;
}
.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;
}
.tariff-list li span {
	position: relative;
	padding-left: 34px;
}
.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;
}
.tariff-list li strong {
	font-weight: 500;
	white-space: nowrap;
}
.tariff-subtitle {
	margin: 18px 0 24px;
	font-size: 24px;
	line-height: 1.1;
	font-weight: 500;
	color: #fff;
}
.tariff-list--addons li strong {
	font-weight: 400;
}
.tariff-list--addons .tariff-addon {
	align-items: center;
}
.tariff-list--addons .tariff-addon.is-active .tariff-addon__price {
	opacity: 1;
}
.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;
}
.tariff-list--addons .tariff-addon .tariff-addon__control:focus-visible {
	outline: none;
}
.tariff-list--addons .tariff-addon .tariff-addon__control > span {
	padding-left: 0;
}
.tariff-list--addons .tariff-addon .tariff-addon__control > span::before {
	display: none;
}
.tariff-list--addons .tariff-addon .tariff-addon__price {
	display: inline-block;
	white-space: nowrap;
	font-weight: 400;
	color: #fff;
}
.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);
}
.tariff-list--addons
	.tariff-addon
	.tariff-addon__control.is-active
	.tariff-addon__icon {
	background: #fff;
	border-color: #fff;
	color: #0759e6;
}
.tariff-card__footer-price {
	margin-top: auto;
	padding-top: 28px;
	text-align: center;
	font-size: 28px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
}
.tariff-list--included li strong {
	font-size: 26px;
	line-height: 1;
}
.pricing-bottom {
	padding: 0 0 36px;
	background: #fff;
}
.pricing-button {
	min-width: 290px;
	background: #0759e6;
	border-color: #0759e6;
	color: #fff;
}
.pricing-button span {
	margin-left: 8px;
}

@media (max-width: 1200px) {
	.pricing-title {
		font-size: 42px;
	}
	.pricing-controls {
		flex-direction: column;
	}
	.pricing-cards {
		grid-template-columns: 1fr;
	}
}

.presentation-block {
	padding: 0 0 80px;
}
.presentation-block h2 {
	font-family: Inter;
	font-weight: 700;
	font-size: 32px;
	line-height: 100%;
	vertical-align: middle;
	text-transform: uppercase;
	margin-bottom: 40px;
}

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

.presentation-content {
	position: relative;
	z-index: 2;
}

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

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

.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;
}

.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;
}

.presentation-input::placeholder {
	color: #8c8c8c;
}

.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;
}
.presentation-submit:hover {
	box-shadow: 4px 4px 8px 0px #00000080 inset;
}

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

.presentation-privacy a {
	color: #fff;
	text-decoration: underline;
}

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

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

.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;
}

.presentation-person--left {
	left: 66px;
	bottom: 81px;
}

.presentation-person--right {
	right: 0;
	bottom: 57px;
}

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

.presentation-person__role {
	color: #000;
	font-size: 27px;
	font-weight: 400;
	line-height: 1.08;
}
.presentation-field {
	position: relative;
	display: block;
}

.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;
}

.presentation-field--icon .presentation-field__icon img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.presentation-field--icon .presentation-input {
	padding-left: 58px;
}
.dp-form--blue-section {
	max-width: 400px;
	width: 100%;
}
.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);
}
.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;
}
.who-likes-form__field:last-of-type {
	margin-bottom: 0;
}
.who-likes-form__icon {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 30px;
}
.who-likes-form__icon img {
	max-width: 100%;
	max-height: 100%;
	display: block;
}
.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;
}
.who-likes-form__input::placeholder {
	color: #8f8f8f;
	opacity: 1;
}
.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;
}
.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%;
	}
}
.who-likes-form__agree {
	font-size: 13px;
	line-height: 1.35;
	color: #fff;
	text-align: center;
}
.who-likes-form__agree a {
	color: #fff;
	text-decoration: underline;
}
@media (max-width: 767px) {
	.dp-form--blue-section {
		max-width: none;
	}
	.who-likes-form {
		padding: 24px 18px 22px;
		border-radius: 24px;
	}
	.who-likes-form__field,
	.who-likes-form__submit {
		height: 58px;
	}
	.who-likes-form__input {
		font-size: 16px;
	}
}

.implementation {
	padding: 8px 0 86px;
	background: #fff;
}
.implementation .container {
	display: block;
	width: 100%;
	max-width: 1440px;
	height: auto;
	overflow: visible;
	margin: 0 auto;
	padding: 0 60px;
	box-sizing: border-box;
}
.implementation-title {
	margin: 0 0 28px;
	font-size: 24px;
	line-height: 1.08;
	font-weight: 700;
	text-transform: uppercase;
	color: #111;
}
.implementation-slider {
	overflow: visible;
	padding: 25px 20px;
}
.implementation-step {
	width: 340px;
}
.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;
}
.implementation-card__num {
	position: absolute;
	right: 6px;
	top: 8px;
	width: 82px;
	height: auto;
	opacity: 0.32;
	pointer-events: none;
}
.implementation-card__num.n1 {
	width: 82px;
}
.implementation-card__num.n2 {
	width: 116px;
}
.implementation-card__num.n3 {
	width: 123px;
}
.implementation-card__num.n4 {
	width: 128px;
}
.implementation-card__num.n5 {
	width: 129px;
}
.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;
}
.implementation-card p {
	position: relative;
	z-index: 1;
	margin: 23px 15px 16px;
	font-size: 20px;
	line-height: 1.18;
	color: #000;
	text-align: left;
}
.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;
}
.implementation-card__time img {
	width: 24px;
	height: 24px;
	flex: 0 0 12px;
}
.implementation .swiper-pagination {
	margin-top: 22px;
	text-align: center;
}
.implementation .swiper-pagination-bullet {
	width: 56px;
}
@media (max-width: 991px) {
	.implementation .container {
		padding: 0 20px;
	}
	.implementation-step {
		width: 240px;
	}
	.implementation-card {
		min-height: 148px;
		padding: 18px 16px 16px;
	}
	.implementation-card__num {
		width: 96px;
		right: 8px;
		top: 10px;
	}
	.implementation-card h3 {
		font-size: 20px;
	}
	.implementation-card p {
		font-size: 14px;
		max-width: 160px;
	}
}

.mobile-app-block {
	padding: 32px 0 0;
	background: #0957e6;
}
.mobile-app-card {
	border-radius: 32px 32px 0 0;
	min-height: 736px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	overflow: hidden;
}
.mobile-app-content {
	width: 54%;
	padding: 62px 0 70px 0;
	position: relative;
	z-index: 2;
}
.mobile-app-title {
	color: #fff;
	font-size: 32px;
	line-height: 1.06;
	font-weight: 700;
	margin: 0 0 48px;
	max-width: 760px;
}
.mobile-app-grid {
	display: grid;
	grid-template-columns: 271px 271px;
	gap: 34px 56px;
}
.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;
}
.mobile-app-visual {
	width: 46%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 0 26px 0 0;
}
.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;
}
.mobile-app-visual img {
	position: relative;
	z-index: 1;
	width: 730px;
	max-width: none;
	margin-right: -48px;
	margin-top: 28px;
}

section.reviews-block .container {
	overflow: visible;
}
.reviews-block {
	padding: 0;
	margin-top: -1px;
}
.reviews-card {
	padding: 36px 34px 32px;
}
.reviews-title {
	margin: 0 0 26px;
	color: #000;
	font-size: 32px;
	line-height: 1.05;
	font-weight: 700;
	text-transform: uppercase;
}
.reviews-slider {
	overflow: visible;
}
.reviews-slide {
	width: 606px;
}
.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;
}
.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;
}
.review-item__content {
	display: flex;
	gap: 18px;
	align-items: flex-start;
}
.review-item__text {
	flex: 1 1 auto;
	min-width: 0;
}
.review-item__text h3 {
	margin: 0 0 10px;
	font-size: 20px;
	line-height: 1.08;
	font-weight: 500;
	color: #111;
}
.review-item__post {
	font-size: 12px;
	line-height: 1.35;
	color: #111;
	margin-bottom: 14px;
	max-width: 286px;
}
.review-item__text p {
	margin: 0;
	font-size: 16px;
	line-height: 1.22;
	color: #111;
	max-width: 332px;
}
.review-item__media {
	position: relative;
	width: 188px;
	flex: 0 0 188px;
	margin-top: 18px;
}
.review-item__photo {
	width: 188px;
	height: 188px;
	border-radius: 50%;
	overflow: hidden;
}
.review-item__photo img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.review-item__play {
	position: absolute;
	left: 2px;
	bottom: 18px;
	width: 64px;
	height: 64px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}
.review-item__play img {
	display: block;
	width: 100%;
	height: 100%;
}
.reviews-block .swiper-pagination {
	margin-top: 30px;
	text-align: center;
}
.reviews-block .swiper-pagination-bullet {
	width: 138px;
	background: rgba(000, 000, 000, 0.35);
}
.reviews-block .swiper-pagination-bullet-active {
	background: #0057e3;
}

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

	.top-banner__nav .top-banner__button--prev::before {
		border-right-color: #fff;
	}

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

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

	.history-nav {
		margin-top: 28px;
		gap: 14px;
	}

	.clients-nav {
		gap: 18px;
		margin-bottom: 40px;
	}

	.implementation-nav {
		margin-top: 22px;
	}

	.reviews-nav {
		margin-top: 30px;
	}

	.changes-nav {
		margin-top: 55px;
		gap: 14px;
	}

	.history-nav__button,
	.clients-nav__button,
	.possibilities-nav__button,
	.implementation-nav__button,
	.reviews-nav__button,
	.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;
	}

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

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

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

	.clients-nav__button--prev::before {
		border-right: 9px solid #fff;
	}

	.clients-nav__button--next::before {
		border-left: 9px solid #fff;
	}

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

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

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

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

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

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

	.history .swiper-pagination {
		width: 132px;
	}

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

	.history .swiper-pagination-bullet-active {
		background: #0057e3;
	}

	.clients .swiper-pagination {
		width: 132px;
	}

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

	.clients .swiper-pagination-bullet-active {
		background: #fff;
	}

	.possibilities .swiper-pagination {
		width: 180px;
	}

	.possibilities .swiper-pagination-bullet {
		width: 60px;
	}

	.implementation .swiper-pagination {
		width: 224px;
	}

	.reviews-block .swiper-pagination {
		width: 276px;
	}

	.changes .swiper-pagination {
		width: 264px;
	}

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

	.changes .swiper-pagination-bullet-active {
		background: #0057e3;
	}
}

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

.investor-form-block {
	padding: 70px 0 36px;
	background: #fff;
}
.investor-form-block .wrap {
	max-width: 1200px;
}
.investor-form-block__title {
	margin: 0 0 36px;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.08;
	color: #000;
}
.investor-form-card {
	position: relative;
	min-height: 729px;
	border-radius: 30px;
	overflow: hidden;
	background: linear-gradient(90deg, #3684ff 0%, #1b3eff 49%, #1100ff 100%);
}
.investor-form-card::before {
	content: none;
}
.investor-form-card::after {
	content: none;
}
.investor-form-card__bg {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.investor-form-card__bg--combined {
	background-image: url("images/form-primary-bg-combined.png");
	background-position: center;
}

.investor-form-card__rings {
	position: absolute;
	left: -2px;
	bottom: -2px;
	width: 430px;
	z-index: 0;
	pointer-events: none;
	opacity: 1;
}
.investor-form-card__rings img {
	display: block;
	width: 100%;
	height: auto;
}
.investor-form-card__left,
.investor-form-card__right {
	position: absolute;
	z-index: 1;
}
.investor-form-card__left {
	left: 60px;
	top: 60px;
	width: 466px;
	color: #fff;
}
.investor-form-card__headline {
	margin: 0 0 34px;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.08;
}
.investor-form-card__desc {
	max-width: 540px;
	margin: 0 0 18px;
	font-size: 20px;
	line-height: 1.22;
}
.investor-form-card__author {
	margin-bottom: 12px;
	font-size: 16px;
	line-height: 1.22;
}
.investor-form-card__role {
	font-size: 16px;
	line-height: 1.22;
	color: rgba(255, 255, 255, 0.62);
}
.investor-form-card__portrait {
	position: absolute;
	left: 20px;
	top: 360px;
	width: 219px;
	height: 219px;
	border-radius: 50%;
	overflow: hidden;
}
.investor-form-card__portrait img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.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;
}
.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;
}
.investor-form__field::placeholder {
	color: #9b9b9b;
}
.investor-form__field--textarea {
	height: 144px;
	padding-top: 22px;
	padding-bottom: 22px;
	resize: none;
	border-radius: 24px;
}
.investor-form__submit {
	display: block;
	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;
}
.investor-form__submit:hover {
	box-shadow: 4px 4px 8px 0px #00000080 inset;
}

.investor-form__control {
	position: relative;
	display: block;
}

.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;
}

.investor-form__control--icon .investor-form__icon img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.investor-form__control--icon .investor-form__field {
	padding-left: 58px;
}

.investor-form__control--textarea .investor-form__icon {
	top: 24px;
	transform: none;
}

.investor-form__control--textarea .investor-form__field--textarea {
	padding-left: 58px;
}
.investor-form__policy {
	margin-top: 30px;
	text-align: center;
	font-size: 14px;
	line-height: 1.32;
	color: #fff;
}
.investor-form__policy a {
	color: #fff;
	text-decoration: underline;
}

.faq-block {
	padding: 68px 0 52px;
	background: #fff;
}
.faq-block .wrap {
	max-width: 1200px;
}
.faq-block__title {
	margin: 0 0 48px;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.08;
	color: #000;
}
.faq-list {
	display: flex;
	flex-direction: column;
	gap: 26px;
}
.faq-item {
	border-radius: 30px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.14);
	overflow: hidden;
}
.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;
}
.faq-item__icon {
	width: 56px;
	flex: 0 0 56px;
	margin-right: 34px;
}
.faq-item__icon img {
	display: block;
	width: 56px;
	height: 51px;
}
.faq-item__question {
	flex: 1 1 auto;
	font-weight: 400;
	font-size: 24px;
	line-height: 1.2;
	color: #000;
}
.faq-item__arrow {
	width: 32px;
	height: 32px;
	margin-left: 24px;
	flex: 0 0 32px;
	transition: transform 0.2s ease;
}
.faq-item__arrow img {
	display: block;
	width: 32px;
	height: 32px;
}
.faq-item.active .faq-item__arrow {
	transform: rotate(180deg);
}
.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;
}

.prefooter-cta {
	padding: 0px;
	margin-bottom: -1px;
	background: #0957e6;
}

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

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

.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;
}
.prefooter-cta__button:hover {
	box-shadow: 4px 4px 8px 0px #00000080 inset;
}
.footer {
	padding: 0 0 80px;
	background: #0957e6;
	color: #fff;
}
.footer .container {
	padding-top: 64px;
	padding-bottom: 0;
}
.footer__top {
	display: grid;
	grid-template-columns: 1.05fr 1fr;
	gap: 56px;
}
.footer__brand {
	min-width: 0;
}
.footer__logo img {
	width: 272px;
	display: block;
}
.footer__mail,
.footer__phone,
.footer__support-phone,
.footer__nav-col a,
.footer__doc-link {
	color: #fff;
}
.footer__mail {
	display: inline-block;
	margin-top: 56px;
	font-size: 18px;
	line-height: 1.2;
	opacity: 0.92;
}
.footer__phone-block {
	margin-top: 34px;
}
.footer__phone {
	display: block;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.1;
}
.footer__time {
	margin-top: 2px;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.2;
}
.footer__time span {
	color: #02c5db;
}
.footer__support {
	margin-top: 38px;
}
.footer__support-label,
.footer__address,
.footer__company,
.footer__notes {
	opacity: 0.96;
}
.footer__support-label {
	font-size: 18px;
	line-height: 1.2;
	letter-spacing: 0.02em;
}
.footer__support-phone {
	display: inline-block;
	font-size: 18px;
	line-height: 1.2;
	margin-top: 4px;
}
.footer__address {
	margin-top: 62px;
	font-size: 18px;
	line-height: 1.23;
	font-weight: 600;
	max-width: 420px;
	font-family: Semi Bold;
}
.footer__stores {
	margin-top: 54px;
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}
.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);
}
.footer-store img {
	width: 24px;
	height: 24px;
	flex: 0 0 24px;
}
.footer-store span {
	font-size: 18px;
	line-height: 1.05;
	text-align: center;
	font-weight: 400;
}
.footer-store strong {
	font-size: 18px;
	font-weight: 600;
}
.footer__socials {
	display: flex;
	justify-content: flex-start;
	gap: 32px;
	margin-top: 4px;
}
.footer__socials img {
	width: 32px;
	height: 32px;
	display: block;
}
.footer__nav-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 28px 78px;
	margin-top: 52px;
	max-width: 560px;
}
.footer__nav-col {
	display: flex;
	flex-direction: column;
	gap: 18px;
}
.footer__nav-col a {
	font-size: 18px;
	line-height: 1.2;
	opacity: 0.96;
}
.footer__callback-wrap {
	margin-top: 175px;
	display: flex;
	justify-content: flex-end;
}
.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);
}
.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;
}

.footer__copyright-col {
	min-width: 0;
}

.footer__text-col {
	min-width: 0;
}

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

.footer__copyright-top {
	display: flex;
	align-items: flex-start;
	gap: 22px;
}

.footer__age {
	width: 52px;
	flex: 0 0 52px;
}

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

.footer__company {
	font-size: 12px;
	line-height: 1.33;
	max-width: 420px;
}

.footer__notes {
	margin-top: 14px;
	font-size: 14px;
	line-height: 1.33;
	max-width: 520px;
}

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

.footer__doc-link img {
	width: 16px;
	flex: 0 0 16px;
	margin-top: 1px;
}

.hero-badge {
	background: #0057e3;
	padding-top: 24px;
	top: 125px;
	position: relative;
}
.hero-badge .wrap {
	display: flex;
}
.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;
}
.hero-badge__inner img {
	width: 20px;
	height: 20px;
	object-fit: contain;
}
.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;
}
.top-banner__slider,
.top-banner__slider .swiper-wrapper,
.top-banner__slide,
.top-banner__slide .wrap {
	height: 100%;
}
.top-banner__slide {
	padding: 28px 0 62px;
}
.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;
}
.top-banner__left {
	display: grid;
	gap: 26px;
	width: 150%;
	align-content: center;
	position: relative;
	z-index: 2;
	pointer-events: none;
}
.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;
}
.top-banner__name {
	font-family: Inter, Arial, sans-serif;
	font-weight: 700;
	font-size: 22px;
	line-height: 1;
	text-transform: uppercase;
}
.top-banner__title {
	font-size: 44px;
	line-height: 1.03;
	font-weight: 700;
	max-width: 700px;
	text-transform: uppercase;
}
.top-banner__left p {
	max-width: 540px;
	font-size: 20px;
	line-height: 1.2;
}
.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);
}
.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;
}

.top-banner__hotspot {
	position: absolute;
	z-index: 4;
	width: 50%;
	height: 100%;
	border: 0;
	padding: 0;
	background: transparent;
	cursor: pointer;
}
.top-banner__hotspot.top-banner__hotspot--left {
	left: 145px;
}
.top-banner__hotspot.top-banner__hotspot--right {
	right: -116px;
}
body.top-banner-modal-open {
	overflow: hidden;
}

.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;
}
.top-banner-modal.is-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.top-banner-modal__overlay {
	position: absolute;
	inset: 0;
}
.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);
}
.top-banner-modal__image {
	display: block;
	max-width: 100%;
	max-height: calc(100vh - 76px);
	border-radius: 16px;
}
.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);
}
.top-banner-modal__close::before,
.top-banner-modal__close::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	height: 2px;
	background: #fff;
	border-radius: 2px;
}
.top-banner-modal__close::before {
	transform: translate(-50%, -50%) rotate(45deg);
}
.top-banner-modal__close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.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;
}
.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;
}
.top-banner__button::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}
.top-banner__button--prev::before {
	border-right: 9px solid rgba(255, 255, 255, 0.45);
}
.top-banner__button--next::before {
	border-left: 9px solid #fff;
}
.top-banner__button.swiper-button-disabled {
	opacity: 1;
	pointer-events: none;
}
.top-banner__button--prev.swiper-button-disabled::before {
	border-right-color: rgba(255, 255, 255, 0.45);
}
.top-banner__button--next.swiper-button-disabled::before {
	border-left-color: rgba(255, 255, 255, 0.45);
}
.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;
}
.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%);
}
.top-banner__pagination .swiper-pagination-bullet {
	position: relative;
	margin: 0 !important;
	flex: 1 1 0;
	height: 12px;
	border-radius: 0;
	background: transparent;
	opacity: 1;
}
.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%);
}
.top-banner__pagination .swiper-pagination-bullet-active::before {
	background: #fff;
}

.order-from__bot,
.order-from__tooth {
	display: none;
}

.order-from__bot img,
.order-from__tooth img {
	display: block;
	width: 100%;
	height: auto;
}

.benefits-slider {
	overflow: visible;
}

.benefits-item p {
	margin: 0;
}

.mobile-app-title__accent {
	color: #fff;
}

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

/*.mobile-app-title__link:hover {
    border-bottom-color: currentColor;
}*/

.mobile-header,
.mobile-menu {
	display: none;
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
	.visible-xs {
		display: flex !important;
	}
	.footer {
		padding-bottom: 48px;
	}
	.footer .container {
		padding-top: 40px;
	}
	.footer__logo img {
		width: 220px;
	}
	.footer__mail {
		margin-top: 28px;
	}
	.footer__stores,
	.footer__socials,
	.footer__nav-grid {
		gap: 14px;
	}
	.footer__nav-grid {
		grid-template-columns: 1fr;
		margin-top: 32px;
	}
	.footer__address {
		margin-top: 32px;
		font-size: 16px;
	}
	.footer__callback {
		width: 100%;
	}
	body.mobile-menu-open {
		overflow: hidden;
	}
	.header {
		display: none;
	}
	.mobile-header {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 120;
		background: #4d92f1;
	}
	.mobile-header__inner {
		height: 84px;
		padding: 0 16px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
	}
	.mobile-header__left {
		display: flex;
		align-items: center;
		gap: 12px;
		flex: 0 0 auto;
	}
	.mobile-header__menu-btn,
	.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;
	}
	.mobile-header__menu-btn img,
	.mobile-header__phone-btn img,
	.mobile-header__logo img {
		display: block;
		width: 100%;
		height: auto;
	}
	.mobile-header__menu-btn img,
	.mobile-header__phone-btn img {
		width: 32px;
		height: 32px;
	}
	.mobile-header__logo {
		width: 37px;
		flex: 0 0 auto;
	}
	.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;
	}
	.mobile-header__cta:hover, .mobile-header__cta:hover {
		box-shadow: 4px 4px 8px 0px #00000080 inset;
	}
	
	.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.mobile-menu-open .mobile-menu {
		transform: translateX(0);
	}
	.mobile-menu__panel {
		padding: 22px 20px 32px;
		color: #000;
		min-height: 100vh;
		background: rgba(255, 255, 255, 0.6);
	}
	.mobile-menu__top {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 16px;
		margin: 0 0 34px;
	}
	.mobile-menu__logo {
		width: 172px;
		margin: 0;
	}
	.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;
	}
	.mobile-menu__logo img {
		display: block;
		width: 100%;
		height: auto;
	}
	.mobile-menu__nav {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px 32px;
		margin: 0 0 34px;
	}
	.mobile-menu__nav ul {
		display: grid;
		gap: 16px;
	}
	.mobile-menu__nav a {
		color: #000;
		font-size: 16px;
		line-height: 19px;
		font-weight: 400;
	}
	.mobile-menu__nav-link {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
	}
	.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;
	}
	.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;
	}
	.mobile-submenu.active {
		transform: translateX(0);
		opacity: 1;
		visibility: visible;
	}
	.mobile-submenu__panel {
		height: 100vh;
		padding: 21px 16px 18px 20px;
		display: flex;
		flex-direction: column;
	}
	.mobile-submenu__top {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 16px;
		margin: 0 0 28px;
	}
	.mobile-submenu__back,
	.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;
	}
	.mobile-submenu__back svg {
		display: block;
	}
	.mobile-submenu__body {
		flex: 1 1 auto;
		overflow-y: auto;
		padding-right: 6px;
		scrollbar-width: thin;
		scrollbar-color: #1459ff transparent;
	}
	.mobile-submenu__body::-webkit-scrollbar {
		width: 3px;
	}
	.mobile-submenu__body::-webkit-scrollbar-track {
		background: transparent;
	}
	.mobile-submenu__body::-webkit-scrollbar-thumb {
		background: #1459ff;
		border-radius: 999px;
	}
	.mobile-submenu__list {
		display: grid;
		gap: 18px;
	}
	.mobile-submenu__list a {
		display: flex;
		align-items: center;
		gap: 8px;
		color: #000;
		font-size: 16px;
		line-height: 19px;
		font-weight: 400;
	}
	.mobile-submenu__list .header-dropdown__svg {
		width: 16px;
		height: 16px;
		flex: 0 0 auto;
		color: #000;
	}
	.mobile-menu__divider {
		height: 1px;
		background: rgba(0, 0, 0, 0.35);
		margin: 0 0 22px;
	}
	.mobile-menu__social {
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 14px;
		margin: 0 0 22px;
	}
	.mobile-menu__social a {
		width: 32px;
		height: 32px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}
	.mobile-menu__social img {
		display: block;
		width: 32px;
		height: 32px;
	}
	.mobile-menu__stores {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 12px;
		margin: 0 0 36px;
	}
	.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;
	}
	.mobile-store img {
		width: 16px;
		height: 16px;
		flex: none;
	}
	.mobile-store span {
		font-size: 12px;
		line-height: 12px;
	}
	.mobile-store strong {
		font-weight: 700;
	}
	.mobile-menu__contacts {
		margin: 0 0 28px;
	}
	.mobile-menu__phone {
		display: inline-block;
		color: #000;
		font-size: 24px;
		line-height: 29px;
		font-weight: 700;
		margin: 0 0 4px;
	}
	.mobile-menu__time {
		display: flex;
		align-items: center;
		gap: 6px;
		font-size: 18px;
		line-height: 22px;
		font-weight: 700;
		margin: 0 0 28px;
	}
	.mobile-menu__time span {
		width: 4px;
		height: 4px;
		border-radius: 50%;
		background: #02c5db;
		flex: none;
	}
	.mobile-menu__mail {
		color: #000;
		font-size: 18px;
		line-height: 22px;
	}
	.mobile-menu__address {
		font-size: 16px;
		line-height: 19px;
		font-weight: 700;
		margin: 0 0 28px;
	}
	.mobile-menu__bottom {
		display: flex;
		align-items: flex-start;
		gap: 20px;
	}
	.mobile-menu__age {
		width: 50px;
		flex: none;
	}
	.mobile-menu__copyright {
		font-size: 16px;
		line-height: 19px;
		color: #000;
	}
	.top-banner {
		padding-top: 84px;
	}
	.hero-badge {
		padding-top: 0;
		background: transparent;
		margin-top: -1px;
		top: 84px;
	}
	.hero-badge .wrap {
		max-width: none;
		padding: 0 20px;
	}
	.hero-badge__inner {
		width: 100%;
		justify-content: center;
		font-size: 14px;
		line-height: 17px;
		padding: 10px 12px;
		border-radius: 0 0 10px 10px;
	}
	.hero-badge__inner img {
		width: 16px;
		height: 16px;
	}
	.top-banner {
		height: auto;
		padding-bottom: 60px;
	}
	.top-banner__slider,
	.top-banner__slider .swiper-wrapper,
	.top-banner__slide,
	.top-banner__slide .wrap {
		height: auto;
	}
	.top-banner__slide {
		padding: 30px 0 0;
	}
	.top-banner__slide .wrap {
		min-height: 620px;
		padding: 0;
	}
	.top-banner__columns {
		grid-template-columns: 1fr;
		grid-template-rows: auto 1fr auto;
		gap: 40px;
		height: 700px;
	}
	.top-banner__left {
		gap: 20px;
		padding-bottom: 0;
		padding-top: 5px;
		align-content: start;
		width: auto;
		padding: 0 20px;
	}
	.top-banner__left::before {
		display:none;
	}
	.top-banner__title {
		font-size: 20px;
		line-height: 1.06;
		max-width: 360px;
	}
	.top-banner__left p {
		font-size: 16px;
		line-height: 1.2;
		max-width: 360px;
	}
	.top-banner__right {
		justify-content: center;
		align-self: end;
		padding-top: 0;
		transform: none;
	}
	.top-banner__visual {
		width: 100%;
        max-width: 100%;
        max-height: none;
        margin: 0 auto;
	}
	.top-banner__hotspot.top-banner__hotspot--left {
		left: 0;
	}
	.top-banner__hotspot.top-banner__hotspot--right {
		right: 0;
	}
	.top-banner-modal {
		padding: 16px;
	}
	.top-banner-modal__dialog {
		padding: 12px;
		border-radius: 18px;
		max-width: calc(100vw - 24px);
	}
	.top-banner-modal__image {
		max-height: calc(100vh - 48px);
		border-radius: 12px;
	}
	.top-banner-modal__close {
		top: -10px;
		right: -10px;
		width: 34px;
		height: 34px;
	}

	.top-banner .banner-button.visible-xs {
		align-self: start;
		margin: auto;
	}
	.top-banner__nav {
		bottom: 0;
		width: calc(100% - 40px);
		justify-content: space-between;
		gap: 12px;
	}
	.top-banner__button {
		display: flex;
	}
	.top-banner__pagination {
		width: 220px !important;
		flex: 0 0 220px;
	}
	.possibilities-slide {
		height: 224px;
		width: 181px !important;
		font-size: 16px;
		line-height: 20px;
		padding: 19px 12px;
	}
	.possibilities-slide img {
		max-width: 119px;
		margin: auto 0 -16px;
		position: relative;
		right: -37px;
	}

	.who-likes {
		padding: 0;
	}

	.who-likes .wrap {
		padding: 0;
	}

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

	.who-likes .tabs-list {
		display: block;
		padding: 32px 20px 20px;
	}

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

	.who-likes .tabs-selected::after {
		display: none;
	}

	.who-likes .tabs-selected span {
		display: block;
	}

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

	.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;
	}

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

	.who-likes .tabs-content__item {
		padding: 0;
	}

	.who-likes .tabs-content__inner {
		display: flex;
		flex-direction: column;
		gap: 0;
		align-items: stretch;
	}

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

	.who-likes .tabs-content .accordion {
		width: 100%;
		margin: 0;
	}

	.who-likes .accordion__item::after {
		left: 0;
		right: 0;
		width: auto;
		background: #cfd8df;
	}

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

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

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

	.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;
	}

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

	.who-likes .tabs-content__item-right img,
	.who-likes .tabs-content__inner img {
		position: static;
		top: auto;
		left: auto;
		width: 100%;
		max-width: 360px;
		height: auto;
		margin: 0 auto;
	}
	.top-banner .swiper-backface-hidden .swiper-slide {
		min-width: 353px;
		height: 780px;
		opacity: 1;
	}
	.swiper-pagination-bullet {
		width: 25px;
	}
	.changes .swiper-backface-hidden .swiper-slide {
		min-width: 353px;
		height: 630px;
		opacity: 1;
	}
	.presentation-block {
		padding: 0px;
	}
	.p1 .swiper-backface-hidden .swiper-slide {
		min-width: 353px;
		height: 530px;
		opacity: 1;
	}
	.history {
		padding: 40px 0 34px;
	}

	.history .wrap {
		padding: 0 20px;
	}

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

	.history-slider {
		margin: 0;
		overflow: visible;
	}

	.history-slide,
	.history-slide.swiper-slide-active,
	.history-slide.swiper-slide-next {
		opacity: 1;
	}

	.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;
	}

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

	.history-slide__top-item {
		border-radius: 22px;
	}

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

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

	.history-slide__body {
		display: contents;
	}

	.history-slide__body-left {
		display: contents;
	}

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

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

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

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

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

	.history .swiper-pagination-horizontal.swiper-pagination-bullets {
		display: flex;
	}

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

	.history .swiper-pagination::before,
	.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;
	}

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

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

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

	.history .swiper-pagination-bullet + .swiper-pagination-bullet {
		margin-left: 0 !important;
	}

	.history-nav {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 16px;
	}

	.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;
	}

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

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

	.history-nav__button--next::before {
		border-left: 9px solid #0057e3;
	}

	.history-nav__button--prev::before {
		border-right: 9px solid #0057e3;
	}

	.history-nav__button--next::before {
		border-left: 9px solid #0057e3;
	}

	.history-nav__button.swiper-button-disabled {
		opacity: 1;
		pointer-events: none;
	}

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

	.history-nav__button--next.swiper-button-disabled::before {
		border-left-color: rgba(0, 0, 0, 0.35);
	}
	.history-nav {
		margin-top: 28px;
		gap: 14px;
	}

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

	.history .swiper-pagination::before,
	.history .swiper-pagination::after {
		display: none;
	}

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

	.history .swiper-pagination-bullet-active {
		background: #0057e3;
	}
	.clients-nav {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 16px;
	}

	.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;
	}

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

	.clients-nav__button--prev::before {
		border-right: 9px solid #fff;
	}

	.clients-nav__button--next::before {
		border-left: 9px solid #fff;
	}

	.clients-nav__button.swiper-button-disabled {
		opacity: 1;
		pointer-events: none;
	}

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

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

	.clients {
		padding: 0px;
		border-radius: 32px 32px 0 0;
	}

	.clients .wrap {
		padding: 0px;
	}

	.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;
	}

	.clients-slider {
		height: auto;
		max-width: none;
		padding: 0 20px;
		overflow: visible;
	}

	.clients-slide {
		height: 198px;
		padding: 24px;
		border-radius: 32px;
	}

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

	.clients-nav {
		gap: 18px;
	}

	.clients-nav__button {
		display: flex;
	}

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

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

	.clients .swiper-pagination-bullet + .swiper-pagination-bullet {
		margin-left: 0 !important;
	}

	.clients .swiper-pagination-bullet-active {
		background: #fff;
	}
	.order-from {
		margin: 0;
		padding: 42px 0 60px;
		min-height: 0;
		overflow: hidden;
	}

	.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;
	}

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

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

	.order-from__subtitle {
		display: none;
	}

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

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

	.input-wrap {
		position: relative;
		z-index: 1;
	}

	.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);
	}

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

	.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;
	}

	.order-from .text-right br {
		display: none;
	}

	.order-from a:not(.button) {
		display: inline;
	}

	.order-from__tooth {
		display: block;
		position: absolute;
		left: -34px;
		bottom: -162px;
		width: 162px;
		z-index: 0;
		pointer-events: none;
	}

	.clients + .order-from {
		margin-top: 0;
	}
	.section-title2 {
		font-size: 28px;
		line-height: 32px;
		font-weight: 400;
		margin: 0px 0 32px;
	}
	.possibilities-hint {
		font-size: 18px;
		line-height: 25px;
		margin: 0 0 41px;
	}
	.possibilities-list {
		display: flex;
		gap: 20px;
		margin: 0 0 40px;
		flex-wrap: wrap;
	}
	.benefits {
		padding: 40px 0px;
		background: #fff;
	}

	.benefits .wrap {
		padding: 0 20px;
	}

	.benefits-slider {
		margin: 0 -20px;
		padding: 0 20px;
	}

	.benefits-list {
		display: flex;
		gap: 0;
		grid-template-columns: none;
	}

	.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;
	}

	.benefits-title {
		margin: 0 0 18px;
		font-size: 30px;
		line-height: 1;
		text-align: center;
		font-weight: 600;
	}

	.benefits-item p {
		max-width: 180px;
		margin: 0;
	}
	.benefits .swiper-backface-hidden .swiper-slide {
		min-width: 268px;
		height: 166px;
		opacity: 1;
		border: 0;
	}
	.dp-visual__feature--capsule .dp-visual__content,
	.dp-visual__feature--user .dp-visual__content,
	.dp-visual__feature--card .dp-visual__content {
		max-width: 248px;
		text-align: left;
	}
	.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;
	}
	.dp-visual {
		padding-bottom: 40px;
	}
	.dp-visual__feature {
		gap: 14px;
		align-items: center;
	}
	.dp-visual__icon {
		width: 92px;
	}
	.dp-visual__name {
		font-size: 20px;
		line-height: 24px;
		font-weight: 400;
	}
	.dp-visual__content p {
		font-size: 16px;
		line-height: 20px;
	}
	.dp-visual__button .border-button,
	.dp-visual__button .button {
		min-width: 240px;
		width: 90%;
		min-height: 58px;
	}
	.dp-visual__scene {
		min-height: auto;
		padding: 40px 0 0;
		background: url(images/elipse_d2_mobile.png);
		background-size: contain;
		background-repeat: no-repeat;
	}
	.dp-visual__orbit {
		display: none;
	}
	.dp-visual__tooth,
	.dp-visual__feature,
	.dp-visual__button {
		position: static;
	}
	.dp-visual__tooth {
		width: 260px;
		margin: 0 auto 30px;
	}
	.dp-visual__feature {
		margin: 0 0 24px;
	}
	.dp-visual__button {
		padding-top: 40px;
		width: 100%;
		z-index: 1;
		position: relative;
	}
	.presentation-card {
		min-height: 0;
		padding: 60px 20px 0px;
		border-radius: 0;
	}

	.presentation-title {
		font-size: 28px;
	}

	.presentation-text {
		font-size: 18px;
	}

	.presentation-visual {
		position: relative;
		right: auto;
		width: 100%;
		height: 430px;
		margin-top: 0px;
	}

	.presentation-team {
		right: 50%;
		transform: translateX(50%);
		width: 560px;
	}

	.presentation-person--left {
		left: -4%;
		bottom: 93px;
		background-color: #fff;
		min-width: 102px;
	}

	.presentation-person--right {
		right: -1%;
		bottom: 95px;
		background-color: #fff;
		min-width: 102px;
	}
	.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;
	}
	.presentation-submit {
		height: 48px;
	}
	.presentation-privacy {
		margin-left: auto;
	}
	.presentation-person__name {
		font-size: 17px;
	}
	.presentation-person__role {
		font-size: 12px;
	}
	.implementation {
		padding: 44px 0 62px;
		background: linear-gradient(180deg, #edf4fb 0%, #f5f8fb 100%);
	}

	.implementation .container {
		padding: 0 20px;
	}

	.implementation-title {
		margin: 0 0 28px;
		max-width: 260px;
		color: #0f5be0;
		font-size: 28px;
		line-height: 1.05;
		font-weight: 700;
		text-transform: uppercase;
	}

	.implementation-slider {
		overflow: visible;
		padding: 0;
	}

	.implementation-slider.swiper {
		overflow: visible;
	}

	.implementation-slider .swiper-wrapper {
		display: flex;
		flex-direction: column;
		transform: none !important;
		gap: 40px;
	}

	.implementation-slider .swiper-slide {
		width: 100% !important;
		margin-right: 0 !important;
		flex-shrink: 0;
	}

	.implementation-step {
		width: 100%;
	}

	.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;
	}

	.implementation-card__num {
		opacity: 0.14;
		top: 36px;
	}

	.implementation-card__num.n1 {
		left: 0px;
		right: auto;
		top: 36px;
		width: 66px;
	}

	.implementation-card__num.n2 {
		right: 0px;
		top: 30px;
		width: 99px;
	}

	.implementation-card__num.n3 {
		left: 0px;
		right: auto;
		top: 30px;
		width: 103px;
	}

	.implementation-card__num.n4 {
		right: 8px;
		top: 34px;
		width: 100px;
	}

	.implementation-card__num.n5 {
		left: 12px;
		right: auto;
		top: 36px;
		width: 88px;
	}

	.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;
	}

	.implementation-step:nth-child(odd) .implementation-card h3 {
		text-align: right;
	}

	.implementation-step:nth-child(even) .implementation-card h3 {
		text-align: left;
	}

	.implementation-card h3::after {
		content: "";
		position: absolute;
		left: -20px;
		right: -20px;
		bottom: -10px;
		height: 1px;
		background: #7aaeff;
		opacity: 0.85;
	}

	.implementation-card p {
		margin: 0 0 16px;
		font-size: 18px;
		line-height: 1.15;
		color: #111;
		max-width: none;
	}

	.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;
	}

	.implementation-card__time img {
		width: 24px;
		height: 24px;
		flex: 0 0 24px;
	}

	.implementation .swiper-pagination {
		display: none;
	}

	.mobile-app-block {
		padding: 0;
		background: #0957e6;
		overflow: hidden;
	}

	.mobile-app-block .wrap {
		padding: 0;
	}

	.mobile-app-card {
		min-height: 0;
		display: block;
		border-radius: 32px 32px 0 0;
		background: linear-gradient(180deg, #0b5cec 0%, #0957e6 100%);
	}

	.mobile-app-content {
		width: 100%;
		padding: 26px 20px 0;
	}

	.mobile-app-title {
		max-width: 360px;
		margin: 0 0 34px;
		font-size: 28px;
		line-height: 1.18;
		font-weight: 400;
		letter-spacing: -0.01em;
	}

	.mobile-app-title__accent {
		color: #1aff1a;
	}

	.mobile-app-title__link {
		color: inherit;
		border-bottom-width: 1px;
	}

	.mobile-app-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.mobile-app-item {
		min-height: 80px;
		border-radius: 24px;
		padding: 18px 22px;
		font-size: 18px;
		line-height: 1.18;
		text-align: center;
	}

	.mobile-app-visual {
		width: 100%;
		padding: 2px 0 0;
		justify-content: center;
		overflow: hidden;
	}

	.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);
	}

	.mobile-app-visual img {
		width: 408px;
		max-width: none;
		margin: 0 auto -18px;
		transform: translateX(4px);
	}

	.reviews-title {
		margin: 20px 0 26px;
		color: #000;
		font-size: 28px;
		line-height: 1.05;
		font-weight: 400;
		text-transform: uppercase;
	}

	.reviews-block {
		background: #fff;
	}

	.reviews-block .container {
		padding: 0 20px;
	}

	.reviews-card {
		padding: 36px 0px 32px;
		overflow: visible;
	}

	.reviews-title {
		margin: 0 0 48px;
		color: #111;
		font-size: 28px;
		line-height: 1.08;
		font-weight: 400;
		text-transform: none;
	}

	.reviews-slider {
		overflow: visible;
	}

	.reviews-slide {
		width: 100%;
	}

	.review-item {
		padding: 22px 20px 24px;
		min-height: 0;
		border-radius: 32px;
		box-shadow: 0 16px 34px rgba(0, 0, 0, 0.16);
	}

	.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;
	}

	.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;
	}

	.review-item__text {
		display: contents;
	}

	.review-item__text h3 {
		grid-area: name;
		align-self: center;
		margin: 26px 0 0;
		font-size: 21px;
		line-height: 1.1;
		font-weight: 500;
	}

	.review-item__media {
		grid-area: media;
		width: 140px;
		flex: none;
		margin: 0;
		justify-self: end;
	}

	.review-item__photo {
		width: 140px;
		height: 140px;
		border: 1px solid rgba(13, 97, 234, 0.24);
	}

	.review-item__play {
		left: 2px;
		bottom: 4px;
		width: 48px;
		height: 48px;
	}

	.review-item__text p {
		grid-area: quote;
		max-width: none;
		margin: 0;
		font-size: 17px;
		line-height: 1.18;
	}

	.review-item__post {
		grid-area: post;
		max-width: none;
		margin: 0;
		font-size: 14px;
		line-height: 1.24;
	}

	.reviews-block .swiper-pagination {
		display: none;
	}

	.investor-form-block {
		padding: 0;
		background: #0f59e3;
		overflow: hidden;
	}

	.investor-form-block .wrap {
		padding: 0;
		max-width: none;
	}

	.investor-form-block__title {
		display: none;
	}

	.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;
	}

	.investor-form-card__bg {
		inset: 0;
		background-image: url("images/form-primary-bg-combined.png");
		background-position: center center;
		background-size: cover;
		opacity: 0.95;
	}

	.investor-form-card__rings {
		left: -88px;
		bottom: 104px;
		width: 520px;
		opacity: 0.62;
	}

	.investor-form-card__left,
	.investor-form-card__right {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		width: 100%;
	}

	.investor-form-card__left {
		display: flex;
		flex-direction: column;
		padding-top: 58px;
		color: #fff;
	}

	.investor-form-card__headline {
		order: 1;
		max-width: 360px;
		margin: 0 0 42px;
		font-size: 28px;
		line-height: 1.06;
	}

	.investor-form-card__portrait {
		order: 2;
		position: relative;
		left: auto;
		top: auto;
		width: 136px;
		height: 136px;
		margin: 0 0 40px;
	}

	.investor-form-card__desc {
		order: 3;
		max-width: 360px;
		margin: 0 0 38px;
		font-size: 18px;
		line-height: 1.18;
	}

	.investor-form-card__author {
		order: 4;
		margin: 0 0 10px;
		font-size: 16px;
		line-height: 1.22;
	}

	.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);
	}

	.investor-form {
		display: flex;
		flex-direction: column;
	}

	.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;
	}

	.investor-form__field::placeholder {
		color: #c6c6c6;
	}

	.investor-form__field--textarea {
		height: 112px;
		padding-top: 18px;
		padding-bottom: 18px;
		border-radius: 18px;
	}

	.investor-form .investor-form__field:nth-child(1) {
		order: 1;
	}

	.investor-form .investor-form__field:nth-child(3) {
		order: 2;
	}

	.investor-form .investor-form__field:nth-child(2) {
		order: 3;
	}

	.investor-form .investor-form__field--textarea {
		order: 4;
		margin-bottom: 28px;
	}

	.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);
	}

	.investor-form__submit::after {
		content: "Заказать видеопрезентацию";
		font-size: 16px;
		line-height: 1;
		font-weight: 500;
		color: #000;
	}

	.investor-form__policy {
		order: 6;
		margin-top: 16px;
		font-size: 12px;
		line-height: 1.28;
		color: #fff;
	}

	.investor-form__policy a {
		color: #fff;
	}

	.faq-block {
		padding: 40px 0 40px;
		background: #ffffff;
	}

	.faq-block .wrap {
		padding: 0 20px;
		max-width: none;
	}

	.faq-block__title {
		margin: 0 0 34px;
		font-weight: 400;
		font-size: 28px;
		line-height: 1.08;
	}

	.faq-list {
		gap: 20px;
	}

	.faq-item {
		border-radius: 24px;
		box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
	}

	.faq-item__head {
		align-items: flex-start;
		min-height: 0;
		padding: 20px 20px 18px;
	}

	.faq-item__icon {
		width: 44px;
		flex: 0 0 44px;
		margin-right: 18px;
		margin-top: 1px;
	}

	.faq-item__icon img {
		width: 44px;
		height: auto;
	}

	.faq-item__question {
		padding-top: 2px;
		font-size: 18px;
		line-height: 1.12;
	}

	.faq-item__arrow {
		width: 24px;
		height: 24px;
		margin-left: 12px;
		flex: 0 0 24px;
		margin-top: 6px;
	}

	.faq-item__arrow img {
		width: 24px;
		height: 24px;
	}

	.faq-item__body {
		padding: 0 20px 20px;
		margin: -2px 0 0 0;
		font-size: 16px;
		line-height: 1.16;
	}
	.prefooter-cta__inner {
		flex-direction: column;
		align-items: flex-start;
		border-radius: 24px;
		padding: 32px 0px;
	}
	.prefooter-cta__text {
		font-size: 18px;
		max-width: none;
	}
	.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;
	}

	.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;
	}

	.footer .wrap {
		padding: 0 20px 36px;
		max-width: none;
	}

	.footer__top {
		display: flex;
		flex-direction: column;
		padding: 30px 0 0;
		gap: 20px;
	}

	.footer__logo {
		display: none;
	}

	.footer__contacts {
		order: 1;
		width: 100%;
		margin: 0 0 22px;
	}

	.footer__mail,
	.footer__email {
		display: block;
		margin: 0 0 34px;
		font-size: 18px;
		line-height: 1.25;
		color: #fff;
		word-break: break-word;
	}

	.footer__phone-main,
	.footer__phone,
	.footer__tel {
		display: block;
		margin: 0 0 6px;
		font-size: 28px;
		line-height: 1.08;
		font-weight: 700;
		color: #fff;
	}

	.footer__worktime,
	.footer__time {
		display: block;
		margin: 0 0 26px;
		font-size: 16px;
		line-height: 1.2;
		font-weight: 700;
		color: #fff;
	}

	.footer__support {
		display: block;
		margin: 0 0 38px;
		font-size: 16px;
		line-height: 1.16;
		color: #fff;
	}

	.footer__address {
		display: block;
		margin: 0 0 40px;
		font-size: 18px;
		line-height: 1.18;
		font-weight: 700;
		color: #fff;
	}

	.footer__stores,
	.footer__apps {
		order: 2;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 8px;
		margin: 0 0 18px;
	}

	.footer__store,
	.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);
	}

	.footer__store img,
	.footer__apps a img {
		max-height: 16px;
		margin-bottom: 3px;
	}

	.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;
	}

	.footer__menu::before {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		height: 1px;
		background: rgba(255, 255, 255, 0.32);
	}

	.footer__menu a,
	.footer__nav a {
		font-size: 16px;
		line-height: 1.2;
		color: #fff;
	}

	.footer__socials {
		order: 4;
		display: grid;
		grid-template-columns: repeat(6, 1fr);
		gap: 12px;
		margin: 0 0 30px;
	}

	.footer__socials a {
		width: 40px;
		height: 40px;
		margin: 0 auto;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.footer__bottom {
		order: 5;
		display: block;
		margin: 0;
		padding: 0;
		border: 0;
	}

	.footer__copyright {
		display: flex;
		align-items: center;
		gap: 16px;
		margin: 0 0 26px;
	}

	.footer__copyright .footer__age,
	.footer__copyright .footer__icon-16 {
		flex: 0 0 54px;
		width: 54px;
		height: auto;
	}

	.footer__copyright-text {
		font-size: 16px;
		line-height: 1.18;
		color: #fff;
	}

	.footer__requisites {
		margin: 0 0 22px;
		font-size: 14px;
		line-height: 1.18;
		color: rgba(255, 255, 255, 0.82);
	}

	.footer__registry {
		margin: 0 0 18px;
		font-size: 14px;
		line-height: 1.18;
		color: rgba(255, 255, 255, 0.82);
	}

	.footer__registry a {
		color: #fff;
		text-decoration: underline;
	}

	.footer__meta-note,
	.footer__note {
		margin: 0 0 18px;
		font-size: 12px;
		line-height: 1.18;
		color: rgba(255, 255, 255, 0.86);
	}

	.footer__docs {
		display: flex;
		flex-direction: column;
		gap: 16px;
		margin-top: 26px;
	}

	.footer__docs a,
	.footer__documents a {
		position: relative;
		display: block;
		padding-left: 28px;
		font-size: 14px;
		line-height: 1.2;
		color: rgba(255, 255, 255, 0.92);
	}

	.footer__docs a::before,
	.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;
	}
	.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);
	}
	.footer-store img {
		width: 15px;
		height: 15px;
		flex: 0 0 15px;
	}
	.footer-store span {
		font-size: 12px;
		line-height: 1.05;
		text-align: center;
		font-weight: 400;
	}
	.footer-store strong {
		font-size: 12px;
		font-weight: 600;
	}

	.footer__content {
		display: flex;
		flex-direction: column;
	}

	.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;
	}

	.footer__nav-grid::before {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		height: 1px;
		background: rgba(255, 255, 255, 0.32);
	}

	.footer__nav-col {
		display: flex;
		flex-direction: column;
		gap: 18px;
	}

	.footer__nav-col a {
		font-size: 16px;
		line-height: 1.2;
		color: #fff;
	}

	.footer__socials {
		order: 4;
		display: grid;
		grid-template-columns: repeat(6, 1fr);
		gap: 12px;
		margin: 0 0 30px;
	}
	.footer__copyright-top {
		display: flex;
		align-items: center;
		gap: 22px;
		margin-bottom: 33px;
	}
	.footer__text-col {
		margin-bottom: 33px;
	}
	.prove-list {
		display: flex;
		margin: 0 auto 52px;
		max-width: 1160px;
		flex-wrap: wrap;
		gap: 20px;
	}
	.prove-title {
		text-align: left;
	}
	.who-likes.blue-section2 .wrap {
		padding: 0 20px;
	}
	.who-likes.blue-section2 .wrap .banner-button {
		margin-bottom: 60px;
	}
}

.pricing-mobile {
	display: none;
}

@media (max-width: 767px) {
	.pricing {
		padding: 0 0 26px;
		background: #0759e6;
		overflow: hidden;
	}

	.pricing > .wrap,
	.pricing-panel > .wrap,
	.pricing-top > .wrap {
		padding-left: 20px;
		padding-right: 20px;
	}

	.pricing-top {
		padding: 0;
		border-radius: 32px 32px 0 0;
		background: #0759e6;
	}

	.pricing-title {
		margin: 0 0 34px;
		padding-top: 28px;
		font-size: 28px;
		line-height: 1.18;
		font-weight: 400;
		text-transform: none;
	}

	.pricing-controls {
		gap: 26px;
	}

	.pricing-group__label {
		margin-bottom: 18px;
		font-size: 18px;
		line-height: 1.2;
	}

	.pricing-pills {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 14px;
	}

	.pricing-pill {
		min-width: 0;
		width: 100%;
		height: 42px;
		padding: 0 8px;
		border-radius: 21px;
		font-size: 14px;
		line-height: 1;
	}

	.pricing-pill span:last-child {
		justify-content: center;
		width: 100%;
		text-align: center;
	}

	.pricing-pill__badge {
		top: -14px;
		right: 0;
		height: 24px;
		padding: 0 8px;
		border-radius: 6px;
		font-size: 12px;
	}

	.pricing-group:first-child .pricing-pill:nth-child(1) {
		order: 3;
	}
	.pricing-group:first-child .pricing-pill:nth-child(2) {
		order: 2;
	}
	.pricing-group:first-child .pricing-pill:nth-child(3) {
		order: 1;
	}

	.pricing-free {
		margin-top: 22px;
		font-size: 18px;
		line-height: 1.08;
	}

	.pricing-cards,
	.pricing-bottom {
		display: none;
	}

	.pricing-mobile {
		display: block;
		padding: 32px 0 0;
	}

	.pricing-mobile__cards {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px;
		margin-bottom: 34px;
	}

	.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;
	}

	.pricing-mobile-card__icon {
		display: block;
		width: 48px;
		height: 48px;
		margin: 0 auto 18px;
	}

	.pricing-mobile-card__name {
		margin: 0 0 20px;
		font-size: 14px;
		line-height: 1.15;
		color: #fff;
	}

	.pricing-mobile-card__price {
		margin: 0 0 20px;
		font-size: 17px;
		line-height: 1.15;
		color: #fff;
		white-space: nowrap;
	}

	.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;
	}

	.pricing-mobile__compare {
		margin-bottom: 24px;
	}

	.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;
	}

	.pricing-mobile__row--title {
		margin-bottom: 24px;
	}

	.pricing-mobile__label {
		position: relative;
		padding-left: 18px;
		font-size: 18px;
		line-height: 1.2;
		color: #fff;
	}

	.pricing-mobile__row--title .pricing-mobile__label {
		padding-left: 0;
	}

	.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;
	}

	.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;
	}

	.pricing-mobile__note {
		margin: 0 0 26px;
		font-size: 18px;
		line-height: 1.15;
		font-weight: 700;
		text-align: center;
		color: #fff;
	}

	.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;
	}

	.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;
	}

	.pricing-mobile__bottom {
		padding-bottom: 10px;
	}
	
	.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;
	}
	
	.top-banner__name {
		font-size: 16px;
	}

	.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;
	}

	.pricing-button--mobile span {
		display: none;
	}

	.top-banner__button--prev::before {
		border-right: 9px solid #fff;
	}
}

.changes-layout--a,
.changes-layout--b {
	min-height: 470px;
}
.changes-layout--a .change-card--lt-small,
.changes-layout--b .change-card--rt-small {
	width: 290px;
	min-height: 312px;
	padding: 24px 22px 22px;
}
.changes-layout--a .change-card--lt-small p,
.changes-layout--b .change-card--rt-small p {
	font-size: 20px;
	line-height: 1.22;
	z-index: 9;
}
.changes-layout--a .change-card--rt-wide,
.changes-layout--b .change-card--lt {
	width: 580px;
	padding: 28px 28px 24px;
}
.changes-layout--a .change-card--rt-wide p,
.changes-layout--b .change-card--lt p {
	max-width: 100%;
}
.changes-layout--a .change-card--lt-small {
	left: 210px;
	top: 118px;
}
.changes-layout--a .change-card--rt-wide {
	left: 607px;
	top: 148px;
	min-height: 170px;
	z-index: 4;
}
.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);
}
.changes-layout--b .change-card--lt {
	left: 210px;
	top: 118px;
	min-height: 210px;
}
.changes-layout--b .change-card--rt-small {
	left: 900px;
	top: 98px;
	z-index: 4;
}
.changes-bot--a,
.changes-bot--b {
	width: 139px;
	z-index: 3;
}
.changes-bot--a {
	left: 500px;
	top: 325px;
}
.changes-bot--b {
	left: 780px;
	top: 315px;
}
.changes-layout--a .change-card__logo,
.changes-layout--b .change-card__logo {
	height: 58px;
	margin-top: 18px;
}
.changes-layout--a .change-card__author,
.changes-layout--b .change-card__author {
	font-size: 16px;
	line-height: 1.22;
}
@media (max-width: 991px) {
	.changes-layout--a,
	.changes-layout--b {
		min-height: auto;
	}
	.changes-layout--a .change-card--lt-small,
	.changes-layout--a .change-card--rt-wide,
	.changes-layout--b .change-card--lt,
	.changes-layout--b .change-card--rt-small,
	.changes-bot--a,
	.changes-bot--b {
		left: auto;
		top: auto;
		width: auto;
	}
	.changes-bot--a,
	.changes-bot--b {
		width: 100px;
	}
	.changes-layout--a .change-card--lt-small,
	.changes-layout--b .change-card--rt-small,
	.changes-layout--a .change-card--rt-wide,
	.changes-layout--b .change-card--lt {
		width: auto;
		min-height: 0;
	}
}

.fc_elipse {
	position: relative;
	overflow: hidden;
}

.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;
}

.dp-visual__elipse img {
	display: block;
	width: 100%;
	height: auto;
}

@media (max-width: 767px) {
	.changes {
		background: #fff;
		padding: 0 0 32px;
	}

	.changes .wrap {
		max-width: none;
		padding: 0 20px;
		position: relative;
	}

	.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;
	}

	.changes-slider {
		overflow: visible;
	}

	.changes-slide {
		padding: 0 0 18px;
	}

	.changes-layout {
		display: flex;
		flex-direction: column;
		gap: 34px;
		padding-top: 65px;
	}

	.changes-layout--a .change-card--rt-wide,
	.changes-layout--b .change-card--lt {
		order: 1;
		z-index: 9;
	}

	.changes-layout--a .change-card--lt-small,
	.changes-layout--b .change-card--rt-small {
		order: 2;
		z-index: 9;
	}

	.changes-bot--a,
	.changes-bot--b {
		position: absolute;
		top: -60px;
		right: 0;
		left: auto;
		width: 126px;
		z-index: 3;
		margin: 0;
	}

	.change-card {
		position: relative;
		width: auto;
		min-height: 0;
		border-radius: 28px;
		box-shadow: 0 14px 28px rgba(0, 0, 0, 0.12);
	}

	.change-card--speech {
		padding: 22px 16px 24px;
	}

	.change-card--speech::after,
	.changes-layout--a .change-card--rt-wide::after {
		display: none;
	}

	.change-card--person {
		padding: 16px 16px 18px;
		min-height: 0;
		position: relative;
	}

	.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);
	}

	.change-card h3 {
		font-size: 24px;
		line-height: 1.14;
		margin: 0 52px 14px 0;
	}

	.change-card p {
		font-size: 15px;
		line-height: 1.16;
		margin: 0 0 12px;
	}

	.change-card--speech p:last-child,
	.change-card--person p:last-child {
		margin-bottom: 0;
	}

	.change-card__line {
		margin: 0 0 16px;
	}

	.change-card__quote {
		width: 56px;
		height: 56px;
		right: 12px;
		top: 10px;
	}

	.changes-layout--a .change-card__author,
	.changes-layout--b .change-card__author {
		font-size: 12px;
		line-height: 1.2;
		margin-top: 14px;
		max-width: calc(100% - 110px);
	}

	.changes-layout--a .change-card__logo,
	.changes-layout--b .change-card__logo {
		position: absolute;
		right: 14px;
		bottom: 14px;
		height: 28px;
		max-width: 96px;
		margin: 0;
		object-position: right center;
	}

	.changes-nav {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 14px;
		margin-top: 55px;
	}

	.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;
	}

	.changes-nav__button::before {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-top: 8px solid transparent;
		border-bottom: 8px solid transparent;
	}

	.changes-nav__button--prev::before {
		border-right: 9px solid #0057e3;
	}

	.changes-nav__button--next::before {
		border-left: 9px solid #0057e3;
	}

	.changes-nav__button.swiper-button-disabled {
		pointer-events: none;
	}

	.changes-nav__button--prev.swiper-button-disabled::before {
		border-right-color: rgba(0, 0, 0, 0.35);
	}

	.changes-nav__button--next.swiper-button-disabled::before {
		border-left-color: rgba(0, 0, 0, 0.35);
	}

	.changes .swiper-pagination {
		position: static;
		width: 264px;
		margin: 0;
		padding: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.changes .swiper-pagination-bullet {
		width: 44px;
		height: 2px;
		margin: 0 !important;
		border-radius: 0;
		opacity: 1;
		background: rgba(0, 0, 0, 0.35);
	}

	.changes .swiper-pagination-bullet-active {
		background: #0057e3;
	}

	.dp-visual_elipse_mobile {
		position: absolute;
		top: 0px;
		z-index: 0;
	}
}

.tariff-list--addons strong {
	pointer-events: none;
	user-select: none;
}

.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;
}

.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;
}

.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;
}

.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;
}

.new-dental-overlay .modal.modal_video .close::before,
.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) {
	.new-dental-overlay .modal.modal_video {
		width: calc(100vw - 48px) !important;
	}
}

@media (max-width: 767px) {
	.new-dental-overlay .modal.modal_video {
		width: calc(100vw - 24px) !important;
	}

	.new-dental-overlay .modal.modal_video .close {
		top: -14px !important;
		width: 28px !important;
		height: 28px !important;
	}

	.new-dental-overlay .modal.modal_video .close::before,
	.new-dental-overlay .modal.modal_video .close::after {
		top: 13px !important;
		left: 6px !important;
		width: 16px !important;
	}
	.new-dental-overlay .modal {
		width: min(100vw, 100%);
		padding: 130px 22px 32px !important;
	}
	.new-dental-overlay .modal .close {
		top: 120px !important;
	}
}

.who-likes-form-block {
	padding: 60px 0 60px;
}
.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;
}
.who-likes-form-block .wrap {
	max-width: 1320px;
}
.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;
}
.who-likes-form-block .who-likes-form-card__left {
	position: relative;
	z-index: 3;
	width: 520px;
	max-width: 100%;
}
.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;
}
.who-likes-form-block .who-likes-form-card__form {
	width: 440px;
	max-width: 100%;
}
.who-likes-form-block .who-likes-form-card__right {
	position: relative;
	flex: 1 1 auto;
	min-width: 380px;
}
.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;
}
.who-likes-form-block .who-likes-form-card__manager-wrap {
	position: absolute;
	right: 16px;
	bottom: 0;
	width: 626px;
	max-width: 100%;
	height: 100%;
}
.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) {
	.who-likes-form-block .who-likes-form-card {
		min-height: 620px;
		padding: 48px 34px 0;
	}
	.who-likes-form-block .who-likes-form-card__manager-wrap {
		width: 530px;
	}
	.who-likes-form-block .who-likes-form-card__manager {
		width: 500px;
	}
	.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;
	}
	.who-likes-form-block .who-likes-form-card__manager-wrap {
		width: 320px;
	}
	.who-likes-form-block .who-likes-form-card__manager {
		width: 310px;
	}
}
.clients .order-from {
	padding: 0px 60px 60px;
	min-height: 0;
}

.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;
}

.clients .order-from__inner {
	min-height: 366px;
	padding: 36px 78px 40px;
	border-radius: 30px;
	overflow: hidden;
}

.clients .order-from__title {
	max-width: 860px;
	margin: 0 240px 18px 0;
	font-size: 29px;
	line-height: 1.25;
}

.clients .order-from__subtitle {
	max-width: 760px;
	margin: 0 300px 46px 0;
	font-size: 22px;
	line-height: 1.35;
}

.clients .order-from__bot {
	display: block;
	position: absolute;
	top: 80px;
	right: 94px;
	width: 170px;
	z-index: 0;
	pointer-events: none;
}

.clients .new-dental-inline-form--clients {
	position: relative;
	z-index: 1;
	margin-top: 0;
}

.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;
}

.clients .new-dental-inline-form--clients .input-wrap {
	min-width: 0;
}

.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;
}

.clients .new-dental-inline-form__actions {
	display: flex;
	flex-direction: column;
	align-items: stretch;
}

.clients .new-dental-inline-form__actions .button {
	width: 100%;
	height: 68px;
	padding: 0 18px;
	border-radius: 34px;
	font-size: 17px;
	line-height: 1.2;
}

.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) {
	.clients .order-from__inner {
		padding: 34px 34px 36px;
	}

	.clients .order-from__title {
		margin-right: 210px;
		font-size: 25px;
	}

	.clients .order-from__subtitle {
		margin-right: 210px;
		font-size: 20px;
	}

	.clients .order-from__bot {
		right: 28px;
		width: 150px;
	}

	.clients .new-dental-inline-form--clients .form-inputs {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.clients .new-dental-inline-form__actions {
		grid-column: span 2;
	}
}

@media (max-width: 767px) {
	.clients .order-from {
		padding: 26px 0 56px;
	}

	.clients .order-from__bg {
		left: -78px;
		bottom: -26px;
		width: 280px;
		height: 280px;
	}

	.clients .order-from__inner {
		min-height: 0;
		padding: 24px 18px 24px;
		margin: 0 16px;
		border-radius: 24px;
	}

	.clients .order-from__title {
		margin: 0 0 14px;
		font-size: 28px;
		line-height: 1.3;
	}

	.clients .order-from__subtitle {
		display: none;
		margin: 0 0 18px;
		font-size: 15px;
		line-height: 1.35;
	}

	.clients .order-from__bot {
		position: relative;
		top: auto;
		right: auto;
		width: 204px;
		margin: 0 0 -50px auto;
	}

	.clients .new-dental-inline-form--clients .form-inputs {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.clients .new-dental-inline-form--clients .text-input,
	.clients .new-dental-inline-form__actions .button {
		height: 52px;
		border-radius: 26px;
		font-size: 16px;
	}

	.clients .new-dental-inline-form--clients .text-input {
		padding: 0 24px;
		box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
	}

	.clients .new-dental-inline-form__actions {
		grid-column: auto;
	}

	.clients .new-dental-inline-form__actions .text-right {
		margin-top: 10px;
		text-align: center;
		font-size: 12px;
	}
	.who-likes-form-block h2 {
		display: none;
	}
	.who-likes-form-block {
		padding: 0 0 28px;
		overflow: hidden;
	}

	.who-likes-form-block .wrap {
		padding: 0 16px;
	}

	.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;
	}

	.who-likes-form-block .who-likes-form-card__left,
	.who-likes-form-block .who-likes-form-card__right,
	.who-likes-form-block .who-likes-form-card__title,
	.who-likes-form-block .who-likes-form-card__form,
	.who-likes-form-block .dp-form--blue-section {
		width: 100%;
		max-width: none;
		min-width: 0;
	}

	.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;
	}

	.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);
	}

	.who-likes-form-block .who-likes-form__field {
		height: 45px;
		margin-bottom: 14px;
		padding: 0 18px;
		gap: 10px;
		border-radius: 23px;
	}

	.who-likes-form-block .who-likes-form__icon {
		width: 20px;
		height: 20px;
		flex: 0 0 20px;
	}

	.who-likes-form-block .who-likes-form__input {
		font-size: 15px;
		line-height: 1.2;
	}

	.who-likes-form-block .who-likes-form__input::placeholder {
		color: #8f8f8f;
		opacity: 1;
	}

	.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;
	}

	.who-likes-form-block .who-likes-form__agree {
		font-size: 10px;
		line-height: 1.25;
	}

	.who-likes-form-block .who-likes-form-card__right {
		position: relative;
		min-width: 0;
		width: 100%;
		min-height: 300px;
		margin-top: 10px;
	}

	.who-likes-form-block .who-likes-form-card__bubble {
		top: 45px;
		left: -2px;
		width: 164px;
		max-width: none;
	}

	.who-likes-form-block .who-likes-form-card__manager-wrap {
		right: -18px;
		bottom: 0;
		width: 272px;
		height: 256px;
		max-width: none;
	}

	.who-likes-form-block .who-likes-form-card__manager {
		right: 0;
		bottom: 0;
		width: 100%;
		max-width: none;
	}
	.mobile-app-btn {
		display:none;
	}
}

@media (max-width: 390px) {
	.who-likes-form-block .wrap {
		padding: 0 12px;
	}

	.who-likes-form-block .who-likes-form-card {
		padding: 28px 16px 0;
	}

	.who-likes-form-block .who-likes-form-card__title {
		font-size: 22px;
	}

	.who-likes-form-block .who-likes-form-card__right {
		min-height: 300px;
	}

	.who-likes-form-block .who-likes-form-card__bubble {
		width: 154px;
		top: 44px;
	}

	.who-likes-form-block .who-likes-form-card__manager-wrap {
		width: 272px;
		height: 256px;
		right: -16px;
	}
}

@media (max-width: 767px) {
	#presentation-form.presentation-block {
		padding: 60px 0 28px;
	}

	#presentation-form.presentation-block .container.wrap {
		padding: 31px 20px 0;
		border-radius: 22px;
		background: #0d5be1;
		overflow: hidden;
	}

	#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;
	}

	#presentation-form.presentation-block .presentation-card {
		min-height: 0;
		padding: 0;
		border-radius: 0;
		background: transparent;
		overflow: visible;
	}

	#presentation-form.presentation-block .presentation-content {
		position: relative;
		z-index: 2;
		max-width: none;
	}

	#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;
	}

	#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;
	}

	#presentation-form.presentation-block .dp-form--presentation {
		display: block;
		width: 100%;
		max-width: none;
	}

	#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;
	}

	#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;
	}

	#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;
	}

	#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;
	}

	#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;
	}

	#presentation-form.presentation-block
		.presentation-form
		> .presentation-input::placeholder {
		color: #8f8f8f !important;
		opacity: 1 !important;
	}

	#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;
	}

	#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;
	}

	#presentation-form.presentation-block .presentation-privacy a {
		color: #fff !important;
		text-decoration: underline !important;
	}

	#presentation-form.presentation-block .new-dental-form-errors {
		margin: 0 0 14px !important;
		font-size: 12px !important;
		line-height: 1.3 !important;
	}

	#presentation-form.presentation-block .presentation-visual {
		position: relative;
		right: auto;
		bottom: auto;
		width: 100%;
		height: 245px;
		margin-top: 16px;
	}

	#presentation-form.presentation-block .presentation-team {
		position: absolute;
		left: -143px;
		right: auto;
		bottom: 0;
		width: 335px;
		height: auto;
		max-width: none;
	}

	#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;
	}

	#presentation-form.presentation-block .presentation-person--left {
		left: 0;
		bottom: 52px;
	}

	#presentation-form.presentation-block .presentation-person--right {
		right: 0;
		bottom: 40px;
	}

	#presentation-form.presentation-block .presentation-person__name {
		margin-bottom: 4px;
		font-size: 18px;
		line-height: 1;
		font-weight: 400;
	}

	#presentation-form.presentation-block .presentation-person__role {
		font-size: 10px;
		line-height: 1.1;
		font-weight: 400;
	}
}

@media (max-width: 390px) {
	#presentation-form.presentation-block .container.wrap {
		padding: 28px 16px 0;
	}

	#presentation-form.presentation-block .wrap > h2:first-child,
	#presentation-form.presentation-block .presentation-title {
		font-family: Inter;
		font-size: 28px;
		line-height: 100%;
		vertical-align: middle;
	}

	#presentation-form.presentation-block .presentation-text {
		font-size: 18px;
	}

	#presentation-form.presentation-block .presentation-visual {
		height: 228px;
	}

	#presentation-form.presentation-block .presentation-team {
		width: 320px;
		left: -143px;
		right: auto;
	}

	#presentation-form.presentation-block .presentation-person--left {
		bottom: 48px;
	}

	#presentation-form.presentation-block .presentation-person--right {
		bottom: 36px;
	}
}


.accordion__item.active .accordion__text {
	display: block;
}

.reviews-block .review-item__tag {
	text-transform: none;
}

.who-likes-primary .tabs-content__item-right {
	position: relative;
	overflow: visible;
}
.who-likes-primary .who-likes-visual {
	position: relative;
	display: inline-block;
	max-width: 100%;
	line-height: 0;
	top: -40px;
	left: 10px;
}
.who-likes-primary .who-likes-visual img {
	display: block;
	max-width: 100%;
	height: auto;
	position: relative;
	top: 0;
	left: 0;
}
.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;
}
.who-likes-primary .who-likes-visual__hotspot--left {
	left: 0;
}
.who-likes-primary .who-likes-visual__hotspot--right {
	right: 0;
}
body.who-likes-modal-open {
	overflow: hidden;
}
.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;
}
.who-likes-modal.is-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.who-likes-modal .who-likes-modal__overlay {
	position: absolute;
	inset: 0;
}
.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;
}
.who-likes-modal .who-likes-modal__image {
	display: block;
	max-width: 100%;
	max-height: calc(100vh - 48px);
	border-radius: 20px;
}
.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;
}
.who-likes-modal .who-likes-modal__close::before,
.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;
}
.who-likes-modal .who-likes-modal__close::before {
	transform: rotate(45deg);
}
.who-likes-modal .who-likes-modal__close::after {
	transform: rotate(-45deg);
}

.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);
}
.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;
}
.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;
}
.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;
}
.new-dental-overlay .modal > * {
	position: relative;
	z-index: 1;
}
.new-dental-overlay .modal,
.new-dental-overlay .modal *,
.new-dental-overlay .modal *::before,
.new-dental-overlay .modal *::after {
	box-sizing: border-box;
}
.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;
}
.new-dental-overlay .modal .close i,
.new-dental-overlay .modal .close svg {
	display: none;
}
.new-dental-overlay .modal .close::before,
.new-dental-overlay .modal .close::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 34px;
	height: 2px;
	background: #0057e3;
	transform-origin: center;
}
.new-dental-overlay .modal .close::before {
	transform: translate(-50%, -50%) rotate(45deg);
}
.new-dental-overlay .modal .close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}
.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;
}
.new-dental-overlay .new-dental-form-errors,
.new-dental-overlay .form-note,
.new-dental-overlay .errortext {
	margin: 0 0 16px;
	color: #ff5a5a;
	font-size: 16px;
	line-height: 1.25;
}

.investor-form-block .new-dental-form-errors {
	margin: 0 0 16px !important;
	color: #ff5a5a !important;
	font-size: 16px !important;
	line-height: 1.25 !important;
}
.investor-form--bitrix .phone-error {
	box-shadow: 0 0 0 2px rgba(255,79,79,.35) !important;
}
.dp-form--clients .new-dental-form-errors,
.dp-form--clients-secondary .new-dental-form-errors,
.dp-form--blue-section .new-dental-form-errors {
	margin: 0 0 16px;
	color: #ff3b30;
	line-height: 1.4;
}
.dp-form--blue-section .new-dental-form-errors {
	font-size: 14px;
}
.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) {
	.who-likes-primary .who-likes-visual {
		top: 0;
		left: 0;
		width: 100%;
		max-width: 360px;
		margin: 0 auto;
	}
	.who-likes-modal {
		padding: 16px;
	}
	.who-likes-modal .who-likes-modal__dialog {
		max-width: calc(100vw - 32px);
		max-height: calc(100vh - 32px);
	}
	.who-likes-modal .who-likes-modal__image {
		max-height: calc(100vh - 32px);
		border-radius: 16px;
	}
	.who-likes-modal .who-likes-modal__close {
		top: 10px;
		right: 10px;
		width: 40px;
		height: 40px;
	}
	.new-dental-overlay .modal-wr {
		padding-top: 0;
	}
	.new-dental-overlay .modal {
		width: min(100vw, 100%);
		min-height: 100%;
		padding: 110px 22px 36px;
	}
	.new-dental-overlay .modal .close {
		top: 24px;
		right: 22px;
		width: 28px;
		height: 28px;
	}
	.new-dental-overlay .modal .close::before,
	.new-dental-overlay .modal .close::after {
		width: 24px;
	}
	.new-dental-overlay .modal .modal-bg {
		width: 160px;
		height: 160px;
		right: -10px;
		bottom: 0;
	}
}
