@charset "UTF-8";

@-ms-viewport {
	width: device-width;
}

.ph-item {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}

.ph-item,
.ph-item *,
.ph-item :after,
.ph-item :before {
	box-sizing: border-box;
}

.ph-item:before {
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 50%;
	z-index: 1;
	width: 500%;
	margin-left: -250%;
	-webkit-animation: phAnimation 0.8s linear infinite;
	animation: phAnimation 0.8s linear infinite;
	background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 46%, hsla(0, 0%, 100%, 0.35) 50%, hsla(0, 0%, 100%, 0) 54%)
		50% 50%;
}

.ph-item > * {
	flex: 1 1 auto;
	display: flex;
	flex-flow: column;
	padding-right: 15px;
	padding-left: 15px;
}

.ph-row {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 7.5px;
}

.ph-row div {
	height: 10px;
	margin-bottom: 7.5px;
	background-color: #ced4da;
}

.ph-row .big,
.ph-row.big div {
	height: 20px;
	margin-bottom: 15px;
}

.ph-row .empty {
	background-color: hsla(0, 0%, 100%, 0);
}

.ph-col-2 {
	flex: 0 0 16.66667%;
}

.ph-col-4 {
	flex: 0 0 33.33333%;
}

.ph-col-6 {
	flex: 0 0 50%;
}

.ph-col-8 {
	flex: 0 0 66.66667%;
}

.ph-col-10 {
	flex: 0 0 83.33333%;
}

.ph-col-12 {
	flex: 0 0 100%;
}

.ph-avatar {
	position: relative;
	width: 100%;
	min-width: 60px;
	background-color: #ced4da;
	margin-bottom: 15px;
	border-radius: 50%;
	overflow: hidden;
}

.ph-avatar:before {
	content: " ";
	display: block;
	padding-top: 100%;
}

.ph-picture {
	width: 100%;
	height: 120px;
	background-color: #ced4da;
	margin-bottom: 15px;
}

.ph-picture--fullsize {
	height: 100%;
	margin-bottom: 0;
}

@-webkit-keyframes phAnimation {
	0% {
		transform: translate3d(-30%, 0, 0);
	}

	to {
		transform: translate3d(30%, 0, 0);
	}
}

@keyframes phAnimation {
	0% {
		transform: translate3d(-30%, 0, 0);
	}

	to {
		transform: translate3d(30%, 0, 0);
	}
}

.ph-h1 {
	height: 3.5rem;
}

.ph-h2 {
	height: 2.5rem;
}

.ph-h3 {
	height: 2rem;
}

.ph-h4 {
	height: 1.5rem;
}

.ph-h5 {
	height: 1.3rem;
}

.ph-h6 {
	height: 1.2rem;
}

:root {
	--color-primary: #0096aa;
	--color-secondary: #f08c07;
	--color-danger: #f1657f;
	--color-success: #28a745;
	--color-warning: #ffc107;
	--color-black: #000;
	--color-dark-gray: #545454;
	--color-gray: grey;
	--color-white: #fff;
	--color-lightblue: #89b7c1;
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.no-gutters {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xxl,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
}

.col-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

.col-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.col-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.col-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.col-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.col-9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

.col-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

.pull-0 {
	right: auto;
}

.pull-1 {
	right: 8.33333%;
}

.pull-2 {
	right: 16.66667%;
}

.pull-3 {
	right: 25%;
}

.pull-4 {
	right: 33.33333%;
}

.pull-5 {
	right: 41.66667%;
}

.pull-6 {
	right: 50%;
}

.pull-7 {
	right: 58.33333%;
}

.pull-8 {
	right: 66.66667%;
}

.pull-9 {
	right: 75%;
}

.pull-10 {
	right: 83.33333%;
}

.pull-11 {
	right: 91.66667%;
}

.pull-12 {
	right: 100%;
}

.push-0 {
	left: auto;
}

.push-1 {
	left: 8.33333%;
}

.push-2 {
	left: 16.66667%;
}

.push-3 {
	left: 25%;
}

.push-4 {
	left: 33.33333%;
}

.push-5 {
	left: 41.66667%;
}

.push-6 {
	left: 50%;
}

.push-7 {
	left: 58.33333%;
}

.push-8 {
	left: 66.66667%;
}

.push-9 {
	left: 75%;
}

.push-10 {
	left: 83.33333%;
}

.push-11 {
	left: 91.66667%;
}

.push-12 {
	left: 100%;
}

.offset-1 {
	margin-left: 8.33333%;
}

.offset-2 {
	margin-left: 16.66667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.33333%;
}

.offset-5 {
	margin-left: 41.66667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.33333%;
}

.offset-8 {
	margin-left: 66.66667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.33333%;
}

.offset-11 {
	margin-left: 91.66667%;
}

.block-center {
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
}

.col-2_5 {
	flex: 0 0 20%;
	max-width: 20%;
}

.flex {
	display: flex;
}

.flex-first {
	order: -1;
}

.flex-last {
	order: 1;
}

.flex-unordered {
	order: 0;
}

.flex-row {
	flex-direction: row !important;
}

.flex-column {
	flex-direction: column !important;
}

.flex-row-reverse {
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	flex-direction: column-reverse !important;
}

.flex-wrap {
	flex-wrap: wrap !important;
}

.flex-nowrap {
	flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
	flex-wrap: wrap-reverse !important;
}

.justify-content-start {
	justify-content: flex-start !important;
}

.justify-content-end {
	justify-content: flex-end !important;
}

.justify-content-center {
	justify-content: center !important;
}

.justify-content-between {
	justify-content: space-between !important;
}

.justify-content-around {
	justify-content: space-around !important;
}

.align-items-start {
	align-items: flex-start !important;
}

.align-items-end {
	align-items: flex-end !important;
}

.align-items-center {
	align-items: center !important;
}

.align-items-baseline {
	align-items: baseline !important;
}

.align-items-stretch {
	align-items: stretch !important;
}

.align-content-start {
	align-content: flex-start !important;
}

.align-content-end {
	align-content: flex-end !important;
}

.align-content-center {
	align-content: center !important;
}

.align-content-between {
	align-content: space-between !important;
}

.align-content-around {
	align-content: space-around !important;
}

.align-content-stretch {
	align-content: stretch !important;
}

.align-self-auto {
	align-self: auto !important;
}

.align-self-start {
	align-self: flex-start !important;
}

.align-self-end {
	align-self: flex-end !important;
}

.align-self-center {
	align-self: center !important;
}

.align-self-baseline {
	align-self: baseline !important;
}

.align-self-stretch {
	align-self: stretch !important;
}

.invisible {
	visibility: hidden;
}

.hidden-xs-up,
.hidden-xxl-down,
.visible-print-block,
.visible-print-inline,
.visible-print-inline-block {
	display: none !important;
}

@-webkit-keyframes scale-in {
	0% {
		transform: scale(0.8);
		opacity: 0;
	}

	to {
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes scale-in {
	0% {
		transform: scale(0.8);
		opacity: 0;
	}

	to {
		transform: scale(1);
		opacity: 1;
	}
}

@-webkit-keyframes scale-out {
	0% {
		transform: scale(1.2);
		opacity: 0;
	}

	to {
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes scale-out {
	0% {
		transform: scale(1.2);
		opacity: 0;
	}

	to {
		transform: scale(1);
		opacity: 1;
	}
}

@-webkit-keyframes block-appear-up {
	0% {
		opacity: 0;
		transform: translateY(10px);
	}

	to {
		opacity: 1;
		transform: translate(0);
	}
}

@keyframes block-appear-up {
	0% {
		opacity: 0;
		transform: translateY(10px);
	}

	to {
		opacity: 1;
		transform: translate(0);
	}
}

.animation-appear-up {
	-webkit-animation: block-uppear-up 0.3s linear;
	animation: block-uppear-up 0.3s linear;
}

@-webkit-keyframes block-appear-down {
	0% {
		opacity: 0;
		transform: translateY(-10px);
	}

	to {
		opacity: 1;
		transform: translate(0);
	}
}

@keyframes block-appear-down {
	0% {
		opacity: 0;
		transform: translateY(-10px);
	}

	to {
		opacity: 1;
		transform: translate(0);
	}
}

.animation-appear-down {
	-webkit-animation: block-appear-down 0.3s linear;
	animation: block-appear-down 0.3s linear;
}

@-webkit-keyframes pulseCircledInfo {
	0% {
		transform: translate(-50%, -50%) scale(1);
	}

	50% {
		transform: translate(-50%, -50%) scale(1.3);
	}

	to {
		transform: translate(-50%, -50%) scale(1);
	}
}

@keyframes pulseCircledInfo {
	0% {
		transform: translate(-50%, -50%) scale(1);
	}

	50% {
		transform: translate(-50%, -50%) scale(1.3);
	}

	to {
		transform: translate(-50%, -50%) scale(1);
	}
}

html {
	box-sizing: border-box;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*,
:after,
:before {
	box-sizing: inherit;
}

body {
	margin: 0;
}

.body--inversed .main {
	background-color: #09171c;
	color: #fff;
}

.body--inversed .main a:not([class*="link-"]):not([class*="btn"]):not(.zphone):not(.header-submenu__link) {
	color: #fff;
	border-bottom-color: hsla(0, 0%, 100%, 0.3);
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	outline-color: inherit;
	transition-property: color, border-color;
}

.body--inversed .main a:not([class*="link-"]):not([class*="btn"]):not(.zphone) u {
	border-bottom-color: hsla(0, 0%, 100%, 0.3);
}

.body--inversed .main a:not([class*="link-"]):not([class*="btn"]):not(.zphone):hover {
	color: #f08c07;
	border-bottom-color: rgba(240, 140, 7, 0.3);
}

.body--inversed .main a:not([class*="link-"]):not([class*="btn"]):not(.zphone):hover u {
	border-bottom-color: rgba(240, 140, 7, 0.3);
}

.body--inversed .main a:not([class*="link-"]):not([class*="btn"]):not(.zphone).dashed,
.body--inversed .main a:not([class*="link-"]):not([class*="btn"]):not(.zphone).dashed u {
	border-bottom-color: hsla(0, 0%, 100%, 0.5);
}

.body--inversed .main a:not([class*="link-"]):not([class*="btn"]):not(.zphone).dashed:hover,
.body--inversed .main a:not([class*="link-"]):not([class*="btn"]):not(.zphone).dashed:hover u {
	border-bottom-color: rgba(240, 140, 7, 0.5);
}

.body--inversed .main a:not([class*="link-"]):not([class*="btn"]):not(.zphone):active,
.body--inversed .main a:not([class*="link-"]):not([class*="btn"]):not(.zphone):hover {
	outline-width: 0;
}

.body--inversed header {
	color: rgb(87, 88, 90);
}

.layout {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.layout br:last-child {
	display: none;
}

.main {
	flex: 1 0 auto;
	max-width: 100%;
}

.content {
	padding-top: 30px;
	padding-bottom: 0;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.indent-content {
	padding-top: 121px;
}

.header--over ~ .content {
	padding-top: 167px;
}

.wrapper {
	max-width: 1280px;
	margin: 0 auto;
}

.unwrapper {
	padding: -15px;
}

.col--static {
	position: static;
}

.relative {
	position: relative;
}

.d-block,
picture {
	display: block;
}

picture img {
	vertical-align: bottom;
}

.debug * {
	outline: 1px solid red;
}

.debug :before {
	outline: 2px dashed #00f;
	outline: 2px dashed green;
}

img {
	max-width: 100%;
	height: auto;
}

img:only-child {
	vertical-align: bottom;
}

svg:not([fill]):not([focusable]) {
	fill: currentColor;
}

svg[focusable] {
	max-width: 100%;
	height: auto;
}

.img-circle {
	border-radius: 50%;
}

.img-rounded {
	border-radius: 10px;
}

@font-face {
	font-display: swap;
	font-family: Roboto;
	font-style: normal;
	font-weight: 100;
	src:
		url(/local/build/fonts/roboto-v20-latin_cyrillic-ext-100.fd5dd151.woff2) format("woff2"),
		url(/local/build/fonts/roboto-v20-latin_cyrillic-ext-100.934647d9.woff) format("woff");
}

@font-face {
	font-display: swap;
	font-family: Roboto;
	font-style: normal;
	font-weight: 400;
	src:
		url(/local/build/fonts/roboto-v20-latin_cyrillic-ext-regular.df4e2e40.woff2) format("woff2"),
		url(/local/build/fonts/roboto-v20-latin_cyrillic-ext-regular.c39bf2d4.woff) format("woff");
}

@font-face {
	font-display: swap;
	font-family: Roboto;
	font-style: italic;
	font-weight: 400;
	src:
		url(/local/build/fonts/roboto-v20-latin_cyrillic-ext-italic.f7f4e1f1.woff2) format("woff2"),
		url(/local/build/fonts/roboto-v20-latin_cyrillic-ext-italic.95bb61dd.woff) format("woff");
}

@font-face {
	font-display: swap;
	font-family: Roboto;
	font-style: normal;
	font-weight: 300;
	src:
		url(/local/build/fonts/roboto-v20-latin_cyrillic-ext-300.1c1d5899.woff2) format("woff2"),
		url(/local/build/fonts/roboto-v20-latin_cyrillic-ext-300.ce3b8523.woff) format("woff");
}

@font-face {
	font-display: swap;
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	src:
		url(/local/build/fonts/roboto-v20-latin_cyrillic-ext-500.1c6dde4a.woff2) format("woff2"),
		url(/local/build/fonts/roboto-v20-latin_cyrillic-ext-500.dbe589c7.woff) format("woff");
}

@font-face {
	font-display: swap;
	font-family: Roboto;
	font-style: italic;
	font-weight: 500;
	src:
		url(/local/build/fonts/roboto-v20-latin_cyrillic-ext-500italic.58f55c44.woff2) format("woff2"),
		url(/local/build/fonts/roboto-v20-latin_cyrillic-ext-500italic.de394daa.woff) format("woff");
}

@font-face {
	font-display: swap;
	font-family: Roboto;
	font-style: normal;
	font-weight: 700;
	src:
		url(/local/build/fonts/roboto-v20-latin_cyrillic-ext-700.45be86ec.woff2) format("woff2"),
		url(/local/build/fonts/roboto-v20-latin_cyrillic-ext-700.37d49179.woff) format("woff");
}

@font-face {
	font-display: swap;
	font-family: Roboto;
	font-style: italic;
	font-weight: 700;
	src:
		url(/local/build/fonts/roboto-v20-latin_cyrillic-ext-700italic.0042a32c.woff2) format("woff2"),
		url(/local/build/fonts/roboto-v20-latin_cyrillic-ext-700italic.193268ad.woff) format("woff");
}

@font-face {
	font-display: swap;
	font-family: Ubuntu;
	font-style: normal;
	font-weight: 300;
	src:
		url(/local/build/fonts/ubuntu-v15-latin_cyrillic-ext-300.28d91b3e.woff2) format("woff2"),
		url(/local/build/fonts/ubuntu-v15-latin_cyrillic-ext-300.036b8d78.woff) format("woff");
}

@font-face {
	font-display: swap;
	font-family: Ubuntu;
	font-style: normal;
	font-weight: 400;
	src:
		url(/local/build/fonts/ubuntu-v15-latin_cyrillic-ext-regular.8ea9a181.woff2) format("woff2"),
		url(/local/build/fonts/ubuntu-v15-latin_cyrillic-ext-regular.abf31d83.woff) format("woff");
}

@font-face {
	font-display: swap;
	font-family: Ubuntu;
	font-style: normal;
	font-weight: 500;
	src:
		url(/local/build/fonts/ubuntu-v15-latin_cyrillic-ext-500.5292e640.woff2) format("woff2"),
		url(/local/build/fonts/ubuntu-v15-latin_cyrillic-ext-500.dbc61d84.woff) format("woff");
}

@font-face {
	font-display: swap;
	font-family: Merriweather;
	font-style: italic;
	font-weight: 400;
	src:
		url(/local/build/fonts/merriweather-v22-latin_cyrillic-ext-italic.ec54c9e6.woff2) format("woff2"),
		url(/local/build/fonts/merriweather-v22-latin_cyrillic-ext-italic.fb982b2f.woff) format("woff");
}

@font-face {
	font-display: swap;
	font-family: Merriweather;
	font-style: italic;
	font-weight: 700;
	src:
		url(/local/build/fonts/merriweather-v22-latin_cyrillic-ext-700italic.d3dd0782.woff2) format("woff2"),
		url(/local/build/fonts/merriweather-v22-latin_cyrillic-ext-700italic.eeda2ab3.woff) format("woff");
}

@font-face {
	font-display: auto;
	font-family: ALSRubl;
	font-style: normal;
	font-weight: 400;
	src:
		url(/local/build/fonts/ALSRubl.85f3ef25.woff2) format("woff2"),
		url(/local/build/fonts/ALSRubl.65182ca5.woff) format("woff");
}

html {
	-webkit-text-size-adjust: 100%;
	font-variant-ligatures: none;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-family:
		Roboto,
		-apple-system,
		BlinkMacSystemFont,
		Segoe UI,
		Oxygen-Sans,
		Ubuntu,
		Cantarell,
		Helvetica Neue,
		sans-serif;
	font-size: 20px;
	line-height: 1.6;
}

::-moz-selection {
	background-color: rgba(0, 150, 170, 0.85);
	color: #fff;
}

::selection {
	background-color: rgba(0, 150, 170, 0.85);
	color: #fff;
}

img::-moz-selection,
svg::-moz-selection {
	background-color: rgba(0, 150, 170, 0.15);
}

img::selection,
svg::selection {
	background-color: rgba(0, 150, 170, 0.15);
}

.selection-invert::-moz-selection,
.selection-invert ::-moz-selection {
	background-color: rgba(240, 140, 7, 0.85);
}

.selection-invert::selection,
.selection-invert ::selection {
	background-color: rgba(240, 140, 7, 0.85);
}

.selection-invert img::-moz-selection,
.selection-invert svg::-moz-selection {
	background-color: rgba(240, 140, 7, 0.15);
}

.selection-invert img::selection,
.selection-invert svg::selection {
	background-color: rgba(240, 140, 7, 0.15);
}

b,
strong {
	font-weight: 700;
}

.diagram-legend__item p,
.form-error,
.review__date,
.text-small,
.whitening-new__care-text,
blockquote cite,
small {
	line-height: 1.3333;
	font-size: 1em;
}

.diagram-legend__count-number,
.form-group--vote .form-group__label,
.text-lead {
	font-size: 1.2em;
	line-height: calc(1em + 10px);
}

.text-leader {
	font-size: 1.3em;
}

.text-hyphenate {
	word-break: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	-webkit-hyphenate-before: 2;
	-webkit-hyphenate-after: 3;
	hyphenate-lines: 3;
}

.p,
p {
	margin: 0.5em 0 0;
}

.p {
	display: block;
}

.children-comfort__heading,
.form-block-action__heading,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.move-on__title,
.news-blocks__item .news-blocks__title,
.news-blocks__main .news-blocks__title,
.service-clear-implant-price:before,
.service-item__link,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 1em 0 0;
	font-family:
		Ubuntu,
		-apple-system,
		BlinkMacSystemFont,
		Segoe UI,
		Roboto,
		Oxygen-Sans,
		Cantarell,
		Helvetica Neue,
		sans-serif;
	line-height: 1.1;
	word-wrap: break-word;
}

.children-comfort__heading,
.h1,
h1 {
	font-weight: 500;
	font-size: 3.5rem;
}

.form-block-action__heading,
.h2,
.move-on__title,
h2 {
	font-weight: 500;
	font-size: 2.5rem;
}

.h3,
.news-blocks__main .news-blocks__title,
.service-item__link,
h3 {
	font-weight: 500;
	font-size: 2rem;
}

.h4,
.news-blocks__item .news-blocks__title,
.service-clear-implant-price:before,
h4 {
	font-weight: 500;
	font-size: 1.5rem;
}

.h5,
h5 {
	font-weight: 500;
	font-size: 1.3rem;
}

.h6,
h6 {
	font-weight: 700;
	font-size: 1.2rem;
}

.h5,
.h6,
h5,
h6 {
	font-family:
		Roboto,
		-apple-system,
		BlinkMacSystemFont,
		Segoe UI,
		Oxygen-Sans,
		Ubuntu,
		Cantarell,
		Helvetica Neue,
		sans-serif;
	line-height: 1.5;
}

.text-closely {
	line-height: 1.3333;
}

.text-roboto {
	font-family:
		Roboto,
		-apple-system,
		BlinkMacSystemFont,
		Segoe UI,
		Oxygen-Sans,
		Ubuntu,
		Cantarell,
		Helvetica Neue,
		sans-serif;
}

.text-merry {
	font-family:
		Merriweather,
		-apple-system,
		BlinkMacSystemFont,
		Segoe UI,
		Roboto,
		Oxygen-Sans,
		Ubuntu,
		Cantarell,
		Helvetica Neue,
		sans-serif;
}

.service-clear-implant-price:before,
.text-thin {
	font-weight: 100;
}

.text-extra-light {
	font-weight: 200;
}

.text-light {
	font-weight: 300;
}

.text-regular {
	font-weight: 400;
}

.text-medium {
	font-weight: 500;
}

.text-semi-bold {
	font-weight: 600;
}

.text-bold {
	font-weight: 700;
}

.text-extra-bold {
	font-weight: 800;
}

ol:not([class]),
ul.plus,
ul:not([class]) {
	padding: 0;
	margin: 0.6em 0 0.75em;
}

ol:not([class]) ol:not([class]),
ol:not([class]) ul:not([class]),
ul.plus ol:not([class]),
ul.plus ul:not([class]),
ul:not([class]) ol:not([class]),
ul:not([class]) ul:not([class]) {
	margin: 0.25em 0 0.5em;
}

ol:not([class]) li,
ul.plus li,
ul:not([class]) li {
	position: relative;
	margin: 0.25rem 0 0 1.25rem;
}

ul.plus,
ul:not([class]):not([type]) {
	list-style: none;
}

ul.plus > li:before,
ul:not([class]):not([type]) > li:before {
	padding-right: 0.3em;
	position: absolute;
	right: 100%;
	content: "\2014";
}

ul.plus > li li:before,
ul:not([class]):not([type]) > li li:before {
	content: "\2022";
	text-align: center;
}

ul.plus li {
	margin: 0.45rem 0 0 1.6ch;
}

ul.plus > li:before,
ul.plus > li li:before {
	content: "+";
}

ol:not([class]):not([type]):not([start]) {
	list-style-type: none;
	counter-reset: num;
}

ol:not([class]):not([type]):not([start]) > li {
	margin-left: 3ch;
}

ol:not([class]):not([type]):not([start]) > li:before {
	position: absolute;
	box-sizing: content-box;
	padding-right: 0.3em;
	right: 100%;
	content: counter(num) ".";
	counter-increment: num;
}

ol:not([class]):not([type]):not([start]) ol {
	counter-reset: num-2lvl;
}

ol:not([class]):not([type]):not([start]) ol li {
	margin-left: 4ch;
}

ol:not([class]):not([type]):not([start]) ol li:before {
	content: counter(num) "." counter(num-2lvl);
	counter-increment: num-2lvl;
}

p + ol:not([class]),
p + ul:not([class]) {
	margin-top: -0.25em;
}

blockquote {
	position: relative;
	margin: 2rem 0;
	padding: 0 0 0 40px;
}

blockquote:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 6px;
	width: 10px;
	border-radius: 5px;
	background-color: #0096aa;
	content: "";
}

blockquote > :first-child {
	margin-top: 0;
}

blockquote > :last-child {
	margin-bottom: 0;
}

blockquote cite {
	color: grey;
}

blockquote cite:before {
	margin-right: 0.3em;
	content: "\2014";
}

.rub {
	font-family: ALSRubl;
}

.lh-normal {
	line-height: 1.6;
}

.text-nowrap,
.text-truncate {
	white-space: nowrap;
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
}

.text-lowercase {
	text-transform: lowercase;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-capitalize {
	text-transform: capitalize;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

.mt-2 xs {
	margin-top: 0.25rem;
}

.mb-2 xs {
	margin-bottom: 0.25rem;
}

.ml-2 xs {
	margin-left: 0.25rem;
}

.mr-2 xs,
.mx-2 xs {
	margin-right: 0.25rem;
}

.mx-2 xs {
	margin-left: 0.25rem;
}

.my-2 xs {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}

.mt-xs {
	margin-top: 0.5rem;
}

.mb-xs {
	margin-bottom: 0.5rem;
}

.ml-xs {
	margin-left: 0.5rem;
}

.mr-xs,
.mx-xs {
	margin-right: 0.5rem;
}

.mx-xs {
	margin-left: 0.5rem;
}

.my-xs {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

.mt-sm {
	margin-top: 1rem;
}

.mb-sm {
	margin-bottom: 1rem;
}

.ml-sm {
	margin-left: 1rem;
}

.mr-sm,
.mx-sm {
	margin-right: 1rem;
}

.mx-sm {
	margin-left: 1rem;
}

.my-sm {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.mt-md {
	margin-top: 1.5rem;
}

.mb-md {
	margin-bottom: 1.5rem;
}

.ml-md {
	margin-left: 1.5rem;
}

.mr-md,
.mx-md {
	margin-right: 1.5rem;
}

.mx-md {
	margin-left: 1.5rem;
}

.my-md {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

.mt-lg {
	margin-top: 2rem;
}

.mb-lg {
	margin-bottom: 2rem;
}

.ml-lg {
	margin-left: 2rem;
}

.mr-lg,
.mx-lg {
	margin-right: 2rem;
}

.mx-lg {
	margin-left: 2rem;
}

.my-lg {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.mt-xl {
	margin-top: 2.5rem;
}

.mb-xl {
	margin-bottom: 2.5rem;
}

.ml-xl {
	margin-left: 2.5rem;
}

.mr-xl,
.mx-xl {
	margin-right: 2.5rem;
}

.mx-xl {
	margin-left: 2.5rem;
}

.my-xl {
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}

.mt-xxl {
	margin-top: 5rem;
}

.mb-xxl {
	margin-bottom: 5rem;
}

.ml-xxl {
	margin-left: 5rem;
}

.mr-xxl,
.mx-xxl {
	margin-right: 5rem;
}

.mx-xxl {
	margin-left: 5rem;
}

.my-xxl {
	margin-top: 5rem;
	margin-bottom: 5rem;
}

.mt-xxxl {
	margin-top: 7.5rem;
}

.mb-xxxl {
	margin-bottom: 7.5rem;
}

.ml-xxxl {
	margin-left: 7.5rem;
}

.mr-xxxl,
.mx-xxxl {
	margin-right: 7.5rem;
}

.mx-xxxl {
	margin-left: 7.5rem;
}

.my-xxxl {
	margin-top: 7.5rem;
	margin-bottom: 7.5rem;
}

.mt-none {
	margin-top: 0;
}

.mb-none {
	margin-bottom: 0;
}

.ml-none {
	margin-left: 0;
}

.mr-none,
.mx-none {
	margin-right: 0;
}

.mx-none {
	margin-left: 0;
}

.my-none {
	margin-top: 0;
	margin-bottom: 0;
}

.pt-2 xs {
	padding-top: 0.25rem;
}

.pb-2 xs {
	padding-bottom: 0.25rem;
}

.pl-2 xs {
	padding-left: 0.25rem;
}

.pr-2 xs,
.px-2 xs {
	padding-right: 0.25rem;
}

.px-2 xs {
	padding-left: 0.25rem;
}

.py-2 xs {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

.pt-xs {
	padding-top: 0.5rem;
}

.pb-xs {
	padding-bottom: 0.5rem;
}

.pl-xs {
	padding-left: 0.5rem;
}

.pr-xs,
.px-xs {
	padding-right: 0.5rem;
}

.px-xs {
	padding-left: 0.5rem;
}

.py-xs {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.pt-sm {
	padding-top: 1rem;
}

.pb-sm {
	padding-bottom: 1rem;
}

.pl-sm {
	padding-left: 1rem;
}

.pr-sm,
.px-sm {
	padding-right: 1rem;
}

.px-sm {
	padding-left: 1rem;
}

.py-sm {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.pt-md {
	padding-top: 1.5rem;
}

.pb-md {
	padding-bottom: 1.5rem;
}

.pl-md {
	padding-left: 1.5rem;
}

.pr-md,
.px-md {
	padding-right: 1.5rem;
}

.px-md {
	padding-left: 1.5rem;
}

.py-md {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.pt-lg {
	padding-top: 2rem;
}

.pb-lg {
	padding-bottom: 2rem;
}

.pl-lg {
	padding-left: 2rem;
}

.pr-lg,
.px-lg {
	padding-right: 2rem;
}

.px-lg {
	padding-left: 2rem;
}

.py-lg {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.pt-xl {
	padding-top: 2.5rem;
}

.pb-xl {
	padding-bottom: 2.5rem;
}

.pl-xl {
	padding-left: 2.5rem;
}

.pr-xl,
.px-xl {
	padding-right: 2.5rem;
}

.px-xl {
	padding-left: 2.5rem;
}

.py-xl {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

.pt-xxl {
	padding-top: 5rem;
}

.pb-xxl {
	padding-bottom: 5rem;
}

.pl-xxl {
	padding-left: 5rem;
}

.pr-xxl,
.px-xxl {
	padding-right: 5rem;
}

.px-xxl {
	padding-left: 5rem;
}

.py-xxl {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.pt-xxxl {
	padding-top: 7.5rem;
}

.pb-xxxl {
	padding-bottom: 7.5rem;
}

.pl-xxxl {
	padding-left: 7.5rem;
}

.pr-xxxl,
.px-xxxl {
	padding-right: 7.5rem;
}

.px-xxxl {
	padding-left: 7.5rem;
}

.py-xxxl {
	padding-top: 7.5rem;
	padding-bottom: 7.5rem;
}

.pt-none {
	padding-top: 0;
}

.pb-none {
	padding-bottom: 0;
}

.pl-none {
	padding-left: 0;
}

.pr-none,
.px-none {
	padding-right: 0;
}

.px-none {
	padding-left: 0;
}

.py-none {
	padding-top: 0;
	padding-bottom: 0;
}

.table-prices,
.table-responsive,
table:not([class]) {
	margin: 0.5rem 0 0.75rem;
	border-spacing: 0;
	border-collapse: collapse;
}

.table-prices td:not([valign]),
.table-prices th:not([valign]),
.table-responsive td:not([valign]),
.table-responsive th:not([valign]),
table:not([class]) td:not([valign]),
table:not([class]) th:not([valign]) {
	vertical-align: top;
}

.table-prices th:not([align]),
.table-responsive th:not([align]),
table:not([class]) th:not([align]) {
	text-align: left;
}

.table-prices th,
.table-responsive th,
table:not([class]) th {
	padding: 0.5rem 1.5rem;
	font-weight: 500;
}

.table-prices th:first-child,
.table-responsive th:first-child,
table:not([class]) th:first-child {
	padding: 1.5rem 0.5rem 1.5rem 0;
}

.table-prices tbody td,
.table-responsive tbody td,
table:not([class]) tbody td {
	padding: 1rem 1.5rem;
	transition: background-color 0.3s;
}

.table-prices tbody td:first-child,
.table-responsive tbody td:first-child,
table:not([class]) tbody td:first-child {
	padding: 1rem 1.5rem 1rem 0;
}

table:not([class]) {
	display: inline-block;
	overflow-x: auto;
	max-width: 100%;
	vertical-align: top;
	background:
		linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)) 0 0,
		linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)) 100% 0;
	background-attachment: scroll, scroll;
	background-size:
		1px 100%,
		1px 100%;
	background-repeat: no-repeat, no-repeat;
}

table:not([class]) tbody tr:last-child td {
	border-bottom: none;
}

table:not([class]) td:first-child,
table:not([class]) th:first-child {
	background-image: linear-gradient(90deg, #fff 50%, hsla(0, 0%, 100%, 0));
	background-size: 2px 100%;
	background-repeat: no-repeat;
}

table:not([class]) td:last-child,
table:not([class]) th:last-child {
	background-image: linear-gradient(270deg, #fff 50%, hsla(0, 0%, 100%, 0));
	background-position: 100% 0;
	background-size: 2px 100%;
	background-repeat: no-repeat;
}

table:not([class]) td:only-child,
table:not([class]) th:only-child {
	background-image:
		linear-gradient(90deg, #fff 50%, hsla(0, 0%, 100%, 0)), linear-gradient(270deg, #fff 50%, hsla(0, 0%, 100%, 0));
	background-position:
		0 0,
		100% 0;
	background-size:
		2px 100%,
		2px 100%;
	background-repeat: no-repeat, no-repeat;
}

.table-prices tbody tr:last-child td {
	border-bottom: none;
}

.text-primary {
	color: #0096aa;
}

.text-secondary {
	color: #f08c07;
}

.text-danger {
	color: #f1657f;
}

.text-success {
	color: #28a745;
}

.text-warning {
	color: #ffc107;
}

.text-black {
	color: #000;
}

.text-dark-gray {
	color: #545454;
}

.text-gray {
	color: grey;
}

.text-white {
	color: #fff;
}

.text-lightblue {
	color: #89b7c1;
}

.bg-primary {
	background-color: #0096aa;
}

.bg-secondary {
	background-color: #f08c07;
}

.bg-twilight {
	background-color: #02263f;
}

.bg-white {
	background-color: #fff;
}

.bg-black {
	background-color: #000;
}

.bg-light-gray {
	background-color: #e3e9ec;
}

.bg-lightest-gray {
	background-color: #f7f7f7;
}

.bg-lightestblue {
	background-color: #dee9eb;
}

.bg-circled-gradient {
	background-image: radial-gradient(
		circle,
		rgba(0, 150, 170, 0.3),
		rgba(36, 153, 172, 0.31377) 1.17%,
		rgba(69, 160, 178, 0.35185) 4.49%,
		rgba(101, 171, 186, 0.40937) 9.72%,
		rgba(130, 183, 196, 0.48148) 16.59%,
		rgba(156, 196, 206, 0.56331) 24.86%,
		rgba(180, 209, 217, 0.65) 34.25%,
		rgba(201, 221, 227, 0.73669) 44.52%,
		rgba(220, 232, 236, 0.81852) 55.41%,
		rgba(234, 242, 244, 0.89063) 66.66%,
		rgba(245, 249, 250, 0.94815) 78.01%,
		rgba(253, 253, 254, 0.98623) 89.21%,
		#fff
	);
}

.link-button u,
a,
a u {
	text-decoration: none;
	border-color: inherit;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	transition-duration: 0.3s;
}

a {
	color: #0096aa;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	outline-color: inherit;
	transition-property: color, border-color;
}

a,
a u {
	border-bottom-color: rgba(0, 150, 170, 0.3);
}

a:hover {
	color: #f08c07;
}

a:hover,
a:hover u {
	border-bottom-color: rgba(240, 140, 7, 0.3);
}

a.dashed,
a.dashed u {
	border-bottom-color: rgba(0, 150, 170, 0.5);
}

a.dashed:hover,
a.dashed:hover u {
	border-bottom-color: rgba(240, 140, 7, 0.5);
}

a:active,
a:hover {
	outline-width: 0;
}

.link-button u,
a u {
	transition-property: border-color;
}

a[href^="tel"] {
	text-decoration: none;
	color: inherit;
	border: none;
}

a:hover,
a:hover u {
	transition-duration: 0.1s;
}

.dashed,
.dashed u {
	border-bottom-style: dashed;
}

.contacts-map a,
.doctor__certificate,
.no-border,
.service-item__link {
	border-bottom: none;
}

.multi-line {
	padding: 0.6em 0 0;
}

.link-button {
	display: inline;
	background-color: transparent;
	font-size: 1em;
	text-align: inherit;
	font-family: inherit;
	padding: 0;
	transition-duration: 0.3s;
	color: #0096aa;
	border: none;
	border-bottom: rgba(0, 150, 170, 0.3);
}

.link-button u {
	border-bottom-color: rgba(0, 150, 170, 0.3);
}

.link-button:hover {
	color: #f08c07;
}

.link-button:hover,
.link-button:hover u {
	border-bottom-color: rgba(240, 140, 7, 0.3);
}

.link-button.dashed,
.link-button.dashed u {
	border-bottom-color: rgba(0, 150, 170, 0.5);
}

.link-button.dashed:hover,
.link-button.dashed:hover u {
	border-bottom-color: rgba(240, 140, 7, 0.5);
}

.link-button:active,
.link-button:focus,
.link-button:hover {
	cursor: pointer;
	outline-width: 0;
}

.link-primary {
	color: #0096aa;
}

.link-primary,
.link-primary u {
	border-bottom-color: rgba(0, 150, 170, 0.3);
}

.link-primary:hover {
	color: #f08c07;
}

.link-primary:hover,
.link-primary:hover u {
	border-bottom-color: rgba(240, 140, 7, 0.3);
}

.link-primary.dashed,
.link-primary.dashed u {
	border-bottom-color: rgba(0, 150, 170, 0.5);
}

.link-primary.dashed:hover,
.link-primary.dashed:hover u {
	border-bottom-color: rgba(240, 140, 7, 0.5);
}

.link-secondary {
	color: #f08c07;
}

.link-secondary,
.link-secondary u {
	border-bottom-color: rgba(240, 140, 7, 0.3);
}

.link-secondary:hover {
	color: #f08c07;
}

.link-secondary:hover,
.link-secondary:hover u {
	border-bottom-color: #f08c07;
}

.link-secondary.dashed,
.link-secondary.dashed u {
	border-bottom-color: rgba(240, 140, 7, 0.5);
}

.link-secondary.dashed:hover,
.link-secondary.dashed:hover u {
	border-bottom-color: #f08c07;
}

.link-gray {
	color: grey;
}

.link-gray,
.link-gray u {
	border-bottom-color: hsla(0, 0%, 50.2%, 0.3);
}

.link-gray:hover {
	color: #f08c07;
}

.link-gray:hover,
.link-gray:hover u {
	border-bottom-color: rgba(240, 140, 7, 0.3);
}

.link-gray.dashed,
.link-gray.dashed u {
	border-bottom-color: hsla(0, 0%, 50.2%, 0.5);
}

.link-gray.dashed:hover,
.link-gray.dashed:hover u {
	border-bottom-color: rgba(240, 140, 7, 0.5);
}

.link-white {
	color: #fff;
}

.link-white,
.link-white u {
	border-bottom-color: hsla(0, 0%, 100%, 0.3);
}

.link-white:hover {
	color: #f08c07;
}

.link-white:hover,
.link-white:hover u {
	border-bottom-color: rgba(240, 140, 7, 0.3);
}

.link-white.dashed,
.link-white.dashed u {
	border-bottom-color: hsla(0, 0%, 100%, 0.5);
}

.link-white.dashed:hover,
.link-white.dashed:hover u {
	border-bottom-color: rgba(240, 140, 7, 0.5);
}

.link-black {
	color: #000;
}

.link-black,
.link-black u {
	border-bottom-color: rgba(0, 0, 0, 0.3);
}

.link-black:hover {
	color: #f08c07;
}

.link-black:hover,
.link-black:hover u {
	border-bottom-color: rgba(240, 140, 7, 0.3);
}

.link-black.dashed,
.link-black.dashed u {
	border-bottom-color: rgba(0, 0, 0, 0.5);
}

.link-black.dashed:hover,
.link-black.dashed:hover u {
	border-bottom-color: rgba(240, 140, 7, 0.5);
}

.btn,
.btn-outline {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	max-width: 100%;
	display: inline-block;
	text-decoration: none;
	border: none;
	vertical-align: middle;
	cursor: pointer;
	transition-property: border-color, background-color, color, box-shadow, background;
	font-family: inherit;
	font-weight: 400;
}

.btn,
.btn-outline,
.btn-outline:hover,
.btn:hover {
	transition-duration: 0.3s;
}

.btn-outline:focus,
.btn:focus {
	outline: none;
}

.btn-outline.disabled,
.btn-outline:disabled,
.btn-outline[disabled],
.btn.disabled,
.btn:disabled,
.btn[disabled],
fieldset[disabled] .btn,
fieldset[disabled] .btn-outline {
	pointer-events: none;
}

.btn--block,
.btn-outline--block {
	display: block;
	width: 100%;
	padding: 0;
	text-align: center;
}

.btn {
	padding: 18.75px 37.5px;
	border: 0 solid transparent;
	border-radius: 30px;
}

.btn,
.btn--large {
	font-size: 18px;
	line-height: 1.25;
}

.btn--large {
	padding: 28.75px 50px;
	border: 0 solid transparent;
	border-radius: 40px;
}

.btn--sm {
	padding: calc((36px - 1.25rem) / 2) 22.5px;
	border: 0 solid transparent;
	border-radius: 5px;
	font-size: 1rem;
	line-height: 1.25;
}

.btn--tiny {
	padding: 15px 31.25px;
	border: 0 solid transparent;
	border-radius: 25px;
	font-size: 16px;
	line-height: 1.25;
}

.btn--primary {
	background-color: #0096aa;
	color: #fff;
}

.btn--primary:hover {
	background-color: #00adc4;
	color: #fff;
}

.btn--primary.active,
.btn--primary:active,
.btn--primary:focus {
	background-color: #006977;
	color: #fff;
}

.btn--primary.disabled,
.btn--primary:disabled,
.btn--primary[disabled],
fieldset[disabled] .btn--primary {
	background-color: #5eecff;
	color: #fff;
}

.btn--secondary {
	background-color: #f08c07;
	color: #fff;
}

.btn--secondary:hover {
	background-color: #f89818;
	color: #fff;
}

.btn--secondary.active,
.btn--secondary:active,
.btn--secondary:focus {
	background-color: #be6f06;
	color: #fff;
}

.btn--secondary.disabled,
.btn--secondary:disabled,
.btn--secondary[disabled],
fieldset[disabled] .btn--secondary {
	background-color: #fddaad;
	color: #fff;
}

.btn-outline {
	padding: 16.75px 37.5px;
	border: 2px solid transparent;
	border-radius: 30px;
	font-size: 18px;
	line-height: 1.25;
}

.btn-outline--large {
	padding: 26.75px 50px;
	border: 2px solid transparent;
	border-radius: 40px;
	font-size: 18px;
	line-height: 1.25;
}

.btn-outline--sm {
	padding: calc((32px - 1.25rem) / 2) 22.5px;
	border: 2px solid transparent;
	border-radius: 5px;
	font-size: 1rem;
	line-height: 1.25;
}

.btn-outline--tiny {
	padding: 13px 31.25px;
	border: 2px solid transparent;
	border-radius: 25px;
	font-size: 16px;
	line-height: 1.25;
}

.btn-outline--primary {
	background-color: transparent;
	color: #0096aa;
	border-color: #0096aa;
}

.btn-outline--primary:hover {
	background-color: transparent;
	color: #006977;
}

.btn-outline--primary.active,
.btn-outline--primary:active,
.btn-outline--primary:focus {
	background-color: transparent;
	color: #003c44;
}

.btn-outline--primary.disabled,
.btn-outline--primary:disabled,
.btn-outline--primary[disabled],
fieldset[disabled] .btn-outline--primary {
	background-color: rgba(89, 89, 89, 0);
	color: #5eecff;
}

.btn-outline--primary:hover {
	border-color: #006977;
}

.btn-outline--primary.active,
.btn-outline--primary:active,
.btn-outline--primary:focus {
	border-color: #003c44;
}

.btn-outline--primary.disabled,
.btn-outline--primary:disabled,
.btn-outline--primary[disabled],
fieldset[disabled] .btn-outline--primary {
	border-color: #5eecff;
}

.btn-outline--secondary {
	background-color: transparent;
	color: #f08c07;
	border-color: #f08c07;
}

.btn-outline--secondary:hover {
	background-color: transparent;
	color: #be6f06;
}

.btn-outline--secondary.active,
.btn-outline--secondary:active,
.btn-outline--secondary:focus {
	background-color: transparent;
	color: #8d5204;
}

.btn-outline--secondary.disabled,
.btn-outline--secondary:disabled,
.btn-outline--secondary[disabled],
fieldset[disabled] .btn-outline--secondary {
	background-color: rgba(89, 89, 89, 0);
	color: #fddaad;
}

.btn-outline--secondary:hover {
	border-color: #be6f06;
}

.btn-outline--secondary.active,
.btn-outline--secondary:active,
.btn-outline--secondary:focus {
	border-color: #8d5204;
}

.btn-outline--secondary.disabled,
.btn-outline--secondary:disabled,
.btn-outline--secondary[disabled],
fieldset[disabled] .btn-outline--secondary {
	border-color: #fddaad;
}

.btn--secondary.btn--grad {
	background-color: #e56904;
	background-image: linear-gradient(0deg, #e56904 0, #f8b459);
	position: relative;
	z-index: 1;
}

.btn--secondary.btn--grad:before {
	border-radius: inherit;
	background-image: linear-gradient(0deg, #fb7508 0, #f9bf71 50%, #fb7508);
	background-position: 0 100%;
	background-size: 100% 200%;
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: -100;
	transition: 0.1s ease-in-out;
}

.btn--secondary.btn--grad:focus:before,
.btn--secondary.btn--grad:hover:before {
	opacity: 1;
}

.btn--secondary.btn--grad:active:before {
	background-position: 0 0;
	opacity: 1;
	transition: 0.1s ease;
}

.btn--secondary.btn--shine {
	box-shadow: 0 0 80px 10px rgba(231, 114, 15, 0.5);
}

.btn--secondary.btn--shine:focus,
.btn--secondary.btn--shine:hover {
	box-shadow: 0 0 80px 20px rgba(231, 114, 15, 0.5);
}

.btn--primary.btn--grad {
	background-color: #0096aa;
	background-image: linear-gradient(0deg, #0096aa 0, #25b3c6);
	position: relative;
	z-index: 1;
}

.btn--primary.btn--grad:before {
	border-radius: inherit;
	background-image: linear-gradient(0deg, #00adc4 0, #2dc4d8 50%, #00adc4);
	background-position: 0 100%;
	background-size: 100% 200%;
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: -100;
	transition: 0.1s ease-in-out;
}

.btn--primary.btn--grad:focus:before,
.btn--primary.btn--grad:hover:before {
	opacity: 1;
}

.btn--primary.btn--grad:active:before {
	background-position: 0 0;
	opacity: 1;
	transition: 0.1s ease;
}

.btn--primary.btn--shine {
	box-shadow: 0 0 80px 10px rgba(231, 114, 15, 0.5);
}

.btn--primary.btn--shine:focus,
.btn--primary.btn--shine:hover {
	box-shadow: 0 0 80px 20px rgba(231, 114, 15, 0.5);
}

.btn-tip {
	background: none;
	border: 0;
	line-height: 1em;
	font-size: 20px;
	display: block;
}

.btn-tip span {
	margin-left: 5px;
	display: inline-block;
	border-radius: 50%;
	background-color: #f8c787;
	padding: 5px 10px;
	transition: 0.3s;
}

.btn-tip u {
	color: #0096aa;
	text-decoration: none;
	border-bottom: 1px dashed rgba(0, 150, 170, 0.5);
}

.btn-tip:active,
.btn-tip:focus,
.btn-tip:hover {
	outline: none;
}

.btn-tip:active span,
.btn-tip:focus span,
.btn-tip:hover span {
	background-color: #f2daba;
}

.btn-tip:hover u {
	color: #f08c07;
	border-bottom-color: rgba(240, 140, 7, 0.8);
}

.btn--brand-color {
	background-color: #1fbbc7 !important;
}

.btn--brand-color:hover {
	background-color: #24deed !important;
}

.form:not(.form--fullwidth) {
	max-width: 700px;
}

.form-group {
	margin: 0.75rem 0;
}

.form-group__line {
	margin: 0.25rem 0;
}

.form-group--horizontal {
	display: flex;
	align-items: baseline;
}

@-moz-document url-prefix() {
	.form-group--horizontal {
		align-items: center;
	}
}

.form-group--horizontal .form-group__label {
	flex: 0 0 15ch;
	max-width: 15ch;
	margin-right: 5px;
	line-height: 1.25;
}

.form-group--horizontal .form-group__field {
	flex-grow: 1;
	max-width: calc(100% - 15ch - 5px);
}

.form-group--center {
	align-items: center;
}

.form-group--vote {
	margin-top: 55px;
	margin-bottom: 55px;
}

.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	max-width: 100%;
	background-image: none;
	background-clip: padding-box;
	line-height: 1.25;
	font-family: inherit;
	font-weight: 400;
	transition:
		border-color 0.3s,
		background-color 0.3s,
		color 0.3s;
	outline: none;
	padding: 17.75px 12px;
	border-radius: 5px;
	font-size: 18px;
	color: #000;
	background-color: transparent;
	border: 1px solid #b4b4b4;
}

.form-control--full-size,
.form-control:not([size]):not(select) {
	width: 100%;
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0;
}

.form-control:focus {
	transition-duration: 0.1s;
}

textarea.form-control {
	resize: vertical;
}

select.form-control:not([size]):not([multiple]) {
	background-position: center right 10px;
	background-repeat: no-repeat;
	height: 60px;
	padding-right: 22px;
}

.form-control--large {
	border-width: 1px;
	border-style: solid;
	padding: 27.75px 16px;
	border-radius: 5px;
	font-size: 18px;
}

select.form-control--large:not([size]):not([multiple]) {
	height: 80px;
	padding-right: 26px;
}

.form-control--sm {
	border-width: 1px;
	border-style: solid;
	padding: calc((34px - 1.25rem) / 2) 7.2px;
	border-radius: 5px;
	font-size: 1rem;
}

select.form-control--sm:not([size]):not([multiple]) {
	height: 36px;
	padding-right: 17.2px;
}

.form-control--tiny {
	border-width: 1px;
	border-style: solid;
	padding: 14px 10px;
	border-radius: 5px;
	font-size: 16px;
}

select.form-control--tiny:not([size]):not([multiple]) {
	height: 50px;
	padding-right: 20px;
}

.form-control::-moz-placeholder {
	color: rgba(0, 0, 0, 0.5);
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.5);
	opacity: 1;
}

.form-control::placeholder {
	color: rgba(0, 0, 0, 0.5);
	opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M5 5.85a.698.698 0 01-.495-.205l-4.3-4.3a.7.7 0 11.99-.99L5 4.16 8.804.355a.7.7 0 01.99.99l-4.299 4.3A.698.698 0 015 5.85z'/%3E%3C/svg%3E");
}

select.form-control:focus::-ms-value {
	color: #000;
	background-color: transparent;
}

.form-control:focus {
	outline: none;
	color: #000;
	background-color: transparent;
}

.form-control:disabled,
.form-control[readonly]:not(.flatpickr-input) {
	background-color: transparent;
	color: #000;
	opacity: 1;
}

.form-control:focus {
	border-color: #0096aa;
}

.form-control:disabled,
.form-control[readonly] {
	border-color: #b4b4b4;
}

select.form-control:not([size]):not([multiple]) {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath fill='%23B4B4B4' d='M5 5.85a.698.698 0 01-.495-.205l-4.3-4.3a.7.7 0 11.99-.99L5 4.16 8.804.355a.7.7 0 01.99.99l-4.299 4.3A.698.698 0 015 5.85z'/%3E%3C/svg%3E");
}

select.form-control:not([size]):not([multiple]):focus {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath fill='%230096aa' d='M5 5.85a.698.698 0 01-.495-.205l-4.3-4.3a.7.7 0 11.99-.99L5 4.16 8.804.355a.7.7 0 01.99.99l-4.299 4.3A.698.698 0 015 5.85z'/%3E%3C/svg%3E");
}

.form-control--light {
	color: #fff;
	background-color: rgba(0, 0, 1, 0);
	border-color: #a7aeb2;
}

.form-control--light::-moz-placeholder {
	color: hsla(0, 0%, 100%, 0.5);
	opacity: 1;
}

.form-control--light:-ms-input-placeholder {
	color: hsla(0, 0%, 100%, 0.5);
	opacity: 1;
}

.form-control--light::placeholder {
	color: hsla(0, 0%, 100%, 0.5);
	opacity: 1;
}

select.form-control--light:not([size]):not([multiple]) {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath fill='%23fff' d='M5 5.85a.698.698 0 01-.495-.205l-4.3-4.3a.7.7 0 11.99-.99L5 4.16 8.804.355a.7.7 0 01.99.99l-4.299 4.3A.698.698 0 015 5.85z'/%3E%3C/svg%3E");
}

select.form-control--light:focus::-ms-value {
	color: #fff;
	background-color: rgba(0, 0, 1, 0);
}

.form-control--light:focus {
	outline: none;
	color: #fff;
	background-color: rgba(0, 0, 1, 0);
}

.form-control--light:disabled,
.form-control--light[readonly]:not(.flatpickr-input) {
	background-color: transparent;
	color: #fff;
	opacity: 1;
}

.form-control--light:focus {
	border-color: #0096aa;
}

.form-control--light:disabled,
.form-control--light[readonly] {
	border-color: #a7aeb2;
}

select.form-control--light:not([size]):not([multiple]) {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath fill='%23A7AEB2' d='M5 5.85a.698.698 0 01-.495-.205l-4.3-4.3a.7.7 0 11.99-.99L5 4.16 8.804.355a.7.7 0 01.99.99l-4.299 4.3A.698.698 0 015 5.85z'/%3E%3C/svg%3E");
}

select.form-control--light:not([size]):not([multiple]):focus {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath fill='%230096aa' d='M5 5.85a.698.698 0 01-.495-.205l-4.3-4.3a.7.7 0 11.99-.99L5 4.16 8.804.355a.7.7 0 01.99.99l-4.299 4.3A.698.698 0 015 5.85z'/%3E%3C/svg%3E");
}

.form-control.error {
	border-color: #f1657f;
}

.form-error {
	margin-top: 0.25rem;
	color: #f1657f;
}

.form-response svg {
	fill: #0096aa;
	max-width: 100%;
}

.accept-field {
	position: relative;
	font-size: 10px;
}

.accept-field__label {
	padding-left: 25px;
	cursor: pointer;
}

.accept-field__label:before {
	content: "";
	display: block;
	width: 17px;
	height: 17px;
	border-radius: 3px;
	border: 1px solid #a7aeb2;
	position: absolute;
	left: 0;
	top: 0.2em;
	transition: 0.2s;
}

.accept-field__label:hover:before {
	border-color: #0096aa;
}

.accept-field__label:after {
	content: "";
	display: block;
	width: 19px;
	height: 17px;
	position: absolute;
	left: 0;
	top: 0.2em;
	opacity: 0;
	transform: scale(1.5);
	transition: 0.2s;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 7l4.688 5L19 1' stroke='%230296AA' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.accept-field__input:checked ~ .accept-field__label:after {
	opacity: 1;
	transform: none;
}

.checkbox {
	position: relative;
	display: block;
	font-size: 1rem;
	line-height: 1.25;
	min-height: 1em;
	padding-left: 1.5em;
}

.checkbox__label:after,
.checkbox__label:before {
	position: absolute;
	top: 0.125em;
	left: 0;
	width: 1em;
	height: 1em;
	content: "";
}

.checkbox__label:before {
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #e3e9ec;
	border-radius: 3px;
	transition: background-color 0.3s;
}

.checkbox__label:after {
	position: absolute;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 0.65em auto;
}

.checkbox__input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.checkbox__input:checked ~ .checkbox__label:before {
	background-color: #0096aa;
}

.checkbox__input:checked ~ .checkbox__label:after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.checkbox__input:not(:disabled):not(:checked) ~ .checkbox__label:hover:before {
	background-color: rgba(0, 150, 170, 0.5);
	transition-duration: 0.1s;
}

.checkbox__input:disabled ~ .checkbox__label {
	color: #e3e9ec;
}

.checkbox__input:disabled ~ .checkbox__label:after,
.checkbox__input:disabled ~ .checkbox__label:before {
	opacity: 0.5;
}

.checkbox__input.error ~ .checkbox__label:before {
	background-color: rgba(241, 101, 127, 0.25);
}

.radio {
	position: relative;
	display: block;
	font-size: 1rem;
	line-height: 1.25;
	min-height: 1em;
	padding-left: 1.5em;
}

.radio__label:after,
.radio__label:before {
	position: absolute;
	top: 0.125em;
	left: 0;
	width: 1em;
	height: 1em;
	content: "";
}

.radio__label:before {
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #e3e9ec;
	border-radius: 50%;
	transition: background-color 0.3s;
}

.radio__label:after {
	position: absolute;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 0.65em auto;
}

.radio__input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.radio__input:checked ~ .radio__label:before {
	background-color: #0096aa;
}

.radio__input:checked ~ .radio__label:after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='#ffffff'/%3E%3C/svg%3E");
}

.radio__input:not(:disabled):not(:checked) ~ .radio__label:hover:before {
	background-color: rgba(0, 150, 170, 0.5);
	transition-duration: 0.1s;
}

.radio__input:disabled ~ .radio__label {
	color: #e3e9ec;
}

.radio__input:disabled ~ .radio__label:after,
.radio__input:disabled ~ .radio__label:before {
	opacity: 0.5;
}

.radio-vote {
	position: relative;
	display: inline-block;
	font-size: 1rem;
	line-height: 1.25;
	min-height: 1em;
	margin-right: 10px;
}

.radio-vote__label {
	min-width: 90px;
	padding: 0 20px;
	border: 1px solid #f08c07;
	box-shadow: 0 0 0 #f08c07;
	transition: 0.3s;
	border-radius: 20px;
	line-height: 2em;
	font-size: 18px;
	display: block;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.radio-vote__label:hover {
	box-shadow: 0 0 3px #f08c07;
}

.radio-vote__input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.radio-vote__input:checked ~ .radio-vote__label {
	background-color: #f08c07;
	color: #fff;
}

.radio-vote__input:not(:disabled):not(:checked) ~ .radio-vote__label:hover:before {
	background-color: rgba(0, 150, 170, 0.5);
	transition-duration: 0.1s;
}

.radio-vote__input:disabled ~ .radio-vote__label {
	color: #e3e9ec;
}

.radio-vote__input:disabled ~ .radio-vote__label:after,
.radio-vote__input:disabled ~ .radio-vote__label:before {
	opacity: 0.5;
}

.links-group {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	margin-left: -18px;
}

.links-group--large {
	margin-left: -24px;
}

.links-group--sm {
	margin-left: -10.8px;
}

.links-group--tiny {
	margin-left: -15px;
}

.links-group--no-margin {
	margin-left: 0;
}

.links-group--center {
	justify-content: center;
}

.links-group__item {
	max-width: 100%;
	border-bottom: none;
	line-height: 1.25;
	margin-top: 0.5rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	padding: 10px 15px;
	border-radius: 5px;
}

.links-group__item--pagination {
	padding-left: 0;
	padding-right: 0;
	text-align: center;
	width: 35px;
}

.links-group__item--active {
	background-color: #0096aa;
	color: #fff;
}

.links-group__item--active:hover {
	color: #fff;
}

.links-group__item--active u {
	border-bottom: none;
}

.links-group__item--disabled {
	color: grey;
	pointer-events: none;
}

.links-group__item--disabled u {
	border-bottom: none;
}

.card {
	padding: 30px 20px 40px;
	border-radius: 10px;
	background-color: #f7f7f7;
}

.card__content > :last-child {
	margin-bottom: 0;
}

.card__content p:first-child {
	margin-top: 0.5em;
}

.card__name {
	display: block;
}

.card__name:first-child {
	margin-top: 0;
}

.card__link {
	border-bottom: none;
}

.card__image {
	display: block;
}

.card__image img,
.card__image picture {
	width: 100%;
	vertical-align: bottom;
}

.card__image {
	margin: -30px -20px 20px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden;
}

.card__image + * {
	margin-top: 0;
}

.card--lightgray {
	padding: 30px;
	border-radius: 10px;
	background-color: #e3e9ec;
}

.card--lightgray .card__image {
	margin: -30px -30px 30px;
}

.card--lightgray .card__image img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.card--lightgray .card__image + * {
	margin-top: 0;
}

.card--rounded {
	border-radius: 20px;
}

.card--rounded .card__image img {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.card--person {
	max-width: 200px;
	border-radius: 10px;
}

.card--person .card__image img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.card--service {
	max-width: 340px;
	padding: 20px;
	border-radius: 10px;
}

.card--service .card__image {
	margin: -20px -20px 20px;
}

.card--service .card__image img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.card--service .card__image + * {
	margin-top: 0;
}

.card--img-only {
	padding-bottom: 0;
}

.card--img-only .card__image {
	border-radius: 10px;
	overflow: hidden;
}

.card__spoiler {
	height: 0;
	overflow: hidden;
}

.card__doctor {
	display: flex;
	align-items: center;
	margin-top: 15px;
	border: 0;
}

.card__doctor img {
	min-width: 50px;
}

.card__doctor-title {
	padding-left: 5px;
	font-size: 1rem;
}

.google-map {
	background-color: #dfdfdf;
	height: 300px;
}

.google-map--large {
	height: 600px;
}

.google-map__marker {
	display: none;
}

.google-map a {
	border-bottom: none;
}

.modal {
	z-index: 999;
}

.modal__overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: hsla(0, 0%, 100%, 0.6);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999;
	padding: 15px;
}

.modal__container {
	background-color: #f7f7f7;
	border-radius: 0;
	overflow-x: hidden;
	overflow-y: auto;
	box-sizing: border-box;
	position: relative;
}

.modal--default .modal__container {
	max-width: 700px;
	padding: 30px;
}

.modal--large .modal__container {
	max-width: 1145px;
	padding: 30px;
}

.modal--info .modal__container {
	max-width: 995px;
	padding: 0;
}

.modal--info-large .modal__container {
	max-width: 1180px;
	padding: 0;
}

.modal__header {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}

.modal__title {
	margin: 0 15px 0 0;
}

.modal__close {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	outline: none;
	color: transparent;
	cursor: pointer;
	width: 46px;
	height: 46px;
	position: absolute;
	right: 0;
	top: 0;
	background-color: transparent;
}

.modal__close span {
	pointer-events: none;
	display: block;
	background-color: #f08c07;
	border-radius: 50%;
	line-height: 40px;
	transition:
		transform 0.3s,
		background-color 0.3s,
		color 0.3s;
	padding: 20px;
	transform: scale(0.8) translate(50%, -50%);
}

.modal__close svg {
	width: 50%;
	height: 50%;
	pointer-events: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.modal__close:focus span,
.modal__close:hover span {
	transform: scale(1) translate(0);
	color: #f7f7f7;
	transition-duration: 0.1s;
}

.modal__content {
	margin-bottom: 2rem;
}

@-webkit-keyframes mmfadeIn {
	0% {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes mmfadeIn {
	0% {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes mmfadeOut {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@keyframes mmfadeOut {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@-webkit-keyframes mmslideIn {
	0% {
		transform: translateY(15%);
	}

	to {
		transform: translateY(0);
	}
}

@keyframes mmslideIn {
	0% {
		transform: translateY(15%);
	}

	to {
		transform: translateY(0);
	}
}

@-webkit-keyframes mmslideOut {
	0% {
		transform: translateY(0);
	}

	to {
		transform: translateY(-10%);
	}
}

@keyframes mmslideOut {
	0% {
		transform: translateY(0);
	}

	to {
		transform: translateY(-10%);
	}
}

.micromodal-slide {
	display: none;
}

.micromodal-slide.is-open {
	display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
	-webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
	animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
	-webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
	animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
	-webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
	animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
	-webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
	animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
	will-change: transform;
}

.modal-info-wrapper {
	padding: 0 30px;
}

.modal--info .modal__container {
	background-color: #f2daba;
	padding-bottom: 75px;
	padding-top: 35px;
}

.modal--info-large .modal__container {
	background-color: #ecf5f8;
	padding-bottom: 75px;
	padding-top: 35px;
}

.modal--info-large .modal__close,
.modal--info .modal__close {
	display: block;
	position: absolute;
	width: 34px;
	height: 34px;
	right: 0;
	top: 0;
	cursor: pointer;
	background: none;
	border: 0;
}

.modal--info-large .modal__close span,
.modal--info .modal__close span {
	width: 16px;
	height: 16px;
	border-radius: 16px;
	background-color: #d71d40;
	left: 50%;
	top: 50%;
	position: absolute;
	display: block;
	content: "";
	transform: translate(-50%, -50%);
	padding: 0;
	transition: 0.3s;
}

.modal--info-large .modal__close:active span,
.modal--info-large .modal__close:hover span,
.modal--info .modal__close:active span,
.modal--info .modal__close:hover span {
	background-color: #94142c;
}

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.embed-responsive:before {
	display: block;
	content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.embed-responsive-21by9:before {
	padding-top: 42.85714%;
}

.embed-responsive-16by9:before {
	padding-top: 56.25%;
}

.embed-responsive-16by10:before {
	padding-top: 62.5%;
}

.embed-responsive-4by3:before {
	padding-top: 75%;
}

.embed-responsive-1by1:before {
	padding-top: 100%;
}

.embed-responsive-15by10:before {
	padding-top: 66.66667%;
}

figure {
	margin-top: 0.5rem;
	margin-left: 0;
	margin-right: 0;
}

figure figcaption {
	margin-top: 0.5rem;
	font-size: 0.7rem;
	max-width: 34em;
}

.accept-field__input,
.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.overflow-h {
	overflow: hidden;
}

.overflow-a {
	overflow: auto;
}

.overflow-s {
	overflow: scroll;
}

.overflow-v {
	overflow: visible;
}

.overflow-x-h {
	overflow-x: hidden;
}

.overflow-x-a {
	overflow-x: auto;
}

.overflow-x-s {
	overflow-x: scroll;
}

.overflow-x-v {
	overflow-x: visible;
}

.overflow-y-h {
	overflow-y: hidden;
}

.overflow-y-a {
	overflow-y: auto;
}

.overflow-y-s {
	overflow-y: scroll;
}

.overflow-y-v {
	overflow-y: visible;
}

img.lazy-load {
	display: inline-block;
	opacity: 0;
	transition: 0.3s;
}

img.lazy-load.loaded {
	opacity: 1;
}

.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	font-size: 16px;
	padding: 5px 0 20px;
}

.header__wrapper {
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
}

.header__logo {
	flex: 0 0 277px;
	max-width: 50%;
	color: #0096aa;
	padding: 0 15px;
}

.header__logo svg {
	height: 100%;
}

.header__menu {
	order: 1;
	width: 100%;
	margin-top: 5px;
}

.header__contacts {
	flex: 0 0 auto;
	flex-grow: 1;
	transform: translateY(5px);
	display: flex;
	justify-content: flex-end;
	padding: 0 15px;
}

.header__btn {
	padding: 5px 10px;
	font-size: 16px;
	border-radius: 10px;
}

.waysite {
	font-size: 14px;
	line-height: 1.3333;
	color: grey;
}

.waysite__home {
	border-bottom: none;
}

.waysite__home svg {
	width: 14px;
	height: 14px;
	vertical-align: baseline;
}

.waysite__item {
	display: inline-block;
}

.waysite__item:not(:last-of-type):after {
	content: "•";
}

.waysite + h1 {
	margin-top: 10px;
}

.mockup__text {
	position: relative;
	z-index: 1;
}

.mockup__text > :first-child {
	margin-top: 0;
}

.mockup__text > :last-child {
	margin-bottom: 0;
}

.mockup__text ul li {
	margin-top: 0.5em;
}

.mockup__text ul li:first-child {
	margin-top: 0;
}

.mockup__image {
	margin-left: -130px;
}

.mockup-macbook {
	position: relative;
}

.mockup-macbook:before {
	content: "";
	background-image: url(/local/build/images/surgery_mockup.4371bfbc.png);
	background-repeat: no-repeat;
	width: 160%;
	height: 170%;
	display: block;
	position: absolute;
	background-size: contain;
	left: -28%;
	top: -20%;
}

.arrow {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: absolute;
	cursor: pointer;
	border: none;
	padding: 0;
	background: transparent;
	transition: color 0.3s;
	outline: none;
	z-index: 1;
}

.arrow:hover {
	transition-duration: 0.1s;
}

.arrow svg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.arrow--default {
	width: 60px;
	height: 100%;
	top: 0;
	color: #0096aa;
	transition:
		opacity 0.3s,
		visibility 0s linear 0.3s;
}

.arrow--default.swiper-button-disabled,
.arrow--thin.swiper-button-disabled {
	opacity: 0;
	visibility: hidden;
	transition:
		opacity 0.3s,
		visibility 0s;
}

.arrow--default:not(.swiper-button-disabled):hover {
	color: #f08c07;
}

.arrow--default svg {
	width: 26px;
	height: 46px;
}

.arrow--default .arrow--left {
	left: 0;
}

.arrow--default .arrow--right {
	right: 0;
}

.arrow--large {
	width: 40px;
	height: 100%;
	top: 0;
	color: #fff;
}

.arrow--large:hover {
	color: #f08c07;
}

.arrow--large svg {
	width: 39px;
	height: 75px;
}

.arrow--thin {
	width: 51px;
	height: 100%;
	top: 0;
	color: #0096aa;
}

.arrow--thin:not(.swiper-button-disabled):hover {
	color: #f08c07;
}

.arrow--thin svg {
	width: 51px;
	height: 99px;
}

.card--service {
	height: 100%;
	border: 1px solid #e3e9ec;
}

.header-menu {
	overflow: hidden;
	height: 1.5rem;
	-webkit-animation: fadeIn 0.3s;
	animation: fadeIn 0.3s;
}

.header-menu__wrapper {
	width: 100%;
	display: flex;
	margin: 0;
	padding: 0;
}

.header-menu__item {
	list-style-type: none;
	white-space: nowrap;
	position: relative;
}

.header-menu__link {
	padding: 0 10px;
}

.header-menu__link--active {
	color: #f08c07;
}

.header-menu__link--active u {
	border-bottom-color: rgba(240, 140, 7, 0.3);
}

.header-menu__item--mobile {
	padding-top: 10px;
	padding-bottom: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-menu__item--mobile > * {
	flex-grow: 1;
}

.header-menu__item--services {
	position: static;
}

.header-menu--mobile {
	flex-direction: column;
	padding-top: 20px;
	position: relative;
}

.header-menu__sub {
	line-height: 1.25em;
	position: absolute;
	top: 100%;
	left: -20px;
	padding: 35px 30px 25px;
	opacity: 0;
	visibility: hidden;
	list-style: none;
	transition:
		visibility 0s linear 0.3s,
		opacity 0.3s;
	min-width: 260px;
	white-space: normal;
}

.header-menu__sub--services {
	padding-top: 10px;
	width: 100%;
}

.header-menu__sub--services svg {
	max-height: 28px;
	width: auto;
	max-width: 35px;
}

.header-menu__sub:before {
	background-color: #f5f5f5;
}

.header-menu__sub2:before,
.header-menu__sub:before {
	content: "";
	display: block;
	height: calc(100% - 10px);
	width: 100%;
	position: absolute;
	top: 10px;
	left: 0;
}

.header-menu__sub2:before {
	background-color: #efefef;
}

.header--inversed .header-menu__sub2:before,
.header--inversed .header-menu__sub:before {
	background-color: #09171c;
}

.header-menu__item:hover .header-menu__sub {
	opacity: 1;
	visibility: visible;
	transition:
		visibility 0s linear 0s,
		opacity 0.3s;
}

.header-menu__subitem {
	margin-top: 0.5em;
	position: relative;
}

.header-menu__subitem:first-child {
	margin-top: 0;
}

.header-menu__subitem .header-menu__sub2 {
	position: absolute;
	top: -35px;
	left: 100%;
	padding: 35px 30px 25px;
	opacity: 0;
	visibility: hidden;
	list-style: none;
	min-width: 250px;
	transition:
		visibility 0s linear 0.3s,
		opacity 0.3s;
}

.header-menu__subitem:hover .header-menu__sub2 {
	opacity: 1;
	visibility: visible;
	transition:
		visibility 0s linear 0.2s,
		opacity 0.3s 0.2s;
}

.header-menu__subitem2 {
	margin-top: 0.5em;
	position: relative;
}

.header-menu__subitem2:first-child {
	margin-top: 0;
}

.header-menu__subservices {
	list-style: none;
	padding-left: 0.875rem;
}

.header-menu__next-level {
	padding: 10px;
	width: 19px;
	height: 19px;
	position: relative;
	background: none;
	border: none;
	box-sizing: content-box;
	outline: none;
}

.header-menu__next-level:after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	background-size: contain;
	top: 50%;
	left: 0;
	transform: translate(50%, -50%);
	background-repeat: no-repeat;
	background-position: 50%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='25'%3E%3Cpath fill='none' stroke='%23F08C07' stroke-width='4' d='M5 2l13 13L31 2'/%3E%3C/svg%3E");
}

.header-menu__next-level--vertical {
	flex-grow: 1;
}

.header-menu__next-level--horizontal:after {
	left: auto;
	right: 0;
	transform: translateY(-50%) rotate(-90deg);
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='25'%3E%3Cpath fill='none' stroke='gray' stroke-width='4' d='M5 2l13 13L31 2'/%3E%3C/svg%3E");
}

.header-submenu {
	overflow: hidden;
	height: 3.2rem;
	padding: 10px 0 30px;
}

.header-submenu__wrapper {
	width: 100%;
	display: flex;
	margin: 0;
	padding: 0;
}

.header-submenu__item {
	list-style-type: none;
	white-space: nowrap;
	position: relative;
	padding: 0 5px;
}

.header-submenu__link {
	padding: 5px 10px;
	background-color: #f3f6f9;
	border-radius: 10px;
	overflow: hidden;
	display: inline-flex;
	align-items: center;
}

.header-submenu__link--active {
	color: #f08c07;
}

.header-submenu__icon {
	display: inline-flex;
	align-items: center;
	height: 1em;
	margin-right: 3px;
}

.header-submenu svg {
	width: auto;
	height: auto;
	max-height: 1em;
	max-width: 1em;
}

.mobile-btn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	max-width: 100%;
	display: inline-block;
	text-decoration: none;
	border: none;
	vertical-align: middle;
	cursor: pointer;
	transition-property: border-color, background-color, color, box-shadow, background;
	font-family: inherit;
	font-weight: 400;
	width: 32px;
	height: 25px;
	padding: 0;
	background-color: transparent;
	display: flex;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.mobile-btn,
.mobile-btn:hover {
	transition-duration: 0.3s;
}

.mobile-btn:focus {
	outline: none;
}

.mobile-btn.disabled,
.mobile-btn:disabled,
.mobile-btn[disabled],
fieldset[disabled] .mobile-btn {
	pointer-events: none;
}

.mobile-btn--block {
	display: block;
	width: 100%;
	padding: 0;
	text-align: center;
}

.mobile-btn span {
	position: relative;
	width: 27px;
	height: 3px;
	background-color: #0096aa;
	transition: background 0.25s;
}

.mobile-btn span:after,
.mobile-btn span:before {
	content: "";
	position: absolute;
	left: 0;
	height: 3px;
	background-color: #0096aa;
	transform-origin: 50% 50%;
	transition:
		top 0.25s 0.25s,
		transform 0.25s,
		width 0s 0.25s;
}

.mobile-btn span:before {
	width: 27px;
	top: -8px;
}

.mobile-btn span:after {
	top: 8px;
	width: 15px;
}

.header--inversed .mobile-btn span,
.header--inversed .mobile-btn span:after,
.header--inversed .mobile-btn span:before {
	background-color: #fff;
}

.menu-opened .mobile-btn span {
	background-color: rgba(0, 150, 170, 0);
	transition: background 0.25s 0s;
}

.menu-opened .mobile-btn span:after,
.menu-opened .mobile-btn span:before {
	top: 0;
	width: 32px;
	transition:
		top 0.25s,
		transform 0.25s 0.25s,
		width 0s 0.25s;
}

.menu-opened .mobile-btn span:before {
	transform: rotate(45deg);
}

.menu-opened .mobile-btn span:after {
	transform: rotate(-45deg);
}

.menu-opened,
.video-block-container {
	overflow: hidden;
}

.video-block {
	position: relative;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	cursor: pointer;
}

.video-block:before {
	background-color: rgba(0, 0, 0, 0.2);
	content: "";
}

.video-block:before,
.video-block__play {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.video-block__play {
	margin: auto;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-color: rgba(0, 150, 170, 0.5);
	transition: box-shadow 0.3s;
}

.video-block__play:after {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 0;
	height: 0;
	transform: translate(-5px, -50%);
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	border-width: 10px 0 10px 14px;
	content: "";
	transition: transform 0.3s;
}

.video-block:hover .video-block__play {
	box-shadow:
		0 0 0 16px rgba(0, 150, 170, 0.3),
		0 0 0 8px rgba(0, 150, 170, 0.3);
	transition-duration: 0.1s;
}

.video-block:hover .video-block__play:after {
	transform: translate(-5px, -50%) scale(1.2);
	transition-duration: 0.1s;
}

.video-block__play--hidden {
	opacity: 0;
}

.yt-lazy__btn:hover .video-block__play {
	box-shadow:
		0 0 0 16px rgba(0, 150, 170, 0.3),
		0 0 0 8px rgba(0, 150, 170, 0.3);
	transition-duration: 0.1s;
	background-color: rgba(0, 150, 170, 0.8);
}

.yt-lazy__btn:hover .video-block __play:after {
	transform: translate(-5px, -50%) scale(1.2);
	transition-duration: 0.1s;
}

.doctors-slider {
	overflow: hidden;
}

.doctors-slider__wrapper {
	position: relative;
	padding-bottom: 20px;
}

.doctors-slider__list {
	display: flex;
	align-items: baseline;
	position: relative;
	flex-wrap: nowrap;
	touch-action: pan-y;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.doctors-slider__arrow--left {
	left: 0;
}

.doctors-slider__arrow--right {
	right: 0;
}

.doctors-slider__scrollbar {
	position: absolute;
	left: 0;
	right: 0;
	height: 10px;
	border-radius: 5px;
	bottom: 0;
}

.doctors-slider__scrollbar .swiper-scrollbar-drag {
	position: relative;
	height: 10px;
	border-radius: 5px;
	background-color: #f08c07;
}

.footer {
	font-size: 0.8rem;
	padding: 15px 0 25px;
	background-color: #f7f7f7;
}

.footer__phone {
	font-size: 22px;
}

.footer p:first-of-type:not([class]) {
	margin: 15px 0;
}

.header-mobile {
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	background-color: #f7f7f7;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	transform-origin: 0 0;
	transform: scale(0.9);
	transition:
		opacity 0.2s,
		transform 0.2s;
	box-shadow: 0 10px 20px rgba(0, 150, 170, 0.5);
	overflow: hidden;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 60px;
}

.header--inversed .header-mobile,
.header--inversed .header-mobile__submenu-wrapper {
	background-color: #09171c;
}

.header-mobile__wrapper {
	max-height: calc(100vh - 70px);
	overflow-x: hidden;
	overflow-y: scroll;
	padding-bottom: 40px;
}

.menu-opened .header-mobile {
	visibility: visible;
	opacity: 1;
	transform: scale(1);
}

.header-mobile__phone {
	color: #fff;
	font-size: 22px;
	margin-bottom: 20px;
}

.header-mobile__menu {
	margin-bottom: 20px;
}

.header-mobile__contacts {
	margin-top: 30px;
}

.header-mobile__submenu-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(110%);
	width: 100%;
	z-index: 1;
	transition: 0.3s;
	background-color: #f7f7f7;
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
	height: 100%;
	overflow: scroll;
}

.header-mobile__submenu-wrapper--opened {
	transform: translate(0);
}

.header-mobile__item {
	list-style-type: none;
	padding-top: 10px;
	padding-bottom: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-mobile__endmenu,
.header-mobile__submenu {
	list-style: none;
	padding: 0;
}

.header-mobile__endmenu-item {
	padding-left: 16px;
	margin-top: 10px;
}

.header-mobile__endmenu-wrapper {
	max-height: 0;
	overflow: hidden;
	transition: 0.3s ease;
}

.header-mobile__endmenu-wrapper--opened {
	max-height: 200vh;
}

.header-mobile__back {
	line-height: 1;
	font-size: 0.8rem;
}

.header-mobile__item2lvl-wrapper {
	display: flex;
	align-items: center;
}

.header-mobile__item2lvl {
	margin-top: 1rem;
}

.simple-slider {
	position: relative;
	padding-bottom: 50px;
}

.simple-slider__wrapper {
	display: flex;
	max-width: 9999px;
	flex-wrap: nowrap;
	align-items: baseline;
}

.simple-slider__picture {
	text-align: center;
}

.simple-slider__scrollbar {
	position: absolute;
	left: 0;
	right: 0;
	height: 10px;
	border-radius: 5px;
	bottom: 0;
	background-color: #eff3f7;
}

.simple-slider__scrollbar-drag {
	position: relative;
	height: 10px;
	border-radius: 5px;
	background-color: #f08c07;
}

.simple-slider__arrows {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	display: flex;
	justify-content: space-between;
	pointer-events: none;
}

.simple-slider__arrow {
	position: relative;
	background: none;
	border: 0;
	pointer-events: auto;
}

.simple-slider__arrow svg {
	fill: #0096aa;
	transition: fill 0.3s;
}

.simple-slider__arrow:active svg,
.simple-slider__arrow:focus svg,
.simple-slider__arrow:hover svg {
	fill: #f08c07;
}

.simple-slider__arrow:hover {
	cursor: pointer;
}

.simple-slider__arrow:focus {
	outline: none;
}

.simple-slider__arrow--disable {
	pointer-events: none;
}

.simple-slider__arrow--disable svg {
	fill: #d9d9d9;
}

.simple-slider__pagination {
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	height: 10px;
}

.simple-slider__pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin: 0 5px;
	border-radius: 50%;
	background-color: transparent;
	border: 1px solid #fff;
	transition: 0.2s;
}

.simple-slider__pagination .swiper-pagination-bullet-active {
	border-color: transparent;
	background-color: #fff;
}

.vacancies-item:not(:first-of-type) {
	padding-top: 50px;
}

.vacancies-form {
	border-top: 1px solid #e3e9ec;
	margin-top: 80px;
	padding-top: 30px;
}

.video-item {
	margin-bottom: 40px;
}

.video-item .video-block {
	display: block;
	margin-bottom: 10px;
}

.video-item--nomargin {
	margin-bottom: 0;
}

.video-item img,
.video-item picture {
	display: block;
	min-width: 100%;
	min-height: 100%;
	font-family: "object-fit:cover";
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
}

.news-list__item:not(:first-of-type) {
	padding-top: 20px;
}

.news-list__item:last-of-type {
	padding-bottom: 40px;
}

.news-page p:not([class]) {
	max-width: 50rem;
}

.news-more {
	border-top: 1px solid #e3e9ec;
	border-bottom: 1px solid #e3e9ec;
	padding: 30px 0 40px;
}

.news-subscribe {
	max-width: 400px;
	padding-top: 40px;
}

.news-subscribe__form {
	display: flex;
	padding-top: 20px;
}

.news-subscribe__form-input {
	padding-right: 20px;
	margin: 0;
}

.likely,
.likely__widget {
	font-family: inherit;
}

.service-list {
	text-align: center;
}

.service-list--backgrounded {
	padding-top: 70px;
	padding-bottom: 50px;
	background-color: #f6f6f6;
	background-image: url(/local/build/images/service-list--backgrounded.3492725c.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.service-list__item {
	margin-top: 50px;
}

.service-item__header {
	position: relative;
}

.service-item__link {
	margin: 0;
	line-height: 1.25;
}

.service-item__icon img {
	display: block;
	margin: 0 auto 10px;
}

.service-item__content {
	margin-top: 10px;
}

.service-item__menu {
	position: absolute;
	left: -20px;
	right: -20px;
	padding: 20px 20px 30px;
	transform: translateY(-20px);
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
	opacity: 0;
	visibility: hidden;
	z-index: 1;
	transition:
		opacity 0.2s 0.1s,
		visibility 0s 0.3s,
		box-shadow 0.1s;
}

.service-item--touch .service-item__header--hovered .service-item__menu,
.service-item:not(.service-item--touch) .service-item__header:hover .service-item__menu {
	opacity: 1;
	visibility: visible;
	transition:
		opacity 0.1s,
		visibility 0s,
		box-shadow 0.2s 0.1s;
	box-shadow: 0 4px 20px -10px rgba(0, 0, 0, 0.25);
}

.service-item__menu-list {
	list-style: none;
	padding: 0;
	margin: 15px 0 0;
	font-size: 1.125rem;
}

.service-item__menu-item {
	margin: 10px 0 0;
}

.news-blocks__item .news-blocks__title {
	font-weight: 300;
}

.news-blocks__title {
	margin: 0 !important;
}

.news-blocks__title picture {
	width: 100%;
	height: 100%;
}

.news-blocks__content {
	margin-top: 20px;
}

.news-blocks__item {
	margin-top: 35px;
}

.news-blocks__image {
	min-width: 100%;
	min-height: 100%;
	font-family: "object-fit:cover";
	-o-object-fit: cover;
	object-fit: cover;
}

.contacts-map {
	position: relative;
	border-radius: 10px;
	background-color: #dfdfdf;
	overflow: hidden;
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
	height: calc(100% - 2rem);
}

.contacts-map:before {
	display: block;
	padding-top: 41.69231%;
	content: "";
}

.contacts-map__content {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.contacts-map__marker {
	display: none;
}

.review__author {
	margin: 0;
}

.review__date {
	margin: 0;
	color: grey;
}

.review__text {
	margin-top: 15px;
}

.review__answer {
	margin-top: 15px;
	background-color: #0096aa;
	color: #fff;
	border-radius: 10px;
	padding: 30px;
}

.review__answer > :first-child {
	margin-top: 0;
}

.review__letter {
	border: 6px solid #0096aa;
}

.quote {
	max-width: 50rem;
	padding-bottom: 60px;
}

.quote-person {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-top: 20px;
}

.quote-person__image {
	flex: 0 0 70px;
	width: 70px;
}

.quote-person__name {
	padding-left: 20px;
}

.blog-list {
	margin-top: 150px;
}

.blog-list .news-blocks__item {
	margin-top: 0;
}

.news-blocks--blog .news-blocks__date {
	margin-top: 10px;
}

.news-blocks--blog .news-blocks__item {
	margin-top: 2rem;
}

.infoblock .news-blocks__item {
	margin-top: 25px;
}

.infoblock .news-blocks__date {
	color: #e3e9ec;
}

.blog__subscribe {
	position: relative;
}

.autocomplete-input-wrapper:after {
	content: "";
	position: absolute;
	display: block;
	width: 18px;
	height: 18px;
	pointer-events: none;
	z-index: 1;
	right: 30px;
	top: 25px;
	transform: translateY(-50%);
	background-size: cover;
	background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22511.9%22%20height%3D%22512.1%22%3E%0A%20%20%3Cpath%20d%3D%22M382.9%20211.5c4-34.4-2-69.2-17.1-100.4A188.4%20188.4%200%200%200%20228.9%203.9C220.4%202.1%20211.7%201.3%20203%200h-22c-6.8.9-13.7%201.6-20.5%202.9C86.2%2017.3%2036.2%2060.3%2010.2%20131.1c-5.4%2015-8.6%2030.7-9.3%2046.6-.1%201.1-.6%202.2-.9%203.3v22c.3%201.3.7%202.5.9%203.8%201.8%2011.3%202.7%2022.8%205.6%2033.8A191.3%20191.3%200%200%200%20234.1%20379a191.5%20191.5%200%200%200%20148.8-167.5zM190.8%20336.1a145%20145%200%200%201-143-145.8A145%20145%200%200%201%20194.1%2047.8c77.8.9%20141.9%2065.4%20141.9%20144.3.6%2079-65.4%20144.6-145.2%20144zM511.9%20459v10c-.3.8-.7%201.5-.9%202.3a46.8%2046.8%200%200%201-34.6%2038.8c-2.5.8-5%201.3-7.6%202l-9.8-.1c-5.5-1.7-11.2-2.9-16.4-5.4a46.8%2046.8%200%200%201-12.1-8.6L314.8%20382.5l-1.9-2.1a227%20227%200%200%200%2067.8-68.1c1.6%202%202.7%203.6%204.1%205.1%2034.4%2034.4%2068.6%2069%20103.3%20103.1%2011.2%2011%2021.5%2022.2%2023.8%2038.5zM191.7%2080.4v31.5c-22%20.4-41%208.2-56.4%2023.7a79%2079%200%200%200-23.5%2056.2l-31.6-.1c.5-63.9%2053-111.8%20111.5-111.3z%22%2F%3E%0A%3C%2Fsvg%3E");
}

.autocomplete-input-wrapper ul li {
	margin: 0.25rem 1.25rem 0;
}

.autocomplete-input-wrapper ul li:before {
	content: none !important;
}

.autocomplete-input-wrapper ul {
	position: absolute;
	z-index: 10;
	max-height: 254px;
	min-width: 80%;
	overflow: hidden;
	overflow-y: auto;
	box-sizing: border-box;
	background-color: #fff;
	margin-top: 5px;
	padding: 10px 0;
	border-radius: 3px;
	box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.3);
}

.autocomplete-anchor-text {
	font-weight: 300;
}

.education-slider {
	position: relative;
	overflow: hidden;
}

.education-slider__list {
	display: flex;
	position: relative;
}

.education-slider__item {
	flex: 0 0 100%;
	max-width: 100%;
}

.education-slider__arrows {
	display: flex;
	justify-content: space-between;
}

.education-slider__arrow-wrap {
	flex: 0 0 51px;
}

.education-slider__arrow {
	position: absolute;
	bottom: 0;
}

.education-slider__doctor {
	position: relative;
}

.education-slider__doctor:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	height: 30%;
	background-image: linear-gradient(
		180deg,
		hsla(0, 0%, 100%, 0),
		hsla(0, 0%, 100%, 0.04068) 5.79%,
		hsla(0, 0%, 100%, 0.1088) 10.88%,
		hsla(0, 0%, 100%, 0.19844) 15.63%,
		hsla(0, 0%, 100%, 0.3037) 20.37%,
		hsla(0, 0%, 100%, 0.41869) 25.46%,
		hsla(0, 0%, 100%, 0.5375) 31.25%,
		hsla(0, 0%, 100%, 0.65422) 38.08%,
		hsla(0, 0%, 100%, 0.76296) 46.3%,
		hsla(0, 0%, 100%, 0.85781) 56.25%,
		hsla(0, 0%, 100%, 0.93287) 68.29%,
		hsla(0, 0%, 100%, 0.98223) 82.75%,
		#fff
	);
}

.fotorama-slider {
	position: relative;
	overflow: hidden;
}

.fotorama-slider__item,
.fotorama-slider__list {
	position: relative;
	display: flex;
}

.fotorama-slider__item {
	flex: 0 0 100%;
	max-width: 100%;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.fotorama-slider__item-before {
	content: "";
	position: absolute;
	width: 110%;
	height: 110%;
	display: block;
	background-size: cover;
	background-position: 50%;
	filter: blur(10px);
	top: 50%;
	z-index: 1;
	left: 50%;
	transform: translate(-50%, -50%);
}

.fotorama-slider picture {
	position: relative;
	z-index: 2;
}

.fotorama-slider__biathlon {
	display: flex;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 15px;
	justify-content: center;
	z-index: 3;
}

.fotorama-slider .swiper-pagination-bullet {
	flex: 0 0 8px;
	max-width: 8px;
	margin: 0 3px;
	height: 8px;
	border-radius: 50%;
	background-color: #fff;
}

.fotorama-slider .swiper-pagination-bullet-active {
	background-color: transparent;
	box-shadow: 0 0 0 1px #fff;
}

.fotorama-slider__arrow {
	display: flex;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: absolute;
	cursor: pointer;
	border: none;
	padding: 0;
	background: transparent;
	top: 0;
	bottom: 0;
	width: 40px;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
	outline: none;
	font-size: 4vmin;
	z-index: 3;
}

.fotorama-slider__arrow.swiper-button-disabled {
	opacity: 0.5;
	pointer-events: none;
}

.fotorama-slider__arrow--prev {
	left: -40px;
	transition: left 0.3s;
}

.fotorama-slider__arrow--prev:before {
	content: "◀";
}

.fotorama-slider:hover .fotorama-slider__arrow--prev {
	left: 0;
}

.fotorama-slider__arrow--next {
	right: -40px;
	transition: right 0.3s;
}

.fotorama-slider__arrow--next:before {
	content: "▶";
}

.fotorama-slider:hover .fotorama-slider__arrow--next {
	right: 0;
}

.doctor-item__image {
	display: block;
	max-width: none;
	transition: 0.5s ease;
}

.doctor-item__image-alt {
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	opacity: 0;
	transition: 0.5s ease;
}

.doctor-item__link {
	border-bottom: none;
}

.doctor-item__link:hover .doctor-item__image-alt {
	opacity: 1;
}

.doctor-item__link:hover .doctor-item__image-alt + .doctor-item__image {
	opacity: 0;
}

.doctor-item__name {
	font-size: 1.5rem;
	line-height: 1.3;
	font-weight: 300;
	display: block;
	margin-top: 5px;
}

.doctor-item__namepart {
	display: block;
}

.doctor-item__info {
	margin: 0.5em 0 0;
	font-size: 16px;
}

.consultation-form {
	padding: 30px 0 70px 70px;
	background-color: #f7f7f7;
}

.contact-consultation-form {
	background-color: #e4f7fa;
	padding: 62px 40px;
	border-radius: 20px;
	font-size: 2rem;
	margin-top: 1em;
}

.certificate-slider {
	position: relative;
	padding-bottom: 25px;
}

.certificate-slider__list {
	position: relative;
	display: flex;
	width: 9999px;
	align-items: flex-end;
	margin-left: -30px;
}

.certificate-slider__item {
	margin-left: 30px;
	border-bottom: none;
}

.certificate-slider__item img {
	display: block;
	box-shadow: 0 10px 18px -9px rgba(53, 53, 53, 0.6);
	transition:
		transform 0.3s,
		box-shadow 0.3s;
}

.certificate-slider__item:hover img {
	transform: translateY(-10px);
	box-shadow: 0 10px 30px -10px rgba(53, 53, 53, 0.8);
	transition-duration: 0.1s;
}

.certificate-slider__arrow {
	z-index: 1;
}

.certificate-slider .swiper-button-disabled {
	opacity: 0;
}

.certificate-slider__arrow--prev {
	left: 0;
}

.certificate-slider__mist {
	position: absolute;
	height: calc(100% + 20px);
	top: -20px;
	width: 9999px;
	background-color: #fff;
	transition: transform 0.3s;
}

.certificate-slider__mist:after {
	position: absolute;
	width: 50px;
	height: 100%;
	top: 0;
	content: "";
}

.swiper-button-disabled + .certificate-slider__mist--left {
	transform: translateX(-50px);
}

.certificate-slider__mist--left {
	right: 100%;
}

.certificate-slider__mist--left:after {
	left: 100%;
	background-image: linear-gradient(
		90deg,
		#fff,
		hsla(0, 0%, 100%, 0.98032) 10.79%,
		hsla(0, 0%, 100%, 0.92593) 21.99%,
		hsla(0, 0%, 100%, 0.84375) 33.34%,
		hsla(0, 0%, 100%, 0.74074) 44.59%,
		hsla(0, 0%, 100%, 0.62384) 55.48%,
		hsla(0, 0%, 100%, 0.5) 65.75%,
		hsla(0, 0%, 100%, 0.37616) 75.14%,
		hsla(0, 0%, 100%, 0.25926) 83.41%,
		hsla(0, 0%, 100%, 0.15625) 90.28%,
		hsla(0, 0%, 100%, 0.07407) 95.51%,
		hsla(0, 0%, 100%, 0.01968) 98.83%,
		hsla(0, 0%, 100%, 0)
	);
}

.certificate-slider__arrow--next {
	right: 0;
}

.certificate-slider__mist--right {
	left: 100%;
}

.certificate-slider__mist--right:after {
	right: 100%;
	background-image: linear-gradient(
		270deg,
		#fff,
		hsla(0, 0%, 100%, 0.98032) 10.79%,
		hsla(0, 0%, 100%, 0.92593) 21.99%,
		hsla(0, 0%, 100%, 0.84375) 33.34%,
		hsla(0, 0%, 100%, 0.74074) 44.59%,
		hsla(0, 0%, 100%, 0.62384) 55.48%,
		hsla(0, 0%, 100%, 0.5) 65.75%,
		hsla(0, 0%, 100%, 0.37616) 75.14%,
		hsla(0, 0%, 100%, 0.25926) 83.41%,
		hsla(0, 0%, 100%, 0.15625) 90.28%,
		hsla(0, 0%, 100%, 0.07407) 95.51%,
		hsla(0, 0%, 100%, 0.01968) 98.83%,
		hsla(0, 0%, 100%, 0)
	);
}

.swiper-button-disabled + .certificate-slider__mist--right {
	transform: translateX(50px);
}

.move-on {
	display: block;
	border-bottom: none;
}

.move-on__title {
	margin: 0;
	word-wrap: break-word;
}

.move-on__arrow {
	position: relative;
	display: block;
	margin-top: 30px;
	text-align: right;
	color: #0096aa;
	transition:
		margin-right 0.3s,
		margin-left 0.3s;
}

.move-on__arrow svg {
	width: 79px;
	height: 154px;
	transition: fill 0.3s;
}

.move-on:hover .move-on__arrow {
	margin-right: -30px;
	color: #f08c07;
	transition-duration: 0.1s;
}

.move-on:hover .move-on__arrow svg {
	transition-duration: 0.1s;
}

.move-on__arrow:before {
	position: absolute;
	width: calc(100% - 2px);
	height: 2px;
	top: calc(50% - 5px);
	left: 0;
	background-color: #0096aa;
	content: "";
	transition: background-color 0.3s;
}

.move-on:hover .move-on__arrow:before {
	background-color: #f08c07;
	transition-duration: 0.1s;
}

.move-on--backwards {
	text-align: right;
}

.move-on--backwards .move-on__arrow {
	margin-left: 30px;
	margin-right: 0;
	transform: scaleX(-1);
}

.move-on--backwards:hover .move-on__arrow {
	margin-left: 0;
	margin-right: 0;
	transform: scaleX(-1);
}

.floating-control {
	position: relative;
}

.floating-control__field--focused.floating-control__field--white,
.floating-control__field--white {
	background-color: #fff;
}

.floating-control textarea.floating-control__field {
	overflow: hidden;
	resize: none;
}

.floating-control__label {
	position: absolute;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1;
	transform: translateY(-50%);
	color: #000;
	pointer-events: none;
	transform-origin: 0 0;
	transition:
		transform 0.3s,
		top 0.3s,
		color 0.3s;
	width: calc(100% - 24px);
	top: 30px;
	left: 12px;
}

.form-control--large ~ .floating-control__label {
	width: calc(100% - 32px);
	top: 40px;
	left: 16px;
}

.form-control--sm ~ .floating-control__label {
	width: calc(100% - 14.4px);
	top: 18px;
	left: 7.2px;
}

.form-control--tiny ~ .floating-control__label {
	width: calc(100% - 20px);
	top: 25px;
	left: 10px;
}

.floating-control__field--focused ~ .floating-control__label {
	top: 8px;
	transform: translateY(0) scale(0.55);
	transition-duration: 0.1s;
	color: rgba(0, 0, 0, 0.5);
}

.floating-control__field.error {
	border-color: transparent;
	background-color: rgba(241, 101, 127, 0.15);
}

.form-control--light ~ .floating-control__label {
	color: #fff;
	background-color: rgba(0, 0, 1, 0);
}

.form-control--light ~ .floating-control__label::-moz-placeholder {
	color: hsla(0, 0%, 100%, 0.5);
	opacity: 1;
}

.form-control--light ~ .floating-control__label:-ms-input-placeholder {
	color: hsla(0, 0%, 100%, 0.5);
	opacity: 1;
}

.form-control--light ~ .floating-control__label::placeholder {
	color: hsla(0, 0%, 100%, 0.5);
	opacity: 1;
}

select.form-control--light ~ .floating-control__label:not([size]):not([multiple]) {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath fill='%23fff' d='M5 5.85a.698.698 0 01-.495-.205l-4.3-4.3a.7.7 0 11.99-.99L5 4.16 8.804.355a.7.7 0 01.99.99l-4.299 4.3A.698.698 0 015 5.85z'/%3E%3C/svg%3E");
}

select.form-control--light ~ .floating-control__label:focus::-ms-value {
	color: #fff;
	background-color: rgba(0, 0, 1, 0);
}

.form-control--light ~ .floating-control__label:focus {
	outline: none;
	color: #fff;
	background-color: rgba(0, 0, 1, 0);
}

.form-control--light ~ .floating-control__label:disabled,
.form-control--light ~ .floating-control__label[readonly]:not(.flatpickr-input) {
	background-color: transparent;
	color: #fff;
	opacity: 1;
}

.search-group {
	position: relative;
}

.search-group__field {
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #b4b4b4;
	font-size: 18px;
	padding: 20px 40px 5px 0;
}

.search-group__label {
	left: 0;
}

.floating-control__field--focused ~ .search-group__label {
	top: 0;
}

.search-group__btn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	width: 36px;
	height: 100%;
	padding: 0 0 10px;
	background-color: transparent;
	outline: none;
	align-items: center;
	justify-content: flex-end;
	border: none;
	cursor: pointer;
}

.tax-calculate {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 1.3rem;
	margin-left: -15px;
	margin-right: -15px;
}

.tax-calculate__item {
	padding-left: 15px;
	padding-right: 15px;
}

.tax-calculate__item--math {
	font-size: 1.5rem;
	font-weight: 300;
}

.tax-calculate__percent {
	font-size: 3.5rem;
}

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

.hero:before {
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	max-width: 1900px;
	background-image: radial-gradient(
		40vw at 95% 95%,
		rgba(0, 150, 170, 0.3),
		rgba(36, 153, 172, 0.31377) 1.17%,
		rgba(69, 160, 178, 0.35185) 4.49%,
		rgba(101, 171, 186, 0.40937) 9.72%,
		rgba(130, 183, 196, 0.48148) 16.59%,
		rgba(156, 196, 206, 0.56331) 24.86%,
		rgba(180, 209, 217, 0.65) 34.25%,
		rgba(201, 221, 227, 0.73669) 44.52%,
		rgba(220, 232, 236, 0.81852) 55.41%,
		rgba(234, 242, 244, 0.89063) 66.66%,
		rgba(245, 249, 250, 0.94815) 78.01%,
		rgba(253, 253, 254, 0.98623) 89.21%,
		#fff
	);
}

.hero--service {
	margin-top: -90px;
}

.hero--about {
	padding-bottom: 2rem;
}

.hero--service:after {
	content: "";
	display: block;
	position: relative;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 10px;
	background-image: linear-gradient(
		90deg,
		#fff,
		#fceee6 10.18%,
		#fae0d1 18.94%,
		#f8d4be 26.59%,
		#f7caae 33.48%,
		#f6c2a1 39.92%,
		#f5bc96 46.25%,
		#f5b68c 52.78%,
		#f4b182 59.85%,
		#f3ab76 67.78%,
		#f2a466 76.9%,
		#f19a4d 87.53%,
		#f08c07
	);
}

.hero--offer:before {
	background-image: radial-gradient(
		40vw at 95% 95%,
		rgba(0, 150, 170, 0.3),
		rgba(36, 153, 172, 0.31377) 1.17%,
		rgba(69, 160, 178, 0.35185) 4.49%,
		rgba(101, 171, 186, 0.40937) 9.72%,
		rgba(130, 183, 196, 0.48148) 16.59%,
		rgba(156, 196, 206, 0.56331) 24.86%,
		rgba(180, 209, 217, 0.65) 34.25%,
		rgba(201, 221, 227, 0.73669) 44.52%,
		rgba(220, 232, 236, 0.81852) 55.41%,
		rgba(234, 242, 244, 0.89063) 66.66%,
		rgba(245, 249, 250, 0.94815) 78.01%,
		rgba(253, 253, 254, 0.98623) 89.21%,
		#fff
	);
}

.hero--offer h1 {
	font-size: 110px;
	line-height: 0.81818181;
}

.hero__row {
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-size: contain;
	padding-top: 4rem;
	padding-bottom: 2rem;
	min-height: 600px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.hero__row--service {
	padding-top: 100px;
	justify-content: center;
	min-height: 720px;
}

.hero__row--offer {
	padding-top: 4.5rem;
	justify-content: center;
	min-height: 600px;
}

.hero__heading--offer {
	font-size: 4rem;
	margin-top: 0;
	line-height: 1;
	font-family:
		Ubuntu,
		-apple-system,
		BlinkMacSystemFont,
		Segoe UI,
		Roboto,
		Oxygen-Sans,
		Cantarell,
		Helvetica Neue,
		sans-serif;
}

.hero__back-image-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 50%;
	display: flex;
	align-items: flex-end;
	top: 0;
	z-index: -1;
	justify-content: center;
}

.number {
	text-align: center;
	font-family:
		Roboto,
		-apple-system,
		BlinkMacSystemFont,
		Segoe UI,
		Oxygen-Sans,
		Ubuntu,
		Cantarell,
		Helvetica Neue,
		sans-serif;
	font-weight: 300;
}

.number--colored {
	color: #f08c07;
}

.number__big {
	color: #f08c07;
	font-size: 5.5rem;
	line-height: 1;
}

.number__middle {
	color: #f08c07;
	font-size: 3.4rem;
	line-height: 1;
}

.number__desc {
	margin-top: 0;
	line-height: 1;
	font-size: 1.5rem;
}

.number__desc--regular {
	font-weight: 400;
	margin-top: 0.5em;
	font-size: 1rem;
}

.side-image {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.row > .side-image__block {
	padding-right: 15px;
	padding-left: 15px;
}

.side-image__block--shine {
	top: 0;
	position: absolute;
}

.side-image__block--shine:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	transform: translateX(-50%) translateY(-50%);
	background-image: radial-gradient(#0096aa, rgba(0, 150, 170, 0.5) 40%, transparent 70%);
	background-repeat: no-repeat;
	background-position: 50%;
	opacity: 0.3;
}

.side-image__block--shine:after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 60%;
	background-image: linear-gradient(
		0deg,
		#fff,
		hsla(0, 0%, 100%, 0.98032) 10.79%,
		hsla(0, 0%, 100%, 0.92593) 21.99%,
		hsla(0, 0%, 100%, 0.84375) 33.34%,
		hsla(0, 0%, 100%, 0.74074) 44.59%,
		hsla(0, 0%, 100%, 0.62384) 55.48%,
		hsla(0, 0%, 100%, 0.5) 65.75%,
		hsla(0, 0%, 100%, 0.37616) 75.14%,
		hsla(0, 0%, 100%, 0.25926) 83.41%,
		hsla(0, 0%, 100%, 0.15625) 90.28%,
		hsla(0, 0%, 100%, 0.07407) 95.51%,
		hsla(0, 0%, 100%, 0.01968) 98.83%,
		hsla(0, 0%, 100%, 0)
	);
	content: "";
	z-index: 1;
}

.tabs__list {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 0 0 -20px;
}

.tabs__item {
	font-weight: 300;
	font-size: 1.5rem;
	margin-left: 20px;
	white-space: nowrap;
	padding-bottom: 2rem;
	overflow: hidden;
}

.tabs__link svg {
	position: absolute;
	height: 15px;
	left: 50%;
	transform: translateX(-50%);
	top: 100%;
	opacity: 0;
	width: 499.5px;
}

.tabs__link {
	display: flex;
	flex-direction: column;
	position: relative;
}

.tabs__link.active {
	border-bottom: none;
	pointer-events: none;
}

.tabs__link.active svg {
	opacity: 1;
}

.tabs__link:focus svg,
.tabs__link:hover svg {
	opacity: 0.5;
}

.tabs__link:focus {
	outline: none;
}

.tabs-pane {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.tabs-pane[hidden] {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.tabs-pane:focus {
	outline: none;
}

.circled-info {
	margin-top: 2rem;
	position: relative;
}

.circled-info__circle {
	position: absolute;
	width: 50px;
	border-radius: 50%;
	overflow: hidden;
	border: 5px solid #f08c07;
	transform: translate(-50%, -50%);
	transition: all 0.3s;
	display: flex;
	align-items: center;
	text-align: center;
	z-index: 1;
	padding: 0;
	background: none;
	cursor: pointer;
	outline: none;
}

.circled-info__circle:first-of-type {
	-webkit-animation: pulseCircledInfo 3s infinite;
	animation: pulseCircledInfo 3s infinite;
}

.circled-info__circle:before {
	content: "";
	display: block;
	padding-top: 100%;
}

.circled-info__circle--opened,
.circled-info__circle--opened:first-of-type {
	transition: all 0.3s cubic-bezier(0.52, 0.04, 0, 1.41);
	width: 220px;
	z-index: 5;
	-webkit-animation: none;
	animation: none;
}

.circled-info__circle--opened .circled-info__block {
	opacity: 1;
	transition: 0.3s ease 0.3s;
}

.circled-info__block {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 20px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
	opacity: 0;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.list-big__stroke {
	font-size: 1.5rem;
	font-weight: 700;
}

ol.list-big,
ul.list-big {
	padding: 0;
	margin: 0.5em 0 0.75em;
}

ol.list-big ol:not([class]),
ol.list-big ul:not([class]),
ul.list-big ol:not([class]),
ul.list-big ul:not([class]) {
	margin: 0.25em 0 0.5em;
}

ol.list-big li,
ul.list-big li {
	position: relative;
	margin: 0.25rem 0 0 1.25rem;
}

.list-big__wrapper {
	counter-reset: num;
}

ol.list-big {
	list-style-type: none;
}

ol.list-big > li {
	margin-left: 3ch;
}

ol.list-big > li:before {
	position: absolute;
	box-sizing: content-box;
	padding-right: 0.3em;
	right: 100%;
	content: counter(num) ".";
	counter-increment: num;
	font-size: 1.5rem;
	font-weight: 700;
}

ol.list-big ol {
	counter-reset: num-2lvl;
}

ol.list-big ol > li {
	margin-left: 4ch;
}

ol.list-big ol > li:before {
	content: counter(num) "." counter(num-2lvl);
	counter-increment: num-2lvl;
}

ul.list-big {
	list-style: none;
}

ul.list-big > li:before {
	padding-right: 0.3em;
	position: absolute;
	right: 100%;
	content: "\2014";
	font-size: 1.5rem;
	font-weight: 700;
}

ul.list-big > li li:before {
	content: "\2022";
	text-align: center;
}

.offer-slider,
.offer-slider__wrapper {
	overflow: hidden;
	position: relative;
}

.offer-slider__list {
	display: flex;
	position: relative;
}

.offer-slider__item {
	width: 100%;
	flex-grow: 0;
	flex-shrink: 0;
}

.offer-slider__pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	height: 14px;
}

.offer-slider__pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	margin: 0 5px;
	border-radius: 50%;
	background-color: #0096aa;
	border: 2px solid transparent;
	transition: all 0.3s;
}

.offer-slider__pagination .swiper-pagination-bullet-active {
	width: 11px;
	height: 11px;
	background-color: transparent;
	border-color: #0096aa;
}

.floor {
	display: none;
	position: absolute;
	opacity: 0;
	pointer-events: none;
	width: 100%;
	left: 50%;
	transform: translate(-50%);
}

.floor--selected {
	display: block;
	position: relative;
	opacity: 1;
	pointer-events: all;
	transition: opacity 0.3s;
}

.floor foreignObject {
	transition: all 0.3s;
	text-align: center;
}

.floor__button {
	background: rgba(0, 150, 170, 0.9);
}

.floor svg {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.floor__scroll {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translate(-50%, 100%);
	background-color: transparent;
	border: none;
	opacity: 0;
	transition: 0.5s;
}

.floor__scroll--visible {
	transform: translate(-50%);
	opacity: 1;
	transition:
		transform 0.5s,
		opacity 0.5s ease 0.2s;
	z-index: 1;
}

.floor__room-title,
.floor__scroll svg {
	pointer-events: none;
}

.floor__room-title {
	opacity: 1;
	transition:
		transform 0ms cubic-bezier(0.1, 0.57, 0.1, 1),
		opacity 0.3s ease;
	position: absolute;
	left: 0;
	bottom: 0;
	border-radius: 25px;
	display: block;
	color: #fff;
	background-color: rgba(0, 150, 170, 0.9);
	text-align: center;
	z-index: 1;
}

.floor__room-title span {
	max-width: 215px;
	display: inline-block;
	padding: 10px 15px;
	font-size: 14px;
	pointer-events: none;
}

.floor__room-title--hidden,
.floor__room-title:not([style]),
.floors {
	opacity: 0;
}

.floors {
	width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform-origin: center center;
	transition:
		opacity 0.8s,
		transform 0.1s ease;
}

.floors--pan {
	opacity: 1;
}

.floor__raph-hover {
	width: 100%;
	height: 100%;
}

.floor__raph-hover path {
	stroke: none;
}

.floor__raph-hover path:hover {
	cursor: pointer;
}

.floor__svg {
	position: relative;
}

.floor__svg polygon {
	fill: transparent;
	stroke: #f08c07;
	transition: all 0.3s;
	stroke-linecap: round;
	stroke-width: 5px;
	opacity: 0;
}

.floor__svg polygon.hovered,
.floor__svg polygon:hover {
	opacity: 1;
	cursor: pointer;
}

.floors-control {
	padding-top: 6rem;
	position: absolute;
	left: 0;
	width: 100%;
	font-family:
		Ubuntu,
		-apple-system,
		BlinkMacSystemFont,
		Segoe UI,
		Roboto,
		Oxygen-Sans,
		Cantarell,
		Helvetica Neue,
		sans-serif;
}

.floors-control__wrapper {
	display: flex;
	width: 100%;
	justify-content: flex-end;
	flex-wrap: wrap;
}

.floor-changer {
	z-index: 10;
	display: flex;
	flex-direction: column;
	width: 16.66666%;
	align-items: center;
	font-weight: 700;
}

.floor-changer__btn {
	font-size: 2rem;
	color: #0096aa;
	transition: all 0.3s ease;
	border: 0;
	background: none;
	position: relative;
	font-weight: 300;
	width: 3rem;
	height: 3rem;
	margin-top: 0.125rem;
	line-height: 1;
	font-family:
		Ubuntu,
		-apple-system,
		BlinkMacSystemFont,
		Segoe UI,
		Roboto,
		Oxygen-Sans,
		Cantarell,
		Helvetica Neue,
		sans-serif;
	cursor: pointer;
	font-weight: 700;
}

.floor-changer__btn:focus {
	outline: none;
}

.floor-changer__btn--selected {
	color: #fff;
}

.floor-changer__btn:before {
	opacity: 0;
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	background-color: #0096aa;
	transition: opacity 0.3s ease;
	z-index: -1;
}

.floor-changer__btn--selected:before {
	opacity: 1;
}

.floor-changer__btn:focus:before {
	opacity: 0.3;
	background-color: #0096aa;
}

.floor-changer__btn--selected:focus:before {
	opacity: 1;
	background-color: #006977;
}

.floor-changer__title {
	font-size: 1.3rem;
	margin-top: 0;
	margin-bottom: 0.75rem;
}

.floor-zoom {
	z-index: 10;
	display: flex;
	flex-direction: column;
	width: 16.66666%;
	align-items: center;
}

.floor-zoom__title {
	font-size: 1.3rem;
	margin-top: 0;
	margin-bottom: 0.75rem;
}

.floor-zoom__btns {
	display: flex;
}

.floor-zoom__btn {
	--zoomcolor: #0096aa;
	cursor: pointer;
	border: 2px solid var(--zoomcolor);
	border-radius: 50%;
	width: 3rem;
	height: 3rem;
	background-color: transparent;
	position: relative;
	margin: 0 0.5rem;
}

.floor-zoom__btn--disabled,
.floor-zoom__btn[disabled] {
	--zoomcolor: #e3e9ec;
}

.floor-zoom__btn--minus:before,
.floor-zoom__btn--plus:after,
.floor-zoom__btn--plus:before {
	content: "";
	background-color: var(--zoomcolor);
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.floor-zoom__btn--minus:before,
.floor-zoom__btn--plus:before {
	width: 1.5rem;
	height: 2px;
}

.floor-zoom__btn--plus:after {
	height: 1.5rem;
	width: 2px;
}

.floors__wrapper {
	overflow: hidden;
	outline: none;
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: -10%;
}

.floors__preloader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	opacity: 1;
	transition: opacity 0.1s ease;
	background: #e3eaf0;
	pointer-events: none;
}

.floors__preloader svg {
	-webkit-animation: rotate 0.75s linear infinite;
	animation: rotate 0.75s linear infinite;
}

.fwrapper {
	position: relative;
}

.fwrapper:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	height: 15%;
	width: 100%;
	background-image: linear-gradient(
		rgba(227, 234, 240, 0),
		rgba(227, 234, 240, 0.04068) 5.79%,
		rgba(227, 234, 240, 0.1088) 10.88%,
		rgba(227, 234, 240, 0.19844) 15.63%,
		rgba(227, 234, 240, 0.3037) 20.37%,
		rgba(227, 234, 240, 0.41869) 25.46%,
		rgba(227, 234, 240, 0.5375) 31.25%,
		rgba(227, 234, 240, 0.65422) 38.08%,
		rgba(227, 234, 240, 0.76296) 46.3%,
		rgba(227, 234, 240, 0.85781) 56.25%,
		rgba(227, 234, 240, 0.93287) 68.29%,
		rgba(227, 234, 240, 0.98223) 82.75%,
		#e3eaf0
	);
	pointer-events: none;
}

@-webkit-keyframes rotate {
	0% {
		transform: rotate(0deg);
	}

	50% {
		transform: rotate(180deg);
	}

	to {
		transform: rotate(1turn);
	}
}

@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}

	50% {
		transform: rotate(180deg);
	}

	to {
		transform: rotate(1turn);
	}
}

@-webkit-keyframes fadeInChanger {
	0% {
		opacity: 0;
		transform: translate(50px, -50%);
	}

	to {
		opacity: 1;
		transform: translateY(-50%);
	}
}

@keyframes fadeInChanger {
	0% {
		opacity: 0;
		transform: translate(50px, -50%);
	}

	to {
		opacity: 1;
		transform: translateY(-50%);
	}
}

.footer-menu__list {
	list-style: none;
	padding: 0;
}

.footer-menu__list-sub {
	list-style: none;
	padding-left: 1rem;
}

.footer-menu__item {
	margin-top: 1rem;
}

.footer-menu__item:first-child {
	margin-top: 0;
}

.footer-menu__item-sub {
	margin-top: 0.25rem;
}

.zen-grid {
	margin-top: 1.5rem;
	display: flex;
	flex-wrap: wrap;
	min-height: 390px;
	margin-left: -5px;
	margin-right: -5px;
}

@supports (grid-area: auto) {
	.zen-grid {
		margin-left: 0;
		margin-right: 0;
		display: grid;
		grid-gap: 10px;
		grid-auto-rows: minmax(0, -webkit-min-content);
		grid-auto-rows: minmax(0, min-content);
	}
}

.zen-grid--main {
	margin-top: 3.125rem;
}

.zen-grid__item {
	overflow: hidden;
	--gradient-direction: to bottom;
	height: 390px;
	padding: 5px;
}

@supports (grid-area: auto) {
	.zen-grid__item {
		width: auto;
		height: auto;
		padding: 0;
	}
}

.zen-item {
	position: relative;
	height: 100%;
	display: flex;
	border-radius: 5px;
}

.zen-item,
.zen-item__image {
	z-index: 1;
	width: 100%;
	overflow: hidden;
}

.zen-item__image {
	position: absolute;
	top: 0;
	left: 0;
	height: 50%;
}

.zen-item__image img {
	height: 100%;
	font-family: "object-fit:cover";
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	max-width: none;
	transition: all 0.3s;
}

.zen-item:before {
	content: "";
	display: block;
	height: 100%;
	width: 101%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	background: linear-gradient(180deg, transparent 30%, #e3e9ec 50%);
	background: linear-gradient(var(--gradient-direction), transparent 30%, var(--zen-color) 50%);
}

.zen-item:hover img {
	transform: scale(1.1);
}

.zen-item__heading {
	background-image: linear-gradient(90deg, #0096aa 0, #0096aa);
	background-repeat: no-repeat;
	background-size: 100% 0;
	background-position: 0 100%;
	display: inline;
}

.zen-item:hover .zen-item__heading {
	color: #fff;
	transition-duration: 0.1s;
	background-size: 100% 100%;
}

.zen-item__content {
	position: relative;
	z-index: 4;
	color: #000;
	color: var(--zen-text-color);
	width: 100%;
	height: 50%;
	align-self: flex-end;
	display: flex;
	flex-direction: column;
	padding: 50% 30px 25px;
}

.zen-item__content > div {
	flex-shrink: 0;
}

.zen-item .zen-item__content:after {
	height: 4em;
	content: "";
	display: block;
	z-index: 10;
	width: 100%;
	position: absolute;
	bottom: 0;
	background: linear-gradient(180deg, transparent 0, #e3e9ec 90%);
	background: linear-gradient(180deg, transparent 0, var(--zen-color) 90%);
}

.publish {
	position: relative;
}

.doctors-reviews-filter {
	overflow: hidden;
}

.doctors-reviews-filter__wrapper {
	position: relative;
}

.doctors-reviews-filter__list {
	display: flex;
	align-items: baseline;
	position: relative;
	flex-wrap: nowrap;
	touch-action: pan-y;
	margin-left: -15px;
	margin-right: -15px;
}

.doctors-reviews-filter__item {
	padding: 0 15px;
	margin-top: 1rem;
	flex: 1 0 auto;
	width: 130px;
}

.doctors-reviews-filter__arrow--left {
	left: 0;
}

.doctors-reviews-filter__arrow--right {
	right: 0;
}

.doctors-reviews-filter__scrollbar {
	margin-top: 10px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background-color: #fff;
}

.doctors-reviews-filter__scrollbar .swiper-scrollbar-drag {
	position: relative;
	height: 10px;
	border-radius: 5px;
	background-color: #f08c07;
}

.doctors-reviews-filter__scrollbar .swiper-scrollbar-cursor-drag {
	cursor: move;
}

.overtext {
	position: relative;
}

.overtext__content--price {
	font-size: 3rem;
	line-height: 1;
	font-weight: 100;
}

.overtext__content--price-old {
	font-size: 1.5rem;
	line-height: 1;
	font-weight: 300;
	position: relative;
}

.overtext__content--price-old:after {
	content: "";
	display: block;
	width: 110%;
	position: absolute;
	right: 50%;
	top: 50%;
	height: 2px;
	background-color: #ff3627;
	transform: translateX(50%) skewY(-15deg);
}

.scheme-circle {
	display: flex;
	flex-wrap: wrap;
	width: 260px;
	position: relative;
	padding: 25px 30px;
	cursor: pointer;
	z-index: 0;
	margin-top: 1.5rem;
	min-height: 100px;
	transition:
		0.3s ease,
		overflow 0.1s linear 0.3s;
	box-sizing: border-box;
}

.scheme-circle:before {
	content: "";
	position: absolute;
	background-color: #f28a17;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 30px;
	z-index: -1;
}

.scheme-circle__icon {
	transition: 0.3s ease;
	width: 100%;
}

.scheme-circle__heading {
	transition: 0.3s ease;
}

.scheme-circle__heading u {
	text-decoration: none;
	border-bottom: 1px dashed;
}

.scheme-circle__text,
.scheme-circle__wrapper {
	width: 100%;
	z-index: 5;
	position: relative;
}

.scheme-circle__wrapper {
	top: 0;
	height: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

.scheme-circle__item {
	position: static;
	top: 0;
	left: 0;
	transition: 0.5s ease;
	width: 80vw;
	padding-right: 30px;
}

.scheme-circle__item--next {
	opacity: 0.5;
}

.scheme-circle__container-end .scheme-circle__item--next,
.scheme-circle__container-end .scheme-circle__item--next + .scheme-circle__item {
	opacity: unset;
}

.scheme-circle__bullets {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 40;
}

.scheme-circle__bullets .swiper-pagination-bullet {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background-color: #f08c07;
	transition: 0.3s;
	display: inline-block;
	margin: 4px;
}

.scheme-circle__bullets .swiper-pagination-bullet-active {
	transform: scale(1.666);
}

.floating-call {
	width: 65px;
	height: 65px;
	border-radius: 50%;
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 50;
	background-color: #0096aa;
	box-shadow: 0 19px 38px 0 rgba(34, 36, 43, 0.3);
}

.services-grid {
	position: relative;
	z-index: 1;
}

.services-grid__wrapper {
	display: flex;
	margin-right: -15px;
	margin-left: -15px;
	width: 9999px;
}

.services-grid__item,
.services-grid__item--tiny {
	width: 80vw;
	flex: 0 0 80vw;
}

.services-grid__item-content {
	background-color: #fff;
	margin-left: 15px;
	margin-right: 15px;
	padding: 15px 20px 70px 25px;
	border-radius: 15px;
	height: 100%;
	position: relative;
}

.services-grid__item-content .price {
	position: absolute;
	right: 25px;
	bottom: 15px;
	font-size: 24px;
	font-weight: bold;
}

.services-grid__pagination {
	display: flex;
	padding-left: calc(50% - 20px);
	margin: 0 -15px;
	padding-top: 20px;
	padding-bottom: 20px;
	transition: 0.3s;
}

.services-grid__pagination .swiper-pagination-bullet {
	width: 25px;
	height: 25px;
	flex: 0 0 25px;
	border-radius: 50%;
	overflow: hidden;
	padding: 0;
	background: transparent;
	border: 1px solid transparent;
	box-sizing: border-box;
	transition: 0.3s ease;
	margin: 0 5px;
}

.services-grid__pagination .swiper-pagination-bullet:focus {
	outline: none;
}

.services-grid__pagination .swiper-pagination-bullet-active {
	transform: scale(1.8);
	border-color: #f08c07;
	margin: 0 10px;
}

.hero-new {
	position: relative;
	overflow: hidden;
	margin-bottom: -100px;
	display: flex;
	flex-direction: column;
	min-height: 700px;
	padding-bottom: 70px;
}

.hero-new--fullsize {
	padding-bottom: 100px;
}

.hero-new--dark {
	color: #fff;
	background-color: #0d1012;
}

.hero-new__image {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-5%, 20%);
	text-align: center;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.hero-new__image--circle {
	border-radius: 50%;
	overflow: hidden;
	top: 0;
	height: auto;
	bottom: auto;
}

.hero-new__image-wrapper {
	position: absolute;
	width: 100%;
	top: 0;
	display: flex;
	align-items: flex-end;
}

.hero-new__image img {
	max-width: none;
	vertical-align: bottom;
}

.hero-new__image--protez {
	transform: translate(-5%, 40%);
	width: 90%;
}

.hero-new__image--ortodont,
.hero-new__image--smile,
.hero-new__image--therapy {
	position: relative;
	transform: none;
	left: 0;
}

.hero-new__image--hygiene {
	transform: translate(15%, 10%);
	width: 90%;
}

.hero-new__image--cleaning {
	transform: translate(15%, 40%);
	width: 90%;
}

.hero-new__image--kapa {
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 0;
	transform: translate(-5%, 20%);
	text-align: center;
	width: 100%;
}

.hero-new__image--veneers {
	transform: translate(5%, 20%);
	display: none;
}

.hero-new__image--clasp {
	height: auto;
	transform: translateY(20%);
}

.hero-new__image--clasp .hero-new__image-wrapper {
	top: auto;
	bottom: 0;
}

.hero-new__image--queen {
	height: auto;
	transform: translateY(40%);
}

.hero-new__image--whitening {
	position: static;
	text-align: center;
	width: 100%;
	transform: translate(0);
}

.hero-new__image--coop,
.hero-new__image--implant {
	transform: translate(5%);
}

.hero-new__image--surgery {
	position: relative;
	transform: none;
	left: 0;
}

.hero-new__image--surgery:before {
	padding-top: 80%;
}

.hero-new__content-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-grow: 1;
}

.hero-new__content {
	position: relative;
	z-index: 1;
	padding-top: 10px;
}

.hero-new .wrapper {
	width: 100%;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.form-block-doctor {
	position: relative;
	overflow: hidden;
	padding-top: 40px;
	border-radius: 15px;
	margin: 0 -15px;
}

.form-block-doctor__form {
	background-color: #f2f2f2;
	padding-top: 45px;
	padding-bottom: 50px;
	position: relative;
	pointer-events: auto;
}

.form-block-doctor__form-content {
	position: relative;
	z-index: 1;
	margin-left: 15px;
	margin-right: 15px;
}

.form-block-doctor__doctor {
	display: none;
}

.form-block-action {
	position: relative;
	overflow: hidden;
	padding-top: 40px;
	border-radius: 15px;
	margin: 0 -15px;
}

.form-block-action__form {
	background-color: #f2f2f2;
	position: relative;
	pointer-events: auto;
	padding: 45px 15px 50px;
}

.form-block-action__form-content {
	position: relative;
	z-index: 1;
	margin-left: 15px;
	margin-right: 15px;
}

.form-block-action__heading {
	margin-top: 0;
	font-weight: 500;
}

.form-block-action__price-wrap {
	display: inline-flex;
	align-items: baseline;
	flex-wrap: wrap;
	flex-direction: column;
}

.form-block-action__price {
	font-size: 3.5rem;
	line-height: 1;
	margin-right: 15px;
}

.form-block-action__price-old {
	font-size: 2.45rem;
	color: #7f7f7f;
	line-height: 1;
}

.typing__placeholder {
	display: block;
	color: transparent;
	pointer-events: none;
}

.typing__wrapper {
	position: absolute;
	display: block;
}

.typing .wrap {
	border-right: 0.08em solid;
}

.compare-hero {
	position: relative;
	height: 100%;
	min-height: 1200px;
}

.compare-hero__item {
	position: absolute;
}

.compare-hero__item:first-child {
	position: relative;
	left: 0;
	width: 100%;
}

.compare-hero__item:last-child {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	-webkit-animation: compare 5s infinite;
	animation: compare 5s infinite;
	transition: 0.1s ease;
	overflow: hidden;
	left: auto;
}

.compare-hero__item:last-child:after {
	display: block;
	content: "";
	width: 2px;
	position: absolute;
	background-color: #fff;
	top: 37.5%;
	height: 65px;
}

.compare-hero img {
	float: right;
}

@-webkit-keyframes compare {
	0% {
		width: 38%;
	}

	50% {
		width: 58%;
	}

	to {
		width: 38%;
	}
}

@keyframes compare {
	0% {
		width: 38%;
	}

	50% {
		width: 58%;
	}

	to {
		width: 38%;
	}
}

.jelly-wrapper {
	position: relative;
	margin-bottom: 100px;
	margin-top: 100px;
}

.jelly-wrapper > .jelly,
.jelly-wrapper canvas {
	position: absolute;
	left: 50%;
	top: -100px;
	transform: translate(-50%);
	max-width: 100%;
	height: auto;
	z-index: -1;
}

.jelly-wrapper canvas {
	max-width: none;
	width: auto;
	min-height: 100%;
	max-height: calc(100% + 380px);
	top: -150px;
}

.jelly-wrapper > .jelly {
	display: none;
}

.jelly-wrapper--tiny canvas {
	max-height: calc(100% + 200px);
	top: -100px;
}

.diagram-year,
.diagram-year > * {
	position: relative;
}

.diagram-year > * {
	z-index: 2;
}

.diagram-year__year {
	text-align: center;
	line-height: 0.8;
	color: #d6e0e2;
	font-weight: 700;
	font-family:
		Ubuntu,
		-apple-system,
		BlinkMacSystemFont,
		Segoe UI,
		Roboto,
		Oxygen-Sans,
		Cantarell,
		Helvetica Neue,
		sans-serif;
	font-size: 35vw;
	z-index: 1;
	width: 100%;
	position: absolute !important;
	left: 0;
	top: 0;
}

.diagram-year__icon-wrapper {
	display: flex;
	align-items: center;
	margin-top: 40px;
}

.diagram-year__icon {
	flex: 0 0 80px;
}

.diagram-year__icon--primary {
	fill: #0096aa;
}

.diagram-year__icon--secondary {
	fill: #f08c07;
}

.diagram-year__wrapper {
	padding-top: 50px;
}

.diagram-legend {
	display: flex;
	flex-wrap: wrap;
}

.diagram-legend__item {
	margin-top: 1.5rem;
	padding-left: 30px;
	flex: 0 0 100%;
}

.diagram-legend__count {
	position: relative;
	display: inline;
}

.diagram-legend__count-number:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	position: absolute;
	top: calc(0.5em - 5px);
	left: -20px;
	background-color: var(--pt-color);
}

.diagram-legend__item p {
	display: inline;
	margin-top: 0;
	line-height: 1.3;
}

.diagram-legend__count {
	font-weight: 500;
}

.diagram-legend__count-number {
	line-height: 1;
	font-family:
		Ubuntu,
		-apple-system,
		BlinkMacSystemFont,
		Segoe UI,
		Roboto,
		Oxygen-Sans,
		Cantarell,
		Helvetica Neue,
		sans-serif;
}

.signboard {
	position: relative;
}

.signboard__text {
	color: #d4dee4;
	margin-top: 0;
	line-height: 1;
	text-transform: uppercase;
	font-size: 5rem;
}

.ig {
	background-color: #fff;
	border-radius: 60px;
	padding: 40px 15px 60px;
}

.ig__logo,
.ig__logo svg {
	max-width: 100%;
	height: auto;
}

.ig__wrap {
	margin-left: -15px;
	margin-right: -15px;
	display: flex;
	flex-wrap: wrap;
}

.ig__item {
	padding: 15px;
	width: 50%;
}

.smile-case {
	position: relative;
	padding-top: 2.5rem;
	padding-bottom: 5rem;
}

.smile-case:before {
	content: "случай";
	text-transform: uppercase;
	font-size: 16.6666vw;
	color: #d4dde4;
	font-weight: 700;
	font-family:
		Ubuntu,
		-apple-system,
		BlinkMacSystemFont,
		Segoe UI,
		Roboto,
		Oxygen-Sans,
		Cantarell,
		Helvetica Neue,
		sans-serif;
	letter-spacing: 0.1em;
	position: absolute;
	top: 0;
	left: 0;
}

.smile-case__old {
	padding-top: 5rem;
	position: relative;
	display: inline-block;
	margin-bottom: 4rem;
}

.smile-case__old:before {
	content: "";
	position: absolute;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='105' height='34' viewBox='0 0 105.07 33.96'%3E%3Cpath fill='%23f08c07' d='M104.4 0c-5.73 4.26-18 2.47-18.13 2.45l-.15.99c.42.06 8.48 1.25 14.77-.66C61.21 32.76.63 32.94 0 32.96v1h.01c1 0 61.9-.3 101.72-30.56a49.93 49.93 0 00-6.11 13.54l.97.25c.03-.1 2.73-10.16 8.49-16.45L104.4 0z'/%3E%3C/svg%3E");
	width: 105px;
	height: 34px;
	z-index: 10;
	transform: scaleY(-1) rotate(-90deg);
	left: 70%;
	top: 100%;
}

.smile-case__new-wrapper {
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
}

.smile-case__new {
	display: inline-block;
}

.smile-case__bubble {
	background-color: rgba(0, 150, 170, 0.9);
	border-radius: 50%;
	width: 283px;
	height: 283px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
	font-size: 0.9rem;
	text-align: center;
	padding: 10% 5%;
	bottom: 0;
	margin-top: -20%;
	position: relative;
}

.cases-curved-thumb {
	position: relative;
}

.cases-curved-thumb__wrapper {
	display: flex;
	max-width: 9999px;
}

.cases-curved-thumb__slide {
	flex: 0 0 auto;
	margin-left: 22px;
	margin-right: 22px;
}

.cases-curved-thumb__slide:hover {
	cursor: pointer;
}

.cases-curved-thumb__image {
	width: 160px;
	position: relative;
	border-radius: 50%;
	overflow: hidden;
}

.cases-curved-thumb__image:before {
	content: "";
	display: block;
	height: 0;
	padding-top: 100%;
	width: 100%;
	background-color: #dee5eb;
	transition: background-color 0.3s;
}

.cases-curved-thumb__slide--active .cases-curved-thumb__image:before,
.cases-curved-thumb__slide:hover .cases-curved-thumb__image:before {
	background-color: #a3b2bf;
}

.cases-curved-thumb__image img {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%);
}

.cases-curved-main {
	position: relative;
}

.cases-curved-main__wrapper {
	display: flex;
	max-width: 9999px;
}

.cases-curved-main__slide {
	display: flex;
	flex: 0 0 100%;
	height: 100%;
	flex-direction: column;
}

.cases-curved-main__slide:not(.cases-curved-main__slide--active) {
	pointer-events: none;
}

.cases-curved-main__slide:not(:first-child) {
	position: absolute;
	top: 0;
	left: 0;
}

.cases-curved-main__slide--active .cases-curved-main__image,
.cases-curved-main__slide--active .cases-curved-main__text-wrapper {
	opacity: 1;
	transform: translate(0);
	visibility: visible;
	transition: 0.3s;
}

.cases-curved-main__text-wrapper {
	transition:
		opacity 0.3s ease,
		transform 0.3s ease 0.2s;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translate(-50%);
	opacity: 0;
}

.cases-curved-main__text {
	max-width: 350px;
	position: relative;
	display: inline-block;
}

.cases-curved-main__text:before {
	content: "";
	display: block;
	width: 150%;
	height: 150%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -5%);
	background-image: url(/local/build/images/curved-paint.4bc61a5d.png);
	background-size: 100% 100%;
	z-index: -1;
}

.cases-curved-main__image {
	transition:
		opacity 0.3s ease,
		transform 0.3s ease 0.2s;
	transform: translate(50%);
	opacity: 0;
}

.price-dotted {
	width: 100%;
}

.price-dotted td {
	padding-top: 5px;
}

.price-dotted__h-row td,
.price-dotted td:only-child {
	padding-top: 20px;
}

.price-dotted td:last-child:not(:only-child) {
	min-width: 6ch;
}

.price-dotted td:first-child:not(:only-child) {
	background-repeat: repeat-x;
	background-position: 100% 70%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='4'%3E%3Cpath fill='%23bbc1c6' fill-rule='evenodd' d='M1.69 2.8a1.08 1.08 0 00.83.3 1.11 1.11 0 00.84-.3 1.05 1.05 0 00.3-.75 1.1 1.1 0 00-.3-.78 1.1 1.1 0 00-.84-.31 1.06 1.06 0 00-.83.31 1.13 1.13 0 00-.28.78 1.07 1.07 0 00.28.75z' data-name='.'/%3E%3C/svg%3E");
}

.price-dotted td:first-child:not(:only-child) span {
	background-color: var(--bg);
}

[aria-label][role~="tooltip"] {
	position: relative;
}

[aria-label][role~="tooltip"]:after,
[aria-label][role~="tooltip"]:before {
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: transform;
	opacity: 0;
	pointer-events: none;
	transition: all var(--microtip-transition-duration, 0.18s) var(--microtip-transition-easing, ease-in-out)
		var(--microtip-transition-delay, 0s);
	position: absolute;
	box-sizing: border-box;
	z-index: 10;
	transform-origin: top;
}

[aria-label][role~="tooltip"]:before {
	background-size: 100% auto !important;
	content: "";
}

[aria-label][role~="tooltip"]:after {
	background: #f2daba;
	border-radius: 4px;
	color: #000;
	content: attr(aria-label);
	font-size: var(--microtip-font-size, 13px);
	font-weight: var(--microtip-font-weight, normal);
	text-transform: var(--microtip-text-transform, none);
	padding: 22px 25px 22px 20px;
	white-space: normal;
	box-sizing: content-box;
	text-align: left;
	border-radius: 10px;
}

[aria-label][role~="tooltip"]:focus:after,
[aria-label][role~="tooltip"]:focus:before,
[aria-label][role~="tooltip"]:hover:after,
[aria-label][role~="tooltip"]:hover:before {
	opacity: 1;
	pointer-events: auto;
}

[role~="tooltip"][data-microtip-position|="top"]:before {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='12'%3E%3Cpath fill='%23F2DABA' d='M2.658 0h32.004c-6 0-11.627 12.002-16.002 12.002C14.285 12.002 8.594 0 2.658 0z'/%3E%3C/svg%3E")
		no-repeat;
	height: 6px;
	width: 18px;
	margin-bottom: 5px;
}

[role~="tooltip"][data-microtip-position|="top"]:after {
	margin-bottom: 11px;
}

[role~="tooltip"][data-microtip-position|="top"]:before {
	transform: translate3d(-50%, 0, 0);
	bottom: 100%;
	left: 50%;
}

[role~="tooltip"][data-microtip-position|="top"]:hover:before {
	transform: translate3d(-50%, -5px, 0);
}

[role~="tooltip"][data-microtip-position|="top"]:after {
	transform: translate3d(-50%, 0, 0);
	bottom: 100%;
	left: 50%;
}

[role~="tooltip"][data-microtip-position="top"]:hover:after {
	transform: translate3d(-50%, -5px, 0);
}

[role~="tooltip"][data-microtip-position="top-left"]:after {
	transform: translate3d(calc(-100% + 16px), 0, 0);
	bottom: 100%;
}

[role~="tooltip"][data-microtip-position="top-left"]:hover:after {
	transform: translate3d(calc(-100% + 16px), -5px, 0);
}

[role~="tooltip"][data-microtip-position="top-right"]:after {
	transform: translate3d(-16px, 0, 0);
	bottom: 100%;
}

[role~="tooltip"][data-microtip-position="top-right"]:hover:after {
	transform: translate3d(-16px, -5px, 0);
}

[role~="tooltip"][data-microtip-position|="bottom"]:before {
	background-color: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='12'%3E%3Cpath fill='%23F2DABA' d='M33.342 12H1.338c6 0 11.627-12.002 16.002-12.002C21.715-.002 27.406 12 33.342 12z'/%3E%3C/svg%3E")
		no-repeat;
	height: 6px;
	width: 18px;
	margin-top: 5px;
	margin-bottom: 0;
}

[role~="tooltip"][data-microtip-position|="bottom"]:after {
	margin-top: 11px;
}

[role~="tooltip"][data-microtip-position|="bottom"]:before {
	transform: translate3d(-50%, -10px, 0);
	bottom: auto;
	left: 50%;
	top: 100%;
}

[role~="tooltip"][data-microtip-position|="bottom"]:hover:before {
	transform: translate3d(-50%, 0, 0);
}

[role~="tooltip"][data-microtip-position|="bottom"]:after {
	transform: translate3d(-50%, -10px, 0);
	top: 100%;
	left: 50%;
}

[role~="tooltip"][data-microtip-position="bottom"]:hover:after {
	transform: translate3d(-50%, 0, 0);
}

[role~="tooltip"][data-microtip-position="bottom-left"]:after {
	transform: translate3d(calc(-100% + 16px), -10px, 0);
	top: 100%;
}

[role~="tooltip"][data-microtip-position="bottom-left"]:hover:after {
	transform: translate3d(calc(-100% + 16px), 0, 0);
}

[role~="tooltip"][data-microtip-position="bottom-right"]:after {
	transform: translate3d(-16px, -10px, 0);
	top: 100%;
}

[role~="tooltip"][data-microtip-position="bottom-right"]:hover:after {
	transform: translate3d(-16px, 0, 0);
}

[role~="tooltip"][data-microtip-position="left"]:after,
[role~="tooltip"][data-microtip-position="left"]:before {
	bottom: auto;
	left: auto;
	right: 100%;
	top: 50%;
	transform: translate3d(10px, -50%, 0);
}

[role~="tooltip"][data-microtip-position="left"]:before {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='36'%3E%3Cpath fill='%23F2DABA' d='M0 33.342V1.338c0 6 12.002 11.627 12.002 16.002C12.002 21.715 0 27.406 0 33.342z'/%3E%3C/svg%3E")
		no-repeat;
	height: 18px;
	width: 6px;
	margin-right: 5px;
	margin-bottom: 0;
}

[role~="tooltip"][data-microtip-position="left"]:after {
	margin-right: 11px;
}

[role~="tooltip"][data-microtip-position="left"]:hover:after,
[role~="tooltip"][data-microtip-position="left"]:hover:before {
	transform: translate3d(0, -50%, 0);
}

[role~="tooltip"][data-microtip-position="right"]:after,
[role~="tooltip"][data-microtip-position="right"]:before {
	bottom: auto;
	left: 100%;
	top: 50%;
	transform: translate3d(-10px, -50%, 0);
}

[role~="tooltip"][data-microtip-position="right"]:before {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='36'%3E%3Cpath fill='%23F2DABA' d='M12 2.658v32.004c0-6-12.002-11.627-12.002-16.002C-.002 14.285 12 8.594 12 2.658z'/%3E%3C/svg%3E")
		no-repeat;
	height: 18px;
	width: 6px;
	margin-bottom: 0;
	margin-left: 5px;
}

[role~="tooltip"][data-microtip-position="right"]:after {
	margin-left: 11px;
}

[role~="tooltip"][data-microtip-position="right"]:hover:after,
[role~="tooltip"][data-microtip-position="right"]:hover:before {
	transform: translate3d(0, -50%, 0);
}

[role~="tooltip"][data-microtip-size="small"]:after {
	white-space: normal;
	width: 80px;
}

[role~="tooltip"][data-microtip-size="medium"]:after {
	white-space: normal;
	width: 150px;
}

[role~="tooltip"][data-microtip-size="large"]:after {
	white-space: normal;
	width: 260px;
}

.health-form {
	overflow: hidden;
	margin-bottom: 70px;
}

.health-form__container {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: flex-end;
	flex-direction: column;
}

.health-form__img-container {
	flex: 0 0 auto;
	min-width: 1px;
	width: 100%;
	position: relative;
}

.health-form__img-container picture {
	float: right;
}

.health-form__img-container img {
	max-width: 108%;
	position: relative;
	left: 50%;
	transform: translate(-50%);
}

.health-form__img-container:before {
	content: "";
	bottom: 0;
	width: 100%;
	position: absolute;
	display: block;
	background-color: #f5f5f5;
	left: 0;
	height: 90%;
}

.health-form__content {
	position: relative;
	padding: 44px 15px 0;
}

.health-form__description {
	margin-top: 22px;
}

.health-form__description p:not(:first-child) {
	margin-top: 1.14em;
}

.health-form__list {
	list-style: none;
	padding: 0;
}

.health-form__list-item {
	position: relative;
	padding-left: 30px;
}

.health-form__list-item:before {
	content: "";
	display: block;
	position: absolute;
	left: 10px;
	top: 0.6888em;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #1696a9;
}

.health-form__list-item:not(:first-child) {
	margin-top: 1.14em;
}

.health-form__disclaimer {
	padding-left: 30px;
	position: relative;
	color: #ec9240;
}

.health-form__disclaimer:before {
	content: "";
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Crect width='20' height='20' fill='%23EC9240' rx='10'/%3E%3Crect width='2.1' height='5.6' x='9.2' y='5.6' fill='%23fff' rx='1'/%3E%3Crect width='2.1' height='2.1' x='9.2' y='12.3' fill='%23fff' rx='1'/%3E%3C/svg%3E");
	width: 20px;
	height: 20px;
	display: block;
	left: 0;
	top: 0.3em;
	position: absolute;
	background-size: 100%;
}

.content-gray {
	background-color: #eff8f9;
	padding: 33px 15px 30px;
	margin: 70px -15px;
}

.content-gray > :first-child {
	margin-top: 0;
}

.law-documents {
	margin-top: 70px;
	margin-bottom: 70px;
}

.law-documents__item {
	margin-top: 55px;
}

.law-document__name {
	margin-top: 28px;
	margin-bottom: 22px;
}

.law-document__btn {
	margin-top: 15px;
}

.law-document__more-content {
	max-height: var(--maxh);
	transition: 0.3s;
	overflow: hidden;
}

.law-document__more-content--hidden {
	max-height: 0;
}

.law-document__more-content--hidden ~ .law-document__less,
.law-document__more-content:not(.law-document__more-content--hidden) ~ .law-document__more {
	display: none;
}

.bg-index {
	background-color: #e3eaf0;
}

.page_index .content {
	padding: 0;
}

.index-main-slider-v2 {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-bottom: 3rem;
}

.index-main-slider-v2__wrapper {
	display: flex;
	flex-wrap: nowrap;
	max-width: 9999px;
}

.index-main-slider-v2__slide {
	flex: 0 0 auto;
	width: 100%;
	padding-top: 125px;
	background-size: cover;
	background-position: 50%;
	overflow: hidden;
	max-height: 800px;
}

.layout.bg-index .index-main-slider-v2__slide {
	padding-top: 167px;
}

@media (max-width: 1199px) {
	.layout.bg-index .index-main-slider-v2__slide {
		padding-top: 100px;
	}
}

.index-main-slider-v2__content {
	display: block;
	padding-top: 0;
	font-size: 0.875rem;
	position: relative;
	line-height: 1.25;
	width: 100%;
	z-index: 2;
}

.index-main-slider-v2__heading {
	font-size: 1.6875rem;
	line-height: 1.07;
	font-weight: 700;
	margin-bottom: 0.5rem;
	font-family:
		Ubuntu,
		-apple-system,
		BlinkMacSystemFont,
		Segoe UI,
		Roboto,
		Oxygen-Sans,
		Cantarell,
		Helvetica Neue,
		sans-serif;
}

.index-main-slider-v2__heading sub,
.index-main-slider-v2__heading sup {
	font-size: 0.5em;
}

.index-main-slider-v2__text {
	font-family:
		Ubuntu,
		-apple-system,
		BlinkMacSystemFont,
		Segoe UI,
		Roboto,
		Oxygen-Sans,
		Cantarell,
		Helvetica Neue,
		sans-serif;
	font-weight: 400;
}

.index-main-slider-v2__image {
	max-height: 350px;
}

@supports (width: min(10px, 5vw)) {
	.index-main-slider-v2__btn {
		padding-left: max(5%, 20px);
		padding-right: max(5%, 20px);
	}
}

.index-main-slider-v2__wrap {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.index-main-slider-v2__image {
	flex-grow: 1;
	margin-top: -45px;
}

.index-main-slider-v2__bullets {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
}

.index-main-slider-v2__bullets .swiper-pagination-bullet {
	display: block;
	flex: 0 0 50px;
	width: 50px;
	height: 10px;
	border-radius: 5px;
	margin: 0 5px;
	transition: 0.3s ease;
	-webkit-animation: fadeIn 0.5s;
	animation: fadeIn 0.5s;
	border: 1px solid rgba(0, 150, 170, 0.5);
	position: relative;
}

.index-main-slider-v2__bullets .swiper-pagination-bullet:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 150, 170, 0.5);
	transform-origin: left center;
}

.index-main-slider-v2__bullets .swiper-pagination-bullet-active {
	border-color: #0096aa;
}

.index-main-slider-v2__bullets .swiper-pagination-bullet-active:before {
	background-color: #0096aa;
	transform: scaleX(var(--w, 1));
}

.index-slide {
	min-height: 600px;
	position: relative;
	padding-bottom: 150px;
}

.index-slide__content {
	font-family:
		Ubuntu,
		-apple-system,
		BlinkMacSystemFont,
		Segoe UI,
		Roboto,
		Oxygen-Sans,
		Cantarell,
		Helvetica Neue,
		sans-serif;
	font-weight: 500;
	position: relative;
	z-index: 1;
	padding-top: 280px;
}

.index-slide__heading {
	word-wrap: break-word;
	line-height: 1.1;
	font-size: 2.1rem;
}

.index-slide__heading .rub {
	line-height: 0.9em;
}

.index-slide__text {
	font-size: 1.3rem;
}

.index-slide__image {
	position: absolute;
	top: 0;
	left: 0;
}

.index-slide__image img {
	position: relative;
	max-width: 200%;
	left: 50%;
	transform: translate(-50%);
	-webkit-mask: linear-gradient(0deg, transparent 0, #000 15%);
	mask: linear-gradient(0deg, transparent 0, #000 15%);
}

.index-about {
	position: relative;
}

.index-about__title {
	font-size: 20vw;
	font-family:
		Ubuntu,
		-apple-system,
		BlinkMacSystemFont,
		Segoe UI,
		Roboto,
		Oxygen-Sans,
		Cantarell,
		Helvetica Neue,
		sans-serif;
	text-transform: uppercase;
	color: #d3dce4;
	white-space: nowrap;
	position: absolute;
	text-align: center;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	line-height: 0.6em;
	font-weight: 700;
}

.index-cases {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto auto auto;
	grid-template-areas: "h" "ph" "t";
}

.index-cases__picture {
	grid-area: ph;
}

.index-cases__heading {
	grid-area: h;
	padding-top: 40px;
}

.index-cases__link {
	grid-area: t;
	align-self: end;
	padding-bottom: 95px;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.index-count {
	position: relative;
	padding-top: 6.5rem;
}

.index-count__number {
	font-size: 15rem;
	font-weight: 700;
	font-family:
		Ubuntu,
		-apple-system,
		BlinkMacSystemFont,
		Segoe UI,
		Roboto,
		Oxygen-Sans,
		Cantarell,
		Helvetica Neue,
		sans-serif;
	color: #d3dce4;
	display: block;
	width: 100%;
	position: absolute;
	z-index: -1;
	top: 0;
	text-align: center;
	line-height: 1;
}

.contacts-form {
	max-width: 600px;
}

.doctor {
	margin-top: 30px;
	overflow: hidden;
}

.doctor__title {
	position: relative;
	margin: 0;
	font-size: 4.5rem;
	line-height: 1.1;
	z-index: 3;
	word-wrap: normal;
}

.doctor__info {
	max-width: 500px;
	margin-top: 60px;
	min-height: 550px;
}

.doctor__photo {
	position: relative;
	width: 600px;
}

.doctor__photo img {
	position: relative;
	z-index: 1;
	vertical-align: bottom;
}

.doctor__photo:after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 60%;
	background-image: linear-gradient(
		0deg,
		#fff,
		hsla(0, 0%, 100%, 0.98032) 10.79%,
		hsla(0, 0%, 100%, 0.92593) 21.99%,
		hsla(0, 0%, 100%, 0.84375) 33.34%,
		hsla(0, 0%, 100%, 0.74074) 44.59%,
		hsla(0, 0%, 100%, 0.62384) 55.48%,
		hsla(0, 0%, 100%, 0.5) 65.75%,
		hsla(0, 0%, 100%, 0.37616) 75.14%,
		hsla(0, 0%, 100%, 0.25926) 83.41%,
		hsla(0, 0%, 100%, 0.15625) 90.28%,
		hsla(0, 0%, 100%, 0.07407) 95.51%,
		hsla(0, 0%, 100%, 0.01968) 98.83%,
		hsla(0, 0%, 100%, 0)
	);
	content: "";
	z-index: 1;
}

.doctor__photo-img {
	max-height: calc(100vh - 30px);
	overflow: hidden;
	padding-top: 60px;
}

.doctor__shine {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	transform: translateX(-50%) translateY(-50%);
	background-image: radial-gradient(#0096aa, rgba(0, 150, 170, 0.5) 40%, transparent 70%);
	background-repeat: no-repeat;
	background-position: 50%;
	opacity: 0.3;
}

.doctor__shine:before {
	display: block;
	padding-top: 100%;
	content: "";
}

.doctor__certificate img {
	box-shadow: 0 10px 18px -9px rgba(53, 53, 53, 0.6);
}

.doctor__review {
	padding: 20px;
	background-color: #f7f7f7;
}

.doctor__equipment {
	margin-top: 35px;
}

.doctors-page {
	overflow: hidden;
	margin-top: -130px;
}

.doctors-page__slider {
	position: relative;
	overflow: hidden;
}

.doctors-page__slider-bg {
	vertical-align: bottom;
	width: 100%;
	max-height: 850px;
	font-family: "object-fit:cover;object-position:center";
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.doctors-page__slider-list {
	position: relative;
}

.doctors-page__slider-list:before {
	position: absolute;
	bottom: 100%;
	left: -100%;
	right: -100%;
	height: 850px;
	content: "";
}

.doctors-page__slides {
	display: flex;
	position: relative;
}

.doctors-page__slide {
	position: relative;
	flex: 0 0 370px;
	max-width: 370px;
	padding-top: 20px;
	padding-right: 80px;
	font-size: 0.8rem;
}

.doctors-page__slide-photo {
	position: absolute;
	max-width: none;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%) translate3d(-60px, 0, 0);
	transition: transform 0.3s;
	transform-origin: 50% 100%;
}

.doctors-page__slide.swiper-slide-next .doctors-page__slide-photo {
	transform: translateX(-50%) translate3d(30px, 0, 0);
}

.doctors-page__slide.swiper-slide-prev .doctors-page__slide-photo {
	transform: translateX(-50%) translate3d(-30px, 0, 0);
}

.doctors-page__slide.swiper-slide-active .doctors-page__slide-photo {
	transform: translateX(-50%) translateZ(0);
}

.doctors-page__slide.swiper-slide-active ~ .doctors-page__slide .doctors-page__slide-photo {
	transform: translateX(-50%) translate3d(-60px, 0, 0);
}

.doctors-page__scrollbar {
	position: absolute;
	left: 0;
	right: 0;
	height: 10px;
	border-radius: 5px;
	bottom: calc(100% + 20px);
	background-color: #fff;
}

.doctors-page__scrollbar .swiper-scrollbar-drag {
	position: relative;
	height: 10px;
	border-radius: 5px;
	background-color: #f08c07;
}

.doctors-page__content {
	margin-top: 40px;
}

.doctors-page__department {
	background-color: #f5f5f5;
	padding: 30px;
	border-radius: 10px;
}

.doctors-page__bubble--assistants {
	transform: translate(-230px, 170px);
}

.doctors-page__bubble--tooth {
	transform: translate(185px, -200px);
}

.doctors-page__bubble--office {
	transform: translate(165px, 195px);
}

.doctors-page__bubble--employees {
	transform: translate(355px, 130px);
}

.doctors-page__bubble--admins {
	transform: translate(495px, -10px);
}

.doctors-page__bubble--managers {
	transform: translate(-150px, -160px);
}

.doctors-page__bubble--roentgen {
	transform: translate(-50px, 340px);
}

.doctors-page__bubble-number {
	line-height: 1;
	font-weight: 100;
	z-index: 1;
}

.doctors-page__bubble-label {
	position: absolute;
	line-height: 1.2;
	font-size: 20px;
	font-weight: 300;
}

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

.reviews-list__item:not(:first-child) {
	margin-top: 50px;
}

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

.department__short {
	margin-top: 20px;
	max-width: 600px;
}

.department__bg {
	position: absolute;
	top: 0;
	transform: translateX(-100px);
	z-index: -1;
}

.faq__review {
	padding: 20px;
	background-color: #f7f7f7;
}

.faq-title + .faq {
	margin-top: 40px;
}

.faq-cite {
	position: relative;
	font-size: 0.8rem;
	text-align: left;
	padding: 8px 10px 15px 15px;
	background-color: #e7d7c2;
	height: 100%;
}

.faq-cite:after {
	content: "";
	display: block;
	width: 100%;
	height: 60%;
	background-image: linear-gradient(
		180deg,
		rgba(231, 215, 194, 0),
		rgba(231, 215, 194, 0.04068) 5.79%,
		rgba(231, 215, 194, 0.1088) 10.88%,
		rgba(231, 215, 194, 0.19844) 15.63%,
		rgba(231, 215, 194, 0.3037) 20.37%,
		rgba(231, 215, 194, 0.41869) 25.46%,
		rgba(231, 215, 194, 0.5375) 31.25%,
		rgba(231, 215, 194, 0.65422) 38.08%,
		rgba(231, 215, 194, 0.76296) 46.3%,
		rgba(231, 215, 194, 0.85781) 56.25%,
		rgba(231, 215, 194, 0.93287) 68.29%,
		rgba(231, 215, 194, 0.98223) 82.75%,
		#e7d7c2
	);
	position: absolute;
	bottom: 0;
	left: 0;
}

.faq-cite__content {
	position: relative;
}

.faq-cite__content:before {
	content: "«";
	top: 0;
	right: 100%;
}

.faq-cite__content:after,
.faq-cite__content:before {
	position: absolute;
	font-size: 30px;
	line-height: 24px;
	font-weight: 500;
	transform: translateY(-10%);
}

.faq-cite__content:after {
	content: "»";
	bottom: 0;
	left: 100%;
}

.error-page {
	background-color: #25a2b3;
}

.error-page__layout {
	display: flex;
	min-height: 100vh;
	padding: 50px 0;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
}

.error-page__description {
	font-size: 1.5rem;
}

.error-page__number {
	margin-top: 100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.error-page__circle {
	flex: 0 0 auto;
	margin: 0 40px;
	width: 46.76259%;
	position: relative;
	overflow: hidden;
	border-radius: 50%;
	background-color: #fff;
}

.error-page__circle:before {
	padding-top: 100%;
	display: block;
	content: "";
}

.error-page__parallax {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.error-page__parallax-image {
	position: relative;
	height: 100%;
}

.error-page__parallax-image img {
	position: absolute;
	max-width: 900px;
	left: 50%;
	margin-left: 80px;
	bottom: 0;
	transform: translateX(-50%);
}

.about-grid {
	display: grid;
	height: 100%;
	max-width: 100vw;
	grid-template-columns: 58% 22% 20%;
	grid-template-rows: 37% 24% 35%;
	grid-gap: 10px 10px;
}

.about-grid__item {
	background-size: cover;
}

.about-grid__item--1 {
	grid-row: 1/4;
	background-image: url(/local/build/images/about_grid-1.82964db9.jpg);
}

.about-grid__item--2 {
	grid-row: 1/3;
	background-image: url(/local/build/images/v5lnnxsney1m5fzn6xhs4pjkm3hi0m0d.634b5e64.jpg);
}

.about-grid__item--3 {
	grid-row: 1/2;
	background-image: url(/local/build/images/9d0n8x4kye59x1pgszecpilam7jtwhpp.1af60e92.jpg);
	background-position: top;
}

.about-grid__item--4 {
	grid-row: 3/4;
	background-image: url(/local/build/images/osceqlcwxvwek04nvv49hgx2tmnvtx2r.afa5a77f.jpg);
	background-position: 50%;
}

.about-grid__item--5 {
	grid-row: 2/4;
	background-image: url(/local/build/images/about_grid-5.d2695cb3.jpg);
}

.about-achiemvment {
	overflow: hidden;
}

.about-achiemvment__wrapper {
	position: relative;
}

.about-achiemvment__wrapper:after,
.about-achiemvment__wrapper:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	height: 100%;
	background-color: #fff;
	width: 100vw;
	z-index: 1;
}

.about-achiemvment__list {
	display: flex;
	align-items: baseline;
	position: relative;
	flex-wrap: nowrap;
	touch-action: pan-y;
}

.about-achiemvment__button--left {
	left: 0;
}

.about-achiemvment__button--right {
	right: 0;
}

.about-achiemvment__wrapper:before {
	right: 100%;
}

.about-achiemvment__wrapper:after {
	left: 100%;
}

.about-achiemvment__year {
	font-size: 6rem;
}

.about-achiemvment__button {
	height: 6rem;
	box-sizing: content-box;
	padding: 20px 0;
}

.about-achiemvment__button:after {
	content: "";
	display: block;
	height: 200vh;
	width: 200px;
	position: absolute;
	top: -20%;
	z-index: -1;
}

.about-achiemvment__button--left:after {
	background-image: linear-gradient(
		270deg,
		hsla(0, 0%, 100%, 0),
		hsla(0, 0%, 100%, 0.04068) 5.79%,
		hsla(0, 0%, 100%, 0.1088) 10.88%,
		hsla(0, 0%, 100%, 0.19844) 15.63%,
		hsla(0, 0%, 100%, 0.3037) 20.37%,
		hsla(0, 0%, 100%, 0.41869) 25.46%,
		hsla(0, 0%, 100%, 0.5375) 31.25%,
		hsla(0, 0%, 100%, 0.65422) 38.08%,
		hsla(0, 0%, 100%, 0.76296) 46.3%,
		hsla(0, 0%, 100%, 0.85781) 56.25%,
		hsla(0, 0%, 100%, 0.93287) 68.29%,
		hsla(0, 0%, 100%, 0.98223) 82.75%,
		#fff
	);
	left: 0;
}

.about-achiemvment__button--right:after {
	background-image: linear-gradient(
		90deg,
		hsla(0, 0%, 100%, 0),
		hsla(0, 0%, 100%, 0.04068) 5.79%,
		hsla(0, 0%, 100%, 0.1088) 10.88%,
		hsla(0, 0%, 100%, 0.19844) 15.63%,
		hsla(0, 0%, 100%, 0.3037) 20.37%,
		hsla(0, 0%, 100%, 0.41869) 25.46%,
		hsla(0, 0%, 100%, 0.5375) 31.25%,
		hsla(0, 0%, 100%, 0.65422) 38.08%,
		hsla(0, 0%, 100%, 0.76296) 46.3%,
		hsla(0, 0%, 100%, 0.85781) 56.25%,
		hsla(0, 0%, 100%, 0.93287) 68.29%,
		hsla(0, 0%, 100%, 0.98223) 82.75%,
		#fff
	);
	right: 0;
}

.page_about .content {
	padding-top: 0;
}

.services-image-block {
	position: relative;
}

.services-image-block__img {
	position: absolute;
	right: 0;
	height: 100%;
	text-align: right;
	display: flex;
	align-items: flex-end;
}

.services-image-block__img img {
	max-height: 100%;
	width: auto;
}

.services-price-item {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}

.surgery-service__bg {
	position: relative;
	padding: 20px;
}

.surgery-service__bg:after {
	content: "";
	position: absolute;
	height: 200%;
	width: 100%;
	display: block;
	top: 50%;
	left: 50%;
	background-color: #f7f7f7;
	transform: translate(-50%, -50%);
	z-index: -1;
}

.surgery-service__item {
	display: flex;
	flex-direction: column;
}

.service-implant,
.service-protez {
	position: relative;
}

.service-protez-step__number {
	font-size: 3.75rem;
	margin-top: 0;
	font-weight: 100;
	line-height: 1;
}

.service-protez-cite {
	margin-left: -15px;
	margin-right: -15px;
	position: relative;
	margin-bottom: 3rem;
}

.service-protez-cite__content {
	position: relative;
	margin-top: -50px;
	z-index: 1;
	background-color: #eee5d9;
	padding: 30px 15px 38px;
}

.service-protez-side-block {
	position: relative;
	overflow: hidden;
	margin-left: -15px;
	margin-right: -15px;
}

.service-protez-side-block__content {
	position: relative;
	background-color: #f2f2f2;
	margin-top: -15px;
	padding: 40px 30px;
}

.service-roentgen {
	position: relative;
	overflow: hidden;
}

.service-roentgen:before {
	content: "";
	display: block;
	position: absolute;
	height: 120%;
	width: 100%;
	top: -10%;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	max-width: 1900px;
}

.service-kapa-type {
	margin-top: 50px;
}

.service-kapa-item {
	background-color: #fff;
	border-radius: 15px;
	padding: 20px 35px 40px 20px;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.service-kapa-item__desc {
	flex-grow: 1;
}

.service-kapa-item__price {
	font-size: 1.5rem;
	font-weight: 300;
}

.service-kapa-item picture {
	min-height: 200px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.service-smile-number {
	text-align: center;
}

.service-smile-number__big {
	margin-top: 2rem;
	line-height: 1;
	display: flex;
	font-size: 9rem;
	font-weight: 100;
	color: #f08c07;
}

.service-podbor-price {
	font-size: 5rem;
	line-height: 1;
}

.service-podbor-price--small {
	font-size: 2rem;
}

.service-clear-implant-price {
	line-height: 1;
	position: relative;
}

.service-clear-implant-price--big {
	font-size: 5rem;
	margin-top: 3rem;
}

.service-clear-implant-price:before {
	color: initial;
	content: attr(data-pseudo);
	position: absolute;
	bottom: 100%;
	text-align: left;
}

.patients-page {
	background-image: url(/local/build/images/patients_bg.330c88aa.png);
	background-size: contain;
	background-position: top;
	background-repeat: no-repeat;
}

.patients-page-number {
	color: #f08c07;
	text-align: center;
	font-size: 1.02rem;
}

.patients-page-number__big {
	font-size: 9rem;
	line-height: 0.7;
	font-weight: 100;
}

.patients-page-number__medium {
	font-size: 3.2rem;
	line-height: 0.7;
	margin-top: 0.3em;
	font-weight: 300;
}

.partnership-page {
	position: relative;
}

.cert-page__hero picture {
	display: block;
	max-height: 100%;
	margin: 0 auto;
	height: 100%;
}

.cert-page__hero img {
	font-family: "object-fit:contain";
	-o-object-fit: contain;
	object-fit: contain;
	height: 100%;
}

.vacancy-page__hero img {
	display: block;
	margin-top: -6%;
	margin-right: auto;
	margin-left: auto;
}

.vacancy-page__side-photo-wrapper {
	position: relative;
}

.vacancy-page__side-photo {
	padding: 15px;
}

.vacancy-page-years {
	color: #f08c07;
	font-size: 5rem;
	font-weight: 100;
}

.vacancy-page-years p {
	line-height: 0.8;
	margin-top: 0;
}

.vacancy-page-years__first {
	position: relative;
}

.vacancy-page-years__number {
	font-size: 2em;
}

.vacancy-page-years__svg {
	position: absolute;
	top: -90px;
	width: 150px;
	left: 230px;
}

.vacancies-grid-images {
	display: grid;
	width: 100%;
	height: 100%;
	grid-template-areas: "a-2xL7R-0 a-2xL7R-0 a-2xL7R-1 a-2xL7R-1 a-wVGKj-0 a-wVGKj-0" "a-XLNr6-1 a-XLNr6-1 a-XLNr6-1 a-XLNr6-4 a-XLNr6-4 a-XLNr6-4";
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: 40% 1fr;
	grid-gap: 10px;
}

.vacancies-grid-images div {
	position: relative;
	overflow: hidden;
}

.vacancies-grid-images img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	height: 100%;
	width: 100%;
	font-family: "object-fit:cover";
	-o-object-fit: cover;
	object-fit: cover;
}

.vacancies-grid-images__block-1 {
	grid-area: a-2xL7R-0;
}

.vacancies-grid-images__block-2 {
	grid-area: a-2xL7R-1;
}

.vacancies-grid-images__block-3 {
	grid-area: a-wVGKj-0;
}

.vacancies-grid-images__block-4 {
	grid-area: a-XLNr6-1;
}

.vacancies-grid-images__block-5 {
	grid-area: a-XLNr6-4;
}

.case,
.case__back {
	overflow: hidden;
}

.case__back {
	position: relative;
	z-index: 0;
	padding-top: 200px;
	margin-top: -450px;
}

.case__back svg {
	position: absolute;
	z-index: -1;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
}

.case__planing {
	position: relative;
}

.case__flying {
	margin-top: 2rem;
}

.case__result {
	margin-top: 4rem;
}

.case-hero {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 700px;
	padding-bottom: 70px;
}

.case-hero--fullsize {
	padding-bottom: 100px;
}

.case-hero__heading {
	margin-top: 0.5rem;
	font-size: 3rem;
	font-weight: 500;
	line-height: 1.16667em;
}

.case-hero__image {
	position: absolute;
	left: 0;
	top: 30px;
	z-index: 0;
	transform: translate(10%, 10%);
	text-align: center;
	width: 100%;
}

.case-hero__image--circle {
	border-radius: 50%;
	overflow: hidden;
}

.case-hero__image-wrapper {
	position: absolute;
	width: 100%;
	top: 0;
}

.case-hero__image img {
	max-width: none;
	vertical-align: bottom;
}

.case-hero__content-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-grow: 1;
}

.case-hero__content {
	position: relative;
	z-index: 1;
	padding-top: 40px;
}

.case-hero .wrapper {
	width: 100%;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.case-cite__doctor {
	position: relative;
	padding-top: 60px;
	display: inline-block;
}

.case-cite__doctor:before {
	content: "";
	display: block;
	position: absolute;
	width: 273px;
	height: 135px;
	left: 70%;
	top: 0;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='273' height='134.5'%3E%3Cpath fill='%2396acb6' d='M83.4 134.5l1.2-1.2c13.6-14 18.8-37.1 20.7-54.3C65.5 82.8 28.1 77.9 0 65.2l.4-.9C28.5 77 66 81.8 105.8 77.9l.6-.1-.1.6c-1.8 16.9-6.8 39.8-19.9 54.3 30.1-8 54.1-39 69.1-63.9l.1-.2.2-.1C205.3 55.1 247.7 30.1 272.2 0l.8.6c-24.6 30.3-67.1 55.4-116.7 69-15.4 25.4-40.2 57.2-71.3 64.5l-1.6.4z'/%3E%3C/svg%3E");
}

.case-cite__doctor-link {
	max-width: 250px;
	font-size: 0.875rem;
	display: flex;
	flex-direction: column;
	text-align: center;
	position: relative;
	z-index: 0;
}

.case-cite__doctor-link:before {
	content: "";
	position: absolute;
	display: block;
	pointer-events: none;
	width: 250%;
	height: 0;
	padding-top: 250%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-image: radial-gradient(
		300px at center,
		#f0f6f8,
		rgba(240, 246, 248, 0.98032) 9.99%,
		rgba(240, 246, 248, 0.92593) 19.07%,
		rgba(240, 246, 248, 0.84375) 27.44%,
		rgba(240, 246, 248, 0.74074) 35.26%,
		rgba(240, 246, 248, 0.62384) 42.72%,
		rgba(240, 246, 248, 0.5) 50%,
		rgba(240, 246, 248, 0.37616) 57.28%,
		rgba(240, 246, 248, 0.25926) 64.74%,
		rgba(240, 246, 248, 0.15625) 72.56%,
		rgba(240, 246, 248, 0.07407) 80.93%,
		rgba(240, 246, 248, 0.01968) 90.01%,
		rgba(240, 246, 248, 0)
	);
	z-index: -1;
}

.case-flying {
	overflow: hidden;
	margin-right: -15px;
	margin-left: -15px;
	position: relative;
}

.case-flying__wrapper {
	display: flex;
	width: 9999px;
	align-items: flex-start;
	transition-property: transform, height;
}

.case-flying__image {
	text-align: center;
}

.case-flying .swiper-pagination-bullets {
	display: flex;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 15px;
	justify-content: center;
}

.case-flying .swiper-pagination-bullet {
	flex: 0 0 8px;
	max-width: 8px;
	margin: 0 3px;
	height: 8px;
	border-radius: 50%;
	background-color: #fff;
}

.case-flying .swiper-pagination-bullet-active {
	background-color: transparent;
	box-shadow: 0 0 0 1px #fff;
}

.case-plan br {
	display: none;
}

.case-result__image {
	position: relative;
	padding-bottom: 100%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	border-radius: 50%;
}

.case-result__image img {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%, -50%);
	font-family: "object-fit:cover";
	-o-object-fit: cover;
	object-fit: cover;
}

.case-footer {
	position: relative;
	overflow: hidden;
}

.case-footer__pre {
	font-size: 1.3rem;
	line-height: 1.3;
}

.case-footer__image img {
	-webkit-mask: linear-gradient(
		0deg,
		hsla(0, 0%, 100%, 0) 0,
		hsla(0, 0%, 100%, 0.013) 0.81%,
		hsla(0, 0%, 100%, 0.049) 1.55%,
		hsla(0, 0%, 100%, 0.104) 2.25%,
		hsla(0, 0%, 100%, 0.175) 2.9%,
		hsla(0, 0%, 100%, 0.259) 3.53%,
		hsla(0, 0%, 100%, 0.352) 4.12%,
		hsla(0, 0%, 100%, 0.45) 4.71%,
		hsla(0, 0%, 100%, 0.55) 5.29%,
		hsla(0, 0%, 100%, 0.648) 5.88%,
		hsla(0, 0%, 100%, 0.741) 6.47%,
		hsla(0, 0%, 100%, 0.825) 7.1%,
		hsla(0, 0%, 100%, 0.896) 7.75%,
		hsla(0, 0%, 100%, 0.951) 8.45%,
		hsla(0, 0%, 100%, 0.987) 9.19%,
		#fff 10%
	);
	mask: linear-gradient(
		0deg,
		hsla(0, 0%, 100%, 0) 0,
		hsla(0, 0%, 100%, 0.013) 0.81%,
		hsla(0, 0%, 100%, 0.049) 1.55%,
		hsla(0, 0%, 100%, 0.104) 2.25%,
		hsla(0, 0%, 100%, 0.175) 2.9%,
		hsla(0, 0%, 100%, 0.259) 3.53%,
		hsla(0, 0%, 100%, 0.352) 4.12%,
		hsla(0, 0%, 100%, 0.45) 4.71%,
		hsla(0, 0%, 100%, 0.55) 5.29%,
		hsla(0, 0%, 100%, 0.648) 5.88%,
		hsla(0, 0%, 100%, 0.741) 6.47%,
		hsla(0, 0%, 100%, 0.825) 7.1%,
		hsla(0, 0%, 100%, 0.896) 7.75%,
		hsla(0, 0%, 100%, 0.951) 8.45%,
		hsla(0, 0%, 100%, 0.987) 9.19%,
		#fff 10%
	);
}

.case-footer__text {
	padding-top: 3rem;
	padding-bottom: 10rem;
}

.children-price {
	white-space: nowrap;
}

.body--children .content {
	padding: 0;
}

.body--children .main {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.children-hero {
	position: relative;
}

.children-hero__parallax {
	position: absolute;
	z-index: 0;
	height: 500px;
	width: 100%;
}

.children-hero__virus {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.children-hero__virus-img {
	position: absolute;
	top: 0;
	left: 0;
	transform: scale(0.3);
}

.children-hero__content {
	z-index: 10;
}

.children-hero__image {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	z-index: 0;
	text-align: right;
}

.children-hero__image img {
	max-height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	width: auto;
}

.children-hero__tooth {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	z-index: 0;
	text-align: right;
}

.children-hero__tooth img {
	max-height: 100%;
	position: absolute;
	top: auto;
	left: 50%;
	width: auto;
	bottom: -230px;
}

.children-hero__heading {
	margin-top: 0.5em;
}

.children-hero__bg {
	width: 100%;
	height: 120%;
}

.children-hero__bg:before {
	background-image: url(/local/build/images/children_bg.9f39a391.jpg);
	background-size: cover;
	width: 120%;
	height: 120%;
}

.children-hero__bg:after,
.children-hero__bg:before {
	content: "";
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}

.children-hero__bg:after {
	width: 150%;
	height: 150%;
	background-image: radial-gradient(350px at 60% 30%, rgba(91, 190, 210, 0.7) 0, rgba(91, 190, 210, 0) 100%);
	background-size: cover 1200px;
}

.children-hero--retarget {
	padding-bottom: 0 !important;
}

.children-hero__ret-price {
	font-weight: 300;
	font-size: 2rem;
}

.children-scheme,
.children-scheme__wrapper {
	position: relative;
}

.children-scheme__heading {
	position: relative;
	z-index: 3;
}

.children-scheme__image {
	display: none;
}

.children-scheme__image:before {
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	padding-top: 250%;
	width: 250%;
	height: 0;
	background-image: radial-gradient(100vw at 50% 50%, rgba(91, 190, 210, 0.7) 0, rgba(91, 190, 210, 0) 100%);
	transform: translate(-50%, -50%);
	z-index: 0;
}

.children-consult-shine,
.children-scheme__image img {
	position: relative;
}

.children-consult-shine:before {
	content: "";
	display: block;
	position: absolute;
	top: 80%;
	left: 50%;
	width: 250%;
	padding-top: 200%;
	height: 0;
	background-image: radial-gradient(circle at center, rgba(231, 114, 15, 0.7), transparent 50%);
	transform: translate(-50%, -50%);
	z-index: -1;
}

.children-service__img {
	border-radius: 50%;
	border: 2px solid transparent;
}

.children-service--active .children-service__img {
	border-color: #f08c07;
}

.children-service-content {
	background-color: #ecf5f8;
	padding: 30px 15px 40px;
	margin-top: 30px;
	margin-left: -15px;
	margin-right: -15px;
}

.children-service-content__close {
	position: absolute;
	top: 30px;
	right: 15px;
	width: 40px;
	height: 40px;
	border: none;
	background: none;
	cursor: pointer;
}

.children-service-content__close:before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #f30b3c;
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
}

.children-service-content__arrow {
	position: absolute;
	top: 10px;
	width: 0;
	height: 0;
	border-color: transparent transparent #ecf5f8;
	border-style: solid;
	border-width: 0 25px 20px;
	transform: translateX(-50%);
}

.children-service-content__price {
	position: relative;
	z-index: 0;
}

.children-service-content__price:before {
	content: "";
	display: block;
	width: 150%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-image: url(/local/build/images/children_price.41b5128c.png);
	background-size: 100% 100%;
	z-index: -1;
}

.children-comfort {
	position: relative;
	overflow: hidden;
}

.children-comfort__parallax {
	position: absolute !important;
	height: 100%;
	width: 100%;
	max-height: 1200px;
}

.children-comfort picture {
	width: 100%;
	height: 100%;
}

.children-comfort__image {
	max-width: none;
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0.5);
}

picture:first-child .children-comfort__image {
	top: 0;
	left: 25%;
}

picture:nth-child(2) .children-comfort__image {
	top: 500px;
	left: 85%;
}

picture:nth-child(3) .children-comfort__image,
picture:nth-child(4) .children-comfort__image {
	display: none;
}

picture:nth-child(5) .children-comfort__image {
	top: 340px;
	left: 85%;
}

picture:nth-child(6) .children-comfort__image {
	top: 550px;
	left: 0;
}

picture:nth-child(7) .children-comfort__image {
	display: none;
}

picture:nth-child(8) .children-comfort__image {
	top: -120px;
	left: 35%;
}

picture:nth-child(9) .children-comfort__image {
	display: none;
}

picture:nth-child(10) .children-comfort__image {
	top: 800px;
	left: 95%;
}

picture:nth-child(11) .children-comfort__image {
	top: 100px;
	left: 55%;
}

picture:nth-child(12) .children-comfort__image {
	top: 70px;
	left: 85%;
}

.children-attention {
	background-color: #d1e1e7;
	position: relative;
	margin-left: -80px;
	margin-right: -80px;
	padding-left: 80px;
	padding-right: 80px;
	padding-top: 85px;
	border-radius: 30px;
}

.children-attention__text {
	padding-bottom: 70px;
}

.children-doctors {
	margin-top: -20%;
}

.circle-bg-top {
	position: relative;
}

.circle-bg-top:before {
	position: absolute;
	height: 140px;
	left: 0;
	right: 0;
	bottom: 100%;
	content: "";
	-webkit-mask-image: url(/local/build/images/index-items-footer-mask.71bfba3c.svg);
	mask-image: url(/local/build/images/index-items-footer-mask.71bfba3c.svg);
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	background-color: inherit;
	-webkit-mask-size: 200% 140px;
	mask-size: 200% 140px;
}

.circle-bg-bottom {
	position: relative;
}

.circle-bg-bottom:after {
	position: absolute;
	height: 140px;
	left: 0;
	right: 0;
	top: 100%;
	content: "";
	-webkit-mask-image: url(/local/build/images/index-items-footer-mask.71bfba3c.svg);
	mask-image: url(/local/build/images/index-items-footer-mask.71bfba3c.svg);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	background-color: inherit;
	transform: rotate(180deg);
	z-index: 1;
	-webkit-mask-size: 200% 140px;
	mask-size: 200% 140px;
}

.children-sedation {
	position: relative;
}

.children-sedation__text {
	position: relative;
	z-index: 1;
}

.children-sedation__image {
	width: 20%;
	position: absolute;
	top: 60px;
	left: 65%;
	z-index: 0;
}

.children-sedation__image:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1000px;
	height: 1000px;
	background-image: radial-gradient(1015px at center, rgba(241, 247, 249, 0.7), transparent 50%);
	transform: translate(-50%, -50%);
	z-index: -1;
}

.podcast-player {
	position: relative;
	width: 100%;
	height: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	overflow: hidden;
	border-radius: 10px;
}

.podcast-player__wrapper {
	height: 100%;
}

.podcast-player:before {
	content: "";
	opacity: 0.3;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.podcast-player:before,
.podcast-player__circle {
	background-image: var(--bgi);
	background-size: cover;
}

.podcast-player__circle {
	background-position: 50%;
	margin-left: auto;
	margin-right: auto;
	width: 215px;
	height: 215px;
	position: relative;
	overflow: hidden;
	border-radius: 50%;
	padding: 15px;
	box-shadow: var(--shadow);
}

.podcast-player__circle svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.podcast-player__info {
	text-align: center;
	font-size: 0.7rem;
	margin-top: 0.5rem;
}

.podcast-player__title {
	font-size: 1.5rem;
	line-height: 1.2;
	font-weight: 500;
	max-width: 585px;
	text-align: center;
	margin: 0 auto;
}

.podcast-player__content {
	margin-top: 40px;
	position: relative;
}

.podcast-player__circle text {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
}

.podcast-player-small {
	position: relative;
	width: 100%;
	height: 100%;
	padding-top: 13%;
	padding-bottom: 5%;
	overflow: hidden;
	border-radius: 5px;
}

.podcast-player-small:before {
	content: "";
	background-image: var(--bgi);
	opacity: 0.3;
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.podcast-player-small__circle {
	background-image: var(--bgi);
	background-position: 50%;
	background-size: cover;
	margin-left: auto;
	margin-right: auto;
	width: 36.04%;
	height: auto;
	position: relative;
	overflow: hidden;
	border-radius: 50%;
	padding: 15px;
	box-shadow: var(--shadow);
}

.podcast-player-small__circle:before {
	content: "";
	padding-top: 100%;
	display: block;
}

.podcast-player-small__circle svg {
	width: 95%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.podcast-player-small__circle text {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
}

.podcast-player-small__info {
	text-align: center;
	font-size: 0.7rem;
	margin-top: -0.5rem;
}

.podcast-player-small__content {
	margin-top: 10px;
	position: relative;
}

.subs-podcast {
	background-color: #f7f7f7;
	border-radius: 10px;
	padding: 20px;
}

.subs-podcast__preroll-wrapper {
	padding-left: 60px;
	min-height: 50px;
}

.subs-podcast__preroll {
	max-width: 200px;
	position: relative;
	line-height: 1.2;
}

.subs-podcast__preroll svg {
	position: absolute;
	top: 0;
	right: 100%;
	margin-right: 10px;
}

.whitening-new__hero-text {
	display: none !important;
}

.whitening-new__hero-text-wrapper {
	position: absolute;
	transform: translateY(-50%);
	max-width: 100%;
	top: 80%;
	left: -20%;
}

.whitening-new__hero-text span {
	display: inline-block;
	width: 180px;
	max-width: 100%;
}

.whitening-new__hero-text svg {
	position: absolute;
	left: 80%;
	top: 0;
}

.whitening-new__zoom {
	position: relative;
	margin-top: 60px;
}

.whitening-new__procedure canvas,
.whitening-new__procedure svg,
.whitening-new__zoom canvas,
.whitening-new__zoom svg {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	height: auto;
}

.whitening-new__procedure canvas,
.whitening-new__zoom canvas {
	display: none;
}

.whitening-new__procedure svg,
.whitening-new__zoom svg {
	display: block;
}

.whitening-new__contraindications svg {
	max-width: 100%;
	height: auto;
}

.whitening-new__procedure {
	position: relative;
}

.whitening-new__procedure picture {
	display: none;
}

.whitening-new__procedure canvas,
.whitening-new__procedure svg {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	height: auto;
}

.whitening-new__care {
	position: relative;
}

.whitening-new__care picture:after {
	content: "";
	display: table;
	clear: both;
}

.whitening-new__care-right {
	height: 100%;
	display: flex;
	justify-content: space-between;
}

.whitening-new__beeroot,
.whitening-new__cigarette,
.whitening-new__coffee {
	position: relative;
	flex: 0 0 50%;
}

.whitening-new__coffee img {
	float: right;
}

.whitening-new__care-text {
	color: #0096aa;
}

.implant-new__know {
	position: relative;
	margin-top: 60px;
}

.implant-new__know > canvas,
.implant-new__know > svg {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	height: auto;
}

.implant-new__know > canvas {
	display: none;
}

.implant-new__know > svg {
	display: block;
}

.implant-new__know-number {
	font-size: 4rem;
	font-family:
		Ubuntu,
		-apple-system,
		BlinkMacSystemFont,
		Segoe UI,
		Roboto,
		Oxygen-Sans,
		Cantarell,
		Helvetica Neue,
		sans-serif;
	font-weight: 300;
	line-height: 0.88;
}

.implant-new__know-number sup {
	font-size: 0.5em;
}

.implant-new__content-number {
	margin-top: 0;
	font-size: 5rem;
	line-height: 0.8;
	font-family:
		Ubuntu,
		-apple-system,
		BlinkMacSystemFont,
		Segoe UI,
		Roboto,
		Oxygen-Sans,
		Cantarell,
		Helvetica Neue,
		sans-serif;
	font-weight: 500;
	color: #f08c07;
}

.implant-new__content-number + p {
	margin-bottom: 1.5rem;
}

.implant-new__nos {
	position: relative;
	margin-top: 60px;
}

.implant-new__nos > canvas,
.implant-new__nos > svg {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	height: auto;
}

.implant-new__nos > canvas {
	display: none;
}

.implant-new__nos > svg {
	display: block;
}

.implant-new__nos-wrapper {
	position: relative;
}

.implant-new__nos-bg {
	display: none;
}

.implant-new__steps {
	overflow: hidden;
}

.implant-new-constructor {
	position: relative;
	margin-bottom: 90px;
}

.implant-new-constructor__title {
	font-size: 4.375rem;
	text-transform: uppercase;
	line-height: 1.08;
	font-weight: 600;
	color: #cdd8de;
}

.implant-new-constructor__title-el {
	display: inline-block;
	margin-left: -0.03em;
}

.implant-new-constructor-item {
	margin-top: 40px;
	position: relative;
}

.implant-new-constructor-item__pic {
	position: absolute;
	top: 25px;
	left: -130px;
	transform: translate(-50%, -50%);
}

.implant-new-constructor-item:before {
	content: "";
	display: block;
	position: absolute;
	width: 70px;
	height: 1px;
	background-color: #b4b4b4;
	right: 102%;
	z-index: 1;
	top: 0.7em;
}

.implant-new-constructor-item:first-child {
	margin-top: 85px;
}

.implant-new-constructor-item:last-child {
	margin-top: 70px;
}

.implant-new-constructor-item:last-child .implant-new-constructor-item__pic {
	transform: translate(-46%, -50%);
}

.implant-new-type {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.implant-new-step {
	position: relative;
	margin-top: 40px;
}

.implant-new-step__content {
	padding-top: 90px;
}

.implant-new-step__number {
	font-size: 25rem;
	font-weight: 700;
	color: #cdd8de;
	position: absolute;
	top: 0;
	font-family:
		Ubuntu,
		-apple-system,
		BlinkMacSystemFont,
		Segoe UI,
		Roboto,
		Oxygen-Sans,
		Cantarell,
		Helvetica Neue,
		sans-serif;
	line-height: 0.8;
}

.implant-new-step-slider {
	position: relative;
	height: auto;
}

.implant-new-step-slider:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 0;
	padding-top: 100%;
	background-image: radial-gradient(23vw at center, #fff 0, #fff 0, hsla(0, 0%, 100%, 0) 100%);
	opacity: 0.8;
	pointer-events: none;
	z-index: -1;
}

.implant-new-step-slider__wrapper {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	transition-property: transform, height;
}

.implant-new-step-slider__slide {
	position: relative;
	flex: 0 0 100%;
	width: 100%;
}

.implant-new-step-slider__bullets {
	display: flex;
	justify-content: center;
}

.implant-new-step-bullet-slider {
	position: relative;
	padding-left: calc(50% - 30px);
	margin: 0 -15px;
	overflow: hidden;
}

.implant-new-step-bullet-slider__wrapper {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
}

.implant-new-step-bullet-slider__slide {
	position: relative;
	flex: 0 0 65px;
	width: 65px;
	margin-right: 30px;
}

.implant-new-step-bullet-slider .swiper-slide-thumb-active .implant-new-step-bullet__state:after {
	transform: scale(1);
}

.implant-new-step-bullet {
	background: none;
	border: 0;
	height: 120px;
	padding: 0;
	position: relative;
	width: 100%;
}

.implant-new-step-bullet:focus {
	outline: none;
}

.implant-new-step-bullet:focus .implant-new-step-bullet__state:after,
.implant-new-step-bullet:hover .implant-new-step-bullet__state:after {
	opacity: 0.5;
	transform: scale(0.9);
}

.implant-new-step-bullet__state {
	display: block;
	position: absolute;
	padding-top: 100%;
	height: 0;
	bottom: 0;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}

.implant-new-step-bullet__state:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	height: 100%;
	border-radius: 50%;
	transition: 0.3s ease;
	transform: scale(0);
}

.implant-new-step-bullet__num {
	position: absolute;
	top: -5px;
	left: -5px;
	font-weight: 700;
	font-family:
		Ubuntu,
		-apple-system,
		BlinkMacSystemFont,
		Segoe UI,
		Roboto,
		Oxygen-Sans,
		Cantarell,
		Helvetica Neue,
		sans-serif;
	font-size: 4rem;
	color: #cdd8de;
}

.implant-new-step-bullet picture {
	position: relative;
}

.implant-new__parallax {
	position: relative;
	padding-bottom: 150px;
}

.implant-new__parallax-wrapper {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: all;
}

.implant-new__parallax-item {
	height: 100%;
	width: 100%;
	pointer-events: none;
	display: none !important;
}

.implant-new__parallax-item img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.implant-new__parallax-wrapper .wrapper {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	width: 100%;
}

.ortodont-new__know {
	position: relative;
	margin-top: 60px;
}

.ortodont-new__know > canvas,
.ortodont-new__know > svg {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	height: auto;
}

.ortodont-new__know > canvas {
	display: none;
}

.ortodont-new__know > svg {
	display: block;
}

.ortodont-new__know-number {
	font-size: 5.5rem;
	font-family:
		Ubuntu,
		-apple-system,
		BlinkMacSystemFont,
		Segoe UI,
		Roboto,
		Oxygen-Sans,
		Cantarell,
		Helvetica Neue,
		sans-serif;
	font-weight: 300;
	line-height: 0.88;
}

.bg-therapy {
	background-color: #e3eaf0;
}

.bg-therapy .content {
	position: relative;
	z-index: 1;
}

.therapy-constructor-item {
	position: relative;
	display: inline-block;
	height: 490px;
	transform: translate(-50%);
}

.therapy-constructor-item__wrapper {
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
}

.therapy-constructor-item__img {
	position: relative;
	max-width: none;
	top: 0;
	left: 0;
	max-height: 100%;
	width: auto;
}

.therapy-constructor-item__item {
	position: relative;
}

.therapy-constructor-item__item:before {
	content: "";
	border: 1px solid #000;
	position: absolute;
	width: 70px;
	height: 0;
	top: 0.6em;
	right: 100%;
	transform: translate(-3px, -50%);
}

.therapy-constructor-item__item:first-child {
	margin-top: 6%;
	left: 73%;
}

.therapy-constructor-item__item:nth-child(2) {
	margin-top: 6%;
	left: 75%;
}

.therapy-constructor-item__item:nth-child(3) {
	margin-top: 7%;
	left: 68%;
}

.therapy-constructor-item__item:nth-child(4) {
	margin-top: 7%;
	left: 85%;
}

.therapy-constructor-item__item:nth-child(4):before {
	width: 50px;
}

.therapy-constructor-item__item:nth-child(5) {
	margin-top: 7%;
	left: 88%;
}

.therapy-constructor-item__item:nth-child(5):before {
	width: 120px;
}

.therapy-constructor-item__item:nth-child(6) {
	margin-top: 7%;
	left: 90%;
}

.therapy-constructor-item__item:nth-child(6):before {
	width: 80px;
}

.therapy-constructor-item__item:nth-child(7) {
	margin-top: 7%;
	left: 93%;
}

.therapy-constructor-item__item:nth-child(7):before {
	width: 150px;
}

.therapy-microscope {
	position: relative;
	z-index: 1;
	padding-bottom: 300px;
}

.therapy-microscope__img {
	display: block;
	position: absolute;
	bottom: 0;
	right: 100%;
	transform: translate(280px);
	z-index: -1;
	max-width: 850px;
}

.bg-cleaning,
.bg-orthopaedy {
	background-color: #e3eaf0;
}

.cleaning-season {
	margin-bottom: 170px;
	margin-top: 70px;
}

.cleaning-season__price-main {
	font-size: 5.5rem;
	line-height: 1.1;
}

.cleaning-season__price-main,
.cleaning-season__price-old {
	font-weight: 300;
	font-family:
		Ubuntu,
		-apple-system,
		BlinkMacSystemFont,
		Segoe UI,
		Roboto,
		Oxygen-Sans,
		Cantarell,
		Helvetica Neue,
		sans-serif;
}

.cleaning-season__price-old {
	font-size: 2.7rem;
}

.cleaning-test {
	margin-bottom: 250px;
	margin-top: 140px;
	padding-bottom: 100px;
}

.cleaning-test canvas {
	max-height: calc(100% + 500px);
	top: -200px;
}

.toothbrush-test {
	margin: 70px 0 0;
}

.toothbrush-test__bg img {
	max-width: none;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%);
	z-index: -1;
}

.bg-toothbrush-test {
	background-color: #f5f3f7;
}

.bg-smile,
.bg-surgery {
	background-color: #e3eaf0;
}

.smile-prepare__svg {
	border-radius: 50%;
	background-color: #d4dde4;
	max-width: 250px;
	width: 100%;
	position: relative;
	margin: 0 auto;
}

.smile-prepare__svg:before {
	content: "";
	display: block;
	padding-top: 100%;
}

.smile-prepare__svg svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	fill: #fff;
}

.checkup {
	min-height: 650px;
}

.checkup,
.checkup .wrapper {
	position: relative;
}

.checkup__content {
	position: relative;
	width: calc(100vw - 30px);
	opacity: 0;
	pointer-events: none;
	transition: 0.3s;
	top: 0;
}

.checkup__content--active {
	opacity: 1;
	pointer-events: auto;
}

.checkup__content--active .checkup__button,
.checkup__content--active button {
	opacity: 1;
}

.checkup__content + .checkup__content {
	position: absolute;
}

.checkup__bg {
	text-align: center;
	position: absolute;
	height: 100%;
	top: 0;
	z-index: -1;
}

.checkup__bg img {
	position: relative;
	z-index: -1;
	left: 50%;
	transform: translate(-50%);
	display: block;
	height: 100%;
	font-family: "object-fit:cover";
	-o-object-fit: cover;
	object-fit: cover;
}

.checkup__picture {
	display: inline-block;
	position: relative;
}

.checkup__picture picture {
	margin-bottom: -25%;
}

.checkup__picture-cloud {
	max-width: calc(100vw - 50px);
	position: relative;
	width: 380px;
	margin: 0 auto;
}

.checkup__svg-cloud {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-40%, -53%);
}

.checkup__button,
.checkup__picture-cloud li,
.checkup__picture-cloud p {
	position: relative;
}

.checkup__button {
	margin-top: 150px;
	text-align: center;
	margin-bottom: 100px;
	opacity: 0;
	transition: opacity 0.5s 0.3s;
}

.checkup__button-cloud {
	position: relative;
}

.checkup__button-cloud svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-60%, -45%);
}

.checkup__button-cloud button {
	position: relative;
	transition: opacity 0.5s 0.8s;
}

.checkup__content--2 .checkup__svg-cloud {
	transform: translate(-40%, -50%);
}

.checkup__content--3 .checkup__svg-cloud {
	transform: translate(-48%, -49%);
}

.checkup__content--4 .checkup__svg-cloud {
	transform: translate(-45%, -52%);
}

.checkup__slider {
	position: relative;
	padding-bottom: 25px;
}

.checkup__wrapper {
	position: relative;
	display: flex;
	width: 9999px;
	align-items: flex-end;
}

.checkup__svg-square {
	transform: translate(-50%, -50%);
	width: calc(100% + 40px);
	height: calc(100% + 50px);
	position: absolute;
	left: 50%;
	top: 50%;
}

.checkup__svg-square:after {
	content: "";
	display: block;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='121.89' height='139.64'%3E%3Cpath fill='%23f7f4e2' fill-rule='evenodd' d='M.9 139.64S77.78 55.88 0 0c114.83 17.45 121.89 139.56 121.89 139.56L.9 139.64z'/%3E%3C/svg%3E");
	width: 121px;
	height: 140px;
	position: absolute;
	bottom: 100%;
}

.bg-checkup {
	background-color: #e3eaf0;
}

.checkup-splash {
	text-align: right;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.checkup-splash__wrapper {
	position: relative;
	display: inline-block;
}

.checkup-splash__cloud {
	max-width: calc(100vw - 50px);
	width: 405px;
	text-align: left;
	position: relative;
}

.checkup-splash__cloud :not(svg) {
	position: relative;
}

.checkup-splash__svg-cloud {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-45%, -53%);
}

.checkup-splash__svg-square {
	transform: translate(-50%, -50%);
	width: calc(100% + 40px);
	height: calc(100% + 50px);
	position: absolute;
	left: 50%;
	top: 50%;
}

.page-cooperation {
	--bg: #dfe7ee;
	background-color: var(--bg, #dfe7ee);
}

.cooperation-info {
	color: #fff;
	text-align: center;
	position: relative;
}

.cooperation-info__bg {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	height: 130%;
}

.cooperation-info__bg img {
	display: block;
	width: 100%;
	height: 100%;
}

.cooperation-info__text {
	position: relative;
}

.coop-result__img {
	width: 300px;
	transform: translate(-20%, 10%);
	position: relative;
	z-index: -1;
}

.bg-vinir {
	background-color: #e3eaf0;
}

.vinir-smile {
	margin-top: 50px;
	margin-bottom: 130px;
}

.vinir-smile p {
	margin: 0.9em 0 0;
}

.body--veneers .diagram-year__wrapper {
	padding-bottom: 20px;
}

.vinir-storie {
	position: relative;
	margin-top: 1rem;
}

.vinir-storie:before {
	content: "";
	position: absolute;
	display: block;
	width: 82vw;
	height: 82vw;
	top: 0;
	left: 50%;
	transform: translate(-50%);
	background: radial-gradient(
		50% 50% at 50% 50%,
		#98e6f0,
		rgba(152, 230, 240, 0.98032) 9.99%,
		rgba(152, 230, 240, 0.92593) 19.07%,
		rgba(152, 230, 240, 0.84375) 27.44%,
		rgba(152, 230, 240, 0.74074) 35.26%,
		rgba(152, 230, 240, 0.62384) 42.72%,
		rgba(152, 230, 240, 0.5) 50%,
		rgba(152, 230, 240, 0.37616) 57.28%,
		rgba(152, 230, 240, 0.25926) 64.74%,
		rgba(152, 230, 240, 0.15625) 72.56%,
		rgba(152, 230, 240, 0.07407) 80.93%,
		rgba(152, 230, 240, 0.01968) 90.01%,
		rgba(152, 230, 240, 0)
	);
	opacity: 0.3;
}

.vinir-storie picture {
	display: flex;
	justify-content: center;
}

.vinir-storie img {
	max-width: 130%;
}

.vinir-storie__links {
	position: absolute;
	width: 100%;
	bottom: 7%;
}

.vinir-stages {
	counter-reset: vinir-stages;
	margin-bottom: 60px;
	margin-top: 60px;
	position: relative;
}

.vinir-stages__item {
	counter-increment: vinir-stages;
	max-width: 790px;
	box-sizing: content-box;
}

.vinir-stages__item + .vinir-stages__item {
	margin-top: 50px;
}

.vinir-stages__heading:before {
	content: counter(vinir-stages) ". ";
}

.vinir-stages p {
	margin-top: 1em;
}

.vinir-expluatate {
	position: relative;
	line-height: 1;
}

.vinir-expluatate__numbers {
	font-weight: 300;
	font-size: 6rem;
}

.vinir-expluatate__letter {
	font-size: 7.5rem;
	letter-spacing: 0.2em;
	font-weight: 250;
}

.vinir-create-slider {
	overflow: hidden;
}

.vinir-create-slider .swiper-slide {
	overflow: hidden;
	border-radius: 10px;
}

.vinir-jelly-hygiene {
	margin-bottom: 280px;
	margin-top: 100px;
	padding-bottom: 100px;
	padding-top: 0;
}

.vinir-jelly-hygiene p {
	margin-top: 0.65rem;
}

.hero-new__vinir-mobile-image {
	margin-bottom: -50%;
}

.vinir-circle {
	position: absolute;
	pointer-events: none;
}

.vinir-circle-1 {
	width: 110vw;
	height: 110vw;
	left: 55%;
	top: -15vw;
	background: radial-gradient(
		50% 50% at 50% 50%,
		#98e6f0,
		rgba(152, 230, 240, 0.98032) 9.99%,
		rgba(152, 230, 240, 0.92593) 19.07%,
		rgba(152, 230, 240, 0.84375) 27.44%,
		rgba(152, 230, 240, 0.74074) 35.26%,
		rgba(152, 230, 240, 0.62384) 42.72%,
		rgba(152, 230, 240, 0.5) 50%,
		rgba(152, 230, 240, 0.37616) 57.28%,
		rgba(152, 230, 240, 0.25926) 64.74%,
		rgba(152, 230, 240, 0.15625) 72.56%,
		rgba(152, 230, 240, 0.07407) 80.93%,
		rgba(152, 230, 240, 0.01968) 90.01%,
		rgba(152, 230, 240, 0)
	);
	opacity: 0.3;
}

.vinir-circle-2 {
	left: 41%;
	background: radial-gradient(
		50% 50% at 50% 50%,
		#f8cc8c,
		rgba(248, 204, 140, 0.98032) 9.99%,
		rgba(248, 204, 140, 0.92593) 19.07%,
		rgba(248, 204, 140, 0.84375) 27.44%,
		rgba(248, 204, 140, 0.74074) 35.26%,
		rgba(248, 204, 140, 0.62384) 42.72%,
		rgba(248, 204, 140, 0.5) 50%,
		rgba(248, 204, 140, 0.37616) 57.28%,
		rgba(248, 204, 140, 0.25926) 64.74%,
		rgba(248, 204, 140, 0.15625) 72.56%,
		rgba(248, 204, 140, 0.07407) 80.93%,
		rgba(248, 204, 140, 0.01968) 90.01%,
		rgba(248, 204, 140, 0)
	);
}

.vinir-circle-2,
.vinir-circle-3 {
	width: 107vw;
	height: 107vw;
	top: 7%;
	opacity: 0.25;
}

.vinir-circle-3 {
	left: -59%;
}

.vinir-circle-3,
.vinir-circle-4 {
	background: radial-gradient(
		50% 50% at 50% 50%,
		#98e6f0,
		rgba(152, 230, 240, 0.98032) 9.99%,
		rgba(152, 230, 240, 0.92593) 19.07%,
		rgba(152, 230, 240, 0.84375) 27.44%,
		rgba(152, 230, 240, 0.74074) 35.26%,
		rgba(152, 230, 240, 0.62384) 42.72%,
		rgba(152, 230, 240, 0.5) 50%,
		rgba(152, 230, 240, 0.37616) 57.28%,
		rgba(152, 230, 240, 0.25926) 64.74%,
		rgba(152, 230, 240, 0.15625) 72.56%,
		rgba(152, 230, 240, 0.07407) 80.93%,
		rgba(152, 230, 240, 0.01968) 90.01%,
		rgba(152, 230, 240, 0)
	);
}

.vinir-circle-4 {
	width: 140vw;
	height: 140vw;
	left: 24%;
	top: 29%;
	opacity: 0.2;
}

.vinir-circle-5 {
	left: -67.77%;
	top: 32%;
	opacity: 0.3;
}

.vinir-circle-5,
.vinir-circle-6 {
	width: 144vw;
	height: 144vw;
	background: radial-gradient(
		50% 50% at 50% 50%,
		#f8b14a,
		rgba(248, 177, 74, 0.98032) 9.99%,
		rgba(248, 177, 74, 0.92593) 19.07%,
		rgba(248, 177, 74, 0.84375) 27.44%,
		rgba(248, 177, 74, 0.74074) 35.26%,
		rgba(248, 177, 74, 0.62384) 42.72%,
		rgba(248, 177, 74, 0.5) 50%,
		rgba(248, 177, 74, 0.37616) 57.28%,
		rgba(248, 177, 74, 0.25926) 64.74%,
		rgba(248, 177, 74, 0.15625) 72.56%,
		rgba(248, 177, 74, 0.07407) 80.93%,
		rgba(248, 177, 74, 0.01968) 90.01%,
		rgba(248, 177, 74, 0)
	);
}

.vinir-circle-6 {
	left: 58.85%;
	bottom: 15%;
	opacity: 0.5;
}

.vinir-circle-7 {
	width: 114vw;
	height: 114vw;
	left: -67.77%;
	bottom: 20%;
	background: radial-gradient(
		50% 50% at 50% 50%,
		#98e6f0,
		rgba(152, 230, 240, 0.98032) 9.99%,
		rgba(152, 230, 240, 0.92593) 19.07%,
		rgba(152, 230, 240, 0.84375) 27.44%,
		rgba(152, 230, 240, 0.74074) 35.26%,
		rgba(152, 230, 240, 0.62384) 42.72%,
		rgba(152, 230, 240, 0.5) 50%,
		rgba(152, 230, 240, 0.37616) 57.28%,
		rgba(152, 230, 240, 0.25926) 64.74%,
		rgba(152, 230, 240, 0.15625) 72.56%,
		rgba(152, 230, 240, 0.07407) 80.93%,
		rgba(152, 230, 240, 0.01968) 90.01%,
		rgba(152, 230, 240, 0)
	);
	opacity: 0.5;
}

jdiv._show_1e.wrap_mW {
	z-index: 99 !important;
}

@media (min-width: 420px) {
	.therapy-constructor-item {
		transform: translate(-45%);
	}
}

@media (min-width: 576px) {
	.row {
		margin-right: -15px;
		margin-left: -15px;
	}

	.col,
	.col-1,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-10,
	.col-11,
	.col-12,
	.col-lg,
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-md,
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-sm,
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-xl,
	.col-xl-1,
	.col-xl-2,
	.col-xl-3,
	.col-xl-4,
	.col-xl-5,
	.col-xl-6,
	.col-xl-7,
	.col-xl-8,
	.col-xl-9,
	.col-xl-10,
	.col-xl-11,
	.col-xl-12,
	.col-xxl,
	.col-xxl-1,
	.col-xxl-2,
	.col-xxl-3,
	.col-xxl-4,
	.col-xxl-5,
	.col-xxl-6,
	.col-xxl-7,
	.col-xxl-8,
	.col-xxl-9,
	.col-xxl-10,
	.col-xxl-11,
	.col-xxl-12 {
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-sm {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
	}

	.col-sm-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}

	.col-sm-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}

	.col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-sm-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.col-sm-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}

	.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-sm-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}

	.col-sm-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}

	.col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-sm-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}

	.col-sm-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}

	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.pull-sm-0 {
		right: auto;
	}

	.pull-sm-1 {
		right: 8.33333%;
	}

	.pull-sm-2 {
		right: 16.66667%;
	}

	.pull-sm-3 {
		right: 25%;
	}

	.pull-sm-4 {
		right: 33.33333%;
	}

	.pull-sm-5 {
		right: 41.66667%;
	}

	.pull-sm-6 {
		right: 50%;
	}

	.pull-sm-7 {
		right: 58.33333%;
	}

	.pull-sm-8 {
		right: 66.66667%;
	}

	.pull-sm-9 {
		right: 75%;
	}

	.pull-sm-10 {
		right: 83.33333%;
	}

	.pull-sm-11 {
		right: 91.66667%;
	}

	.pull-sm-12 {
		right: 100%;
	}

	.push-sm-0 {
		left: auto;
	}

	.push-sm-1 {
		left: 8.33333%;
	}

	.push-sm-2 {
		left: 16.66667%;
	}

	.push-sm-3 {
		left: 25%;
	}

	.push-sm-4 {
		left: 33.33333%;
	}

	.push-sm-5 {
		left: 41.66667%;
	}

	.push-sm-6 {
		left: 50%;
	}

	.push-sm-7 {
		left: 58.33333%;
	}

	.push-sm-8 {
		left: 66.66667%;
	}

	.push-sm-9 {
		left: 75%;
	}

	.push-sm-10 {
		left: 83.33333%;
	}

	.push-sm-11 {
		left: 91.66667%;
	}

	.push-sm-12 {
		left: 100%;
	}

	.offset-sm-0 {
		margin-left: 0;
	}

	.offset-sm-1 {
		margin-left: 8.33333%;
	}

	.offset-sm-2 {
		margin-left: 16.66667%;
	}

	.offset-sm-3 {
		margin-left: 25%;
	}

	.offset-sm-4 {
		margin-left: 33.33333%;
	}

	.offset-sm-5 {
		margin-left: 41.66667%;
	}

	.offset-sm-6 {
		margin-left: 50%;
	}

	.offset-sm-7 {
		margin-left: 58.33333%;
	}

	.offset-sm-8 {
		margin-left: 66.66667%;
	}

	.offset-sm-9 {
		margin-left: 75%;
	}

	.offset-sm-10 {
		margin-left: 83.33333%;
	}

	.offset-sm-11 {
		margin-left: 91.66667%;
	}

	.col-sm-2_5 {
		flex: 0 0 20%;
		max-width: 20%;
	}

	.flex-sm {
		display: flex;
	}

	.flex-sm-first {
		order: -1;
	}

	.flex-sm-last {
		order: 1;
	}

	.flex-sm-unordered {
		order: 0;
	}

	.flex-sm-row {
		flex-direction: row !important;
	}

	.flex-sm-column {
		flex-direction: column !important;
	}

	.flex-sm-row-reverse {
		flex-direction: row-reverse !important;
	}

	.flex-sm-column-reverse {
		flex-direction: column-reverse !important;
	}

	.flex-sm-wrap {
		flex-wrap: wrap !important;
	}

	.flex-sm-nowrap {
		flex-wrap: nowrap !important;
	}

	.flex-sm-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}

	.justify-content-sm-start {
		justify-content: flex-start !important;
	}

	.justify-content-sm-end {
		justify-content: flex-end !important;
	}

	.justify-content-sm-center {
		justify-content: center !important;
	}

	.justify-content-sm-between {
		justify-content: space-between !important;
	}

	.justify-content-sm-around {
		justify-content: space-around !important;
	}

	.align-items-sm-start {
		align-items: flex-start !important;
	}

	.align-items-sm-end {
		align-items: flex-end !important;
	}

	.align-items-sm-center {
		align-items: center !important;
	}

	.align-items-sm-baseline {
		align-items: baseline !important;
	}

	.align-items-sm-stretch {
		align-items: stretch !important;
	}

	.align-content-sm-start {
		align-content: flex-start !important;
	}

	.align-content-sm-end {
		align-content: flex-end !important;
	}

	.align-content-sm-center {
		align-content: center !important;
	}

	.align-content-sm-between {
		align-content: space-between !important;
	}

	.align-content-sm-around {
		align-content: space-around !important;
	}

	.align-content-sm-stretch {
		align-content: stretch !important;
	}

	.align-self-sm-auto {
		align-self: auto !important;
	}

	.align-self-sm-start {
		align-self: flex-start !important;
	}

	.align-self-sm-end {
		align-self: flex-end !important;
	}

	.align-self-sm-center {
		align-self: center !important;
	}

	.align-self-sm-baseline {
		align-self: baseline !important;
	}

	.align-self-sm-stretch {
		align-self: stretch !important;
	}

	.hidden-sm-up {
		display: none !important;
	}

	.unwrapper {
		padding: -15px;
	}

	.text-sm-left {
		text-align: left !important;
	}

	.text-sm-right {
		text-align: right !important;
	}

	.text-sm-center {
		text-align: center !important;
	}

	.card__doctor-title {
		font-size: 0.88889rem;
	}

	.hero__back-image-wrapper img {
		transform: translateX(-25%);
	}

	@supports (grid-area: auto) {
		.zen-grid {
			grid-template-columns: 1fr 1fr;
			grid-auto-rows: 390px;
		}
	}

	.zen-grid__item {
		flex-basis: 50%;
	}

	.zen-item__content {
		padding-top: 25px;
	}

	.scheme-circle__item {
		width: 40vw;
	}

	.scheme-circle__item--next {
		opacity: unset;
	}

	.services-grid__item,
	.services-grid__item--tiny {
		width: 40vw;
		flex: 0 0 40vw;
	}

	.hero-new__image {
		transform: translate(15%, 10%);
		width: 70%;
	}

	.hero-new__image--circle {
		top: auto;
		bottom: 0;
		border-radius: 0;
		overflow: visible;
	}

	.hero-new__image--protez {
		transform: translate(15%, -50%);
		width: 70%;
		top: 50%;
	}

	.hero-new__image--ortodont {
		transform: translate(15%, -50%);
	}

	.hero-new__image--ortodont,
	.hero-new__image--therapy {
		width: 70%;
		top: 50%;
		position: absolute;
		left: auto;
		right: 0;
	}

	.hero-new__image--therapy {
		transform: translate(45%, -45%);
	}

	.hero-new__image--smile {
		transform: translate(30%, -45%);
		width: 70%;
		top: 50%;
		position: absolute;
		left: auto;
		right: 0;
	}

	.hero-new__image--cleaning,
	.hero-new__image--hygiene {
		transform: translate(30%, -35%);
		width: 70%;
		top: 50%;
	}

	.hero-new__image--kapa {
		transform: translate(15%, 10%);
		width: 70%;
	}

	.hero-new__image--veneers {
		transform: translate(70%, 10%);
		width: 30%;
		height: 100%;
		display: block;
	}

	.hero-new__image--clasp {
		transform: translate(25%, 10%);
		width: 70%;
	}

	.hero-new__image--queen {
		transform: translate(45%, 10%);
		width: 70%;
		height: 100%;
	}

	.hero-new__image--whitening {
		position: absolute;
		left: 50%;
		top: 0;
		z-index: 0;
		transform: translateY(5%);
	}

	.hero-new__image--implant {
		transform: translate(20%, 10%);
		width: 70%;
	}

	.hero-new__image--coop {
		transform: translateY(10%);
		width: 70%;
	}

	.hero-new__image--surgery {
		transform: translate(40%, -50%);
		width: 70%;
		top: 50%;
		position: absolute;
		left: auto;
		right: 0;
	}

	.form-block-action__form-content,
	.form-block-doctor__form-content {
		margin-left: 45px;
		margin-right: 0;
		width: 70%;
	}

	.diagram-year__year {
		font-size: 10rem;
	}

	.diagram-legend__item {
		flex: 0 0 50%;
	}

	.signboard {
		padding-top: 2rem;
	}

	.signboard__text {
		font-size: 8rem;
		position: absolute;
		top: 0;
		left: 0;
	}

	.smile-case__old {
		margin-bottom: 0;
	}

	.smile-case__old:before {
		left: 105%;
		bottom: 0;
		top: auto;
	}

	.smile-case__bubble {
		left: 15%;
	}

	.health-form__img-container img {
		max-width: 50%;
	}

	.content-gray {
		margin-left: -25px;
		margin-right: -25px;
		padding: 50px 25px;
	}

	.index-main-slider-v2__content {
		max-width: 83.33333%;
		padding-bottom: 2rem;
	}

	.index-main-slider-v2__image {
		max-height: 100%;
	}

	.faq-cite {
		padding: 18px 20px 25px 22px;
	}

	.service-protez-step__number {
		font-size: 6rem;
	}

	.service-protez-cite {
		margin-left: 0;
		margin-right: 0;
	}

	.service-protez-cite__content {
		padding: 35px 45px 35px 35px;
		border-radius: 15px;
	}

	.service-protez-side-block__content {
		padding: 60px 75px 80px 50px;
	}

	.case-hero__image--circle {
		border-radius: 0;
		overflow: visible;
	}

	.children-hero__ret-price {
		font-size: 3.5rem;
	}

	.children-service-content {
		padding: 30px 60px 40px 30px;
		margin-left: 0;
		margin-right: 0;
	}

	.children-comfort__image {
		transform: translate(-50%, -50%) scale(0.7);
	}

	picture:first-child .children-comfort__image {
		top: 0;
		left: 5%;
	}

	.circle-bg-bottom:after,
	.circle-bg-top:before {
		-webkit-mask-size: 150% 140px;
		mask-size: 150% 140px;
	}

	.implant-new__content-number,
	.podcast-player-small__info {
		margin-top: 0.5rem;
	}

	.implant-new__content-number + p {
		margin-bottom: 0;
	}

	.implant-new__nos-bg {
		display: inline-block;
		position: absolute;
		width: 80%;
		top: -20%;
		right: -10%;
	}

	.therapy-constructor-item {
		transform: none;
	}

	.vinir-storie {
		margin-top: 0;
	}

	.vinir-storie img {
		max-width: 100%;
	}

	.hero-new__vinir-mobile-image {
		display: none;
	}
}

@media (min-width: 768px) {
	.row {
		margin-right: -15px;
		margin-left: -15px;
	}

	.col,
	.col-1,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-10,
	.col-11,
	.col-12,
	.col-lg,
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-md,
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-sm,
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-xl,
	.col-xl-1,
	.col-xl-2,
	.col-xl-3,
	.col-xl-4,
	.col-xl-5,
	.col-xl-6,
	.col-xl-7,
	.col-xl-8,
	.col-xl-9,
	.col-xl-10,
	.col-xl-11,
	.col-xl-12,
	.col-xxl,
	.col-xxl-1,
	.col-xxl-2,
	.col-xxl-3,
	.col-xxl-4,
	.col-xxl-5,
	.col-xxl-6,
	.col-xxl-7,
	.col-xxl-8,
	.col-xxl-9,
	.col-xxl-10,
	.col-xxl-11,
	.col-xxl-12 {
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-md {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
	}

	.col-md-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}

	.col-md-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}

	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-md-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.col-md-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}

	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-md-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}

	.col-md-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}

	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-md-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}

	.col-md-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}

	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.pull-md-0 {
		right: auto;
	}

	.pull-md-1 {
		right: 8.33333%;
	}

	.pull-md-2 {
		right: 16.66667%;
	}

	.pull-md-3 {
		right: 25%;
	}

	.pull-md-4 {
		right: 33.33333%;
	}

	.pull-md-5 {
		right: 41.66667%;
	}

	.pull-md-6 {
		right: 50%;
	}

	.pull-md-7 {
		right: 58.33333%;
	}

	.pull-md-8 {
		right: 66.66667%;
	}

	.pull-md-9 {
		right: 75%;
	}

	.pull-md-10 {
		right: 83.33333%;
	}

	.pull-md-11 {
		right: 91.66667%;
	}

	.pull-md-12 {
		right: 100%;
	}

	.push-md-0 {
		left: auto;
	}

	.push-md-1 {
		left: 8.33333%;
	}

	.push-md-2 {
		left: 16.66667%;
	}

	.push-md-3 {
		left: 25%;
	}

	.push-md-4 {
		left: 33.33333%;
	}

	.push-md-5 {
		left: 41.66667%;
	}

	.push-md-6 {
		left: 50%;
	}

	.push-md-7 {
		left: 58.33333%;
	}

	.push-md-8 {
		left: 66.66667%;
	}

	.push-md-9 {
		left: 75%;
	}

	.push-md-10 {
		left: 83.33333%;
	}

	.push-md-11 {
		left: 91.66667%;
	}

	.push-md-12 {
		left: 100%;
	}

	.offset-md-0 {
		margin-left: 0;
	}

	.offset-md-1 {
		margin-left: 8.33333%;
	}

	.offset-md-2 {
		margin-left: 16.66667%;
	}

	.offset-md-3 {
		margin-left: 25%;
	}

	.offset-md-4 {
		margin-left: 33.33333%;
	}

	.offset-md-5 {
		margin-left: 41.66667%;
	}

	.offset-md-6 {
		margin-left: 50%;
	}

	.offset-md-7 {
		margin-left: 58.33333%;
	}

	.offset-md-8 {
		margin-left: 66.66667%;
	}

	.offset-md-9 {
		margin-left: 75%;
	}

	.offset-md-10 {
		margin-left: 83.33333%;
	}

	.offset-md-11 {
		margin-left: 91.66667%;
	}

	.col-md-2_5 {
		flex: 0 0 20%;
		max-width: 20%;
	}

	.flex-md {
		display: flex;
	}

	.flex-md-first {
		order: -1;
	}

	.flex-md-last {
		order: 1;
	}

	.flex-md-unordered {
		order: 0;
	}

	.flex-md-row {
		flex-direction: row !important;
	}

	.flex-md-column {
		flex-direction: column !important;
	}

	.flex-md-row-reverse {
		flex-direction: row-reverse !important;
	}

	.flex-md-column-reverse {
		flex-direction: column-reverse !important;
	}

	.flex-md-wrap {
		flex-wrap: wrap !important;
	}

	.flex-md-nowrap {
		flex-wrap: nowrap !important;
	}

	.flex-md-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}

	.justify-content-md-start {
		justify-content: flex-start !important;
	}

	.justify-content-md-end {
		justify-content: flex-end !important;
	}

	.justify-content-md-center {
		justify-content: center !important;
	}

	.justify-content-md-between {
		justify-content: space-between !important;
	}

	.justify-content-md-around {
		justify-content: space-around !important;
	}

	.align-items-md-start {
		align-items: flex-start !important;
	}

	.align-items-md-end {
		align-items: flex-end !important;
	}

	.align-items-md-center {
		align-items: center !important;
	}

	.align-items-md-baseline {
		align-items: baseline !important;
	}

	.align-items-md-stretch {
		align-items: stretch !important;
	}

	.align-content-md-start {
		align-content: flex-start !important;
	}

	.align-content-md-end {
		align-content: flex-end !important;
	}

	.align-content-md-center {
		align-content: center !important;
	}

	.align-content-md-between {
		align-content: space-between !important;
	}

	.align-content-md-around {
		align-content: space-around !important;
	}

	.align-content-md-stretch {
		align-content: stretch !important;
	}

	.align-self-md-auto {
		align-self: auto !important;
	}

	.align-self-md-start {
		align-self: flex-start !important;
	}

	.align-self-md-end {
		align-self: flex-end !important;
	}

	.align-self-md-center {
		align-self: center !important;
	}

	.align-self-md-baseline {
		align-self: baseline !important;
	}

	.align-self-md-stretch {
		align-self: stretch !important;
	}

	.hidden-md-up {
		display: none !important;
	}

	.unwrapper {
		padding: -25px;
	}

	.text-minor,
	.therapy-constructor-item__item {
		font-size: 0.9rem;
	}

	.circled-info__block,
	.text-lower {
		font-size: 0.8rem;
	}

	.diagram-legend__item p,
	.form-error,
	.review__date,
	.text-small,
	.whitening-new__care-text,
	blockquote cite,
	small {
		font-size: 0.7rem;
	}

	.text-md-left {
		text-align: left !important;
	}

	.text-md-right {
		text-align: right !important;
	}

	.text-md-center {
		text-align: center !important;
	}

	.form-response {
		text-align: center;
	}

	.accept-field {
		font-size: 14px;
	}

	.accept-field__label {
		padding-left: 28px;
	}

	.card__doctor img {
		min-width: auto;
	}

	.card__doctor-title {
		font-size: 0.7rem;
	}

	.news-blocks--blog .news-blocks__item:first-child {
		margin-top: 0;
	}

	.blog__subscribe-image {
		transform: translateX(20%);
		margin-top: -15%;
	}

	.floor__room-title span {
		max-width: 295px;
		padding: 15px 30px;
		font-size: 18px;
	}

	.floors {
		max-height: 110vh;
		margin-top: -10%;
	}

	.scheme-circle__item--next + .scheme-circle__item {
		opacity: 0.5;
	}

	.floating-call {
		display: none;
	}

	.services-grid__wrapper {
		flex-wrap: wrap;
		justify-content: center;
		width: auto;
	}

	.services-grid__item,
	.services-grid__item--tiny {
		margin-bottom: 70px;
		width: 50%;
		flex: 0 0 50%;
	}

	.services-grid__pagination {
		display: none;
	}

	.hero-new {
		overflow: visible;
		min-height: 720px;
	}

	.hero-new--fullsize {
		min-height: 820px;
		padding-bottom: 175px;
	}

	.hero-new__image {
		transform: translate(-120%, 10%);
		width: 50%;
	}

	.hero-new__image--protez {
		transform: translate(-35%, 10%);
		width: 50%;
		border-radius: 0;
		overflow: visible;
		top: 0;
	}

	.hero-new__image--ortodont {
		transform: translate(-40%, 10%);
		width: 50%;
		border-radius: 0;
		overflow: visible;
		top: 0;
	}

	.hero-new__image--hygiene,
	.hero-new__image--smile,
	.hero-new__image--therapy {
		transform: translate(-30%);
		width: 50%;
		top: 0;
	}

	.hero-new__image--cleaning {
		transform: translate(-30%, 20%);
		width: 50%;
		top: 0;
	}

	.hero-new__image--kapa {
		transform: translate(-90%, 15%);
		width: 50%;
	}

	.hero-new__image--veneers {
		transform: translate(-40%, 5%);
		width: 50%;
	}

	.hero-new__image--clasp {
		transform: translate(-20%, 5%);
		width: 50%;
	}

	.hero-new__image--queen {
		transform: translate(-25%, 5%);
		width: 50%;
	}

	.hero-new__image--whitening {
		transform: translate(-15%, 5%);
		width: 50%;
	}

	.hero-new__image--implant {
		transform: translate(-80%, 30%);
		width: 50%;
	}

	.hero-new__image--coop {
		transform: translate(-90%, 10%);
		width: 50%;
	}

	.hero-new__image--surgery {
		transform: translate(-20%, 10%);
		width: 50%;
		border-radius: 0;
		overflow: visible;
		top: 0;
	}

	.form-block-doctor {
		padding-top: 250px;
		margin: -100px 0 0;
	}

	.form-block-doctor--index {
		margin-top: -150px;
		pointer-events: none;
	}

	.form-block-doctor--index .form-block-doctor__doctor {
		top: auto;
	}

	.form-block-doctor__form {
		border-radius: 15px;
	}

	.form-block-doctor__form-content {
		width: 55%;
	}

	.form-block-doctor__doctor {
		position: absolute;
		top: 120px;
		bottom: 0;
		width: 70%;
		right: -5%;
		max-width: 700px;
		z-index: 0;
		display: flex;
		align-items: flex-end;
	}

	.form-block-action__form {
		border-radius: 15px;
		padding-left: 8.333%;
	}

	.form-block-action__form-content {
		width: 50%;
	}

	.compare-hero__item:last-child:after {
		height: 115px;
	}

	.diagram-year__year {
		font-size: 15rem;
	}

	.diagram-year__wrapper {
		padding-top: 110px;
	}

	.signboard {
		padding-top: 4rem;
	}

	.signboard__text {
		font-size: 10rem;
	}

	.ig {
		padding: 40px 40px 60px;
	}

	.ig__wrap {
		margin-left: -25px;
		margin-right: -25px;
	}

	.ig__item {
		width: 33.333333%;
		padding: 25px;
	}

	.smile-case:before {
		font-size: 8rem;
	}

	.cases-curved-main__slide {
		flex-direction: row;
	}

	.cases-curved-main__text-wrapper {
		flex: 0 0 58.3333%;
		width: 58.3333%;
	}

	.health-form {
		margin-top: 20px;
	}

	.health-form__container {
		flex-direction: row;
	}

	.health-form__img-container {
		padding: 0 15px;
		max-width: 50%;
	}

	.health-form__img-container img {
		max-width: 100%;
	}

	.health-form__img-container:before {
		content: none;
	}

	.health-form__content {
		padding: 50px 30px 50px 0;
	}

	.health-form__content:before {
		content: "";
		display: block;
		height: 100%;
		position: absolute;
		background-color: #f5f5f5;
		z-index: -1;
		right: 0;
		top: 0;
		width: 100vw;
		max-width: 1200px;
	}

	.index-main-slider-v2__content {
		font-size: 1.1rem;
		max-width: 58.3333%;
		padding-bottom: 100px;
	}

	.index-main-slider-v2__heading {
		font-size: 2.5rem;
		margin-bottom: 1rem;
	}

	@supports (width: min(10px, 5vw)) {
		.index-main-slider-v2__btn {
			padding-left: max(10%, 30px);
			padding-right: max(10%, 30px);
		}
	}

	.index-main-slider-v2__image {
		margin-top: 0;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1;
		max-width: 90%;
		transform: translate(25%, -80px);
	}

	.index-main-slider-v2__bullets {
		bottom: 50px;
	}

	.index-slide {
		min-height: 780px;
		display: flex;
		align-items: center;
	}

	.index-slide__content {
		max-width: 60%;
		padding: 0;
	}

	.index-slide__heading {
		line-height: calc(1em + 5px);
		font-size: 2.5rem;
	}

	.index-slide__text {
		font-size: 1.5rem;
	}

	.index-slide__image {
		left: 70%;
		transform: translateX(-25%);
	}

	.index-slide__image img {
		max-width: none;
	}

	.index-about__title {
		font-size: 11.5rem;
	}

	.index-cases__heading {
		padding-top: 160px;
	}

	.doctors-page__bubbles {
		position: relative;
		height: 750px;
	}

	.doctors-page__bubbles-layer,
	.doctors-page__bubbles-layers {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}

	.doctors-page__bubble {
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		border-radius: 50%;
		background-color: rgba(0, 150, 170, 0.3);
	}

	.doctors-page__bubble--dark {
		background-color: rgba(0, 150, 170, 0.4);
	}

	.doctors-page__bubble--darker {
		background-color: rgba(0, 150, 170, 0.5);
	}

	.doctors-page__bubble--25 {
		width: 390px;
		height: 390px;
	}

	.doctors-page__bubble-number {
		position: relative;
	}

	.doctors-page__bubble-label--center {
		margin-top: -10px;
		top: 100%;
		left: 50%;
		transform: translateX(-50%);
		text-align: center;
	}

	.doctors-page__bubble-label--left,
	.doctors-page__bubble-label--right {
		max-width: 200px;
		top: 50%;
		transform: translateY(-50%);
	}

	.doctors-page__bubble-label--right {
		left: calc(100% + 10px);
	}

	.doctors-page__bubble-label--left {
		right: calc(100% + 10px);
	}

	.doctors-page__bubble-label--large {
		font-size: 30px;
	}

	.doctors-page__bubble-label--huge {
		font-size: 50px;
	}

	.doctors-page__bubble--25 .doctors-page__bubble-number {
		font-size: 160px;
	}

	.doctors-page__bubble--10 {
		width: 250px;
		height: 250px;
	}

	.doctors-page__bubble--7 .doctors-page__bubble-number,
	.doctors-page__bubble--8 .doctors-page__bubble-number,
	.doctors-page__bubble--10 .doctors-page__bubble-number {
		font-size: 120px;
	}

	.doctors-page__bubble--8 {
		width: 220px;
		height: 220px;
	}

	.doctors-page__bubble--7 {
		width: 205px;
		height: 205px;
	}

	.doctors-page__bubble--5 {
		width: 175px;
		height: 175px;
	}

	.doctors-page__bubble--5 .doctors-page__bubble-number {
		font-size: 100px;
	}

	.department__short {
		min-height: 500px;
	}

	.surgery-service {
		overflow-y: hidden;
	}

	.service-implant:before {
		height: calc(100% - 600px);
		top: 250px;
		background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22409%22%20height%3D%222011%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23DADADA%22%20stroke-dasharray%3D%222%2010%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M404.7%202.2s23.2%20124.8-92.7%20174S-6%20303.2%204%20435.2c0%20225%20402.6%20256.8%20402.6%20414.4%200%20359.4-347.2%20264-347.2%20480.2%200%20227.8%20332.7%20102.4%20332.7%20322.6%200%20179.4-288.4%20189.8-288.4%20359%22%2F%3E%3C%2Fsvg%3E");
	}

	.service-implant:before,
	.service-protez:before {
		content: "";
		width: 100%;
		display: block;
		position: absolute;
		left: 0;
		background-position: 50%;
		background-repeat: no-repeat;
		background-size: contain;
	}

	.service-protez:before {
		height: calc(100% - 400px);
		top: 270px;
		background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22418%22%20height%3D%221986%22%3E%0A%20%20%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23DADADA%22%20stroke-dasharray%3D%222%2010%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M383.7%202.2s29%20126-91.7%20161.8C146.9%20207.1%2017%20294%2027%20426c0%20225%20389%20256.4%20389%20414%200%20114.2-413%20317.9-413%20534%200%20227.8%20346%20199.5%20346%20613%22%2F%3E%0A%3C%2Fsvg%3E");
	}

	.service-protez-side-block {
		margin-right: 0;
		margin-left: 0;
		display: flex;
		justify-content: flex-end;
	}

	.service-protez-side-block__image {
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		max-width: 66.66666%;
	}

	.service-protez-side-block__content {
		margin-bottom: 30px;
		margin-top: 30px;
		width: 50%;
	}

	.service-podbor-price--small {
		font-size: 2.5rem;
	}

	.patients-page {
		margin-top: -4rem;
	}

	.partnership-page__hero {
		position: absolute;
		left: 55%;
	}

	.case__back {
		margin-top: -150px;
	}

	.case-hero {
		overflow: visible;
		min-height: 520px;
	}

	.case-hero--fullsize {
		min-height: 820px;
		padding-bottom: 175px;
	}

	.case-hero__image {
		transform: translate(-15%);
		left: 50%;
	}

	.case-cite {
		padding-right: 70px;
	}

	.case-plan {
		position: relative;
		padding-top: 300px;
	}

	.case-plan br {
		display: inline;
	}

	.case-plan__parallax {
		position: absolute !important;
		top: 0;
		width: 100%;
		height: 700px;
	}

	.case-plan__circle-wrapper {
		width: 100%;
		height: 100%;
		display: block;
	}

	.case-plan__circle {
		margin: 50px;
		position: relative;
		display: inline-block;
		text-align: center;
		line-height: 1.3;
	}

	.case-plan__circle:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: calc(100% + 3em);
		padding-bottom: calc(100% + 3em);
		transform: translate(-50%, -50%);
		background: #eff6f8;
		z-index: -1;
		border-radius: 100%;
	}

	.case-plan__circle-wrapper:first-child .case-plan__circle {
		top: 10%;
		left: 5%;
	}

	.case-plan__circle-wrapper:nth-child(2) .case-plan__circle {
		top: 20%;
		left: 30%;
	}

	.case-plan__circle-wrapper:nth-child(3) .case-plan__circle {
		top: 8%;
		left: 55%;
	}

	.case-plan__circle-wrapper:nth-child(4) .case-plan__circle {
		top: 35%;
		left: 75%;
	}

	.case-plan__circle-wrapper:nth-child(5) .case-plan__circle {
		top: 55%;
		left: 5%;
	}

	.case-plan__circle-wrapper:nth-child(6) .case-plan__circle {
		top: 65%;
		left: 65%;
	}

	.case-footer__image {
		transform: translate(-90%);
		position: absolute;
		top: 0;
		left: 50%;
	}

	.children-hero__parallax {
		height: 100%;
	}

	.children-hero__virus-img {
		transform: none;
	}

	.children-hero__ret-price {
		font-size: 5rem;
	}

	.children-comfort__image {
		transform: translate(-50%, -50%);
	}

	.whitening-new__procedure picture {
		display: block;
	}

	.whitening-new__care-right {
		flex-direction: column;
	}

	.whitening-new__beeroot {
		position: relative;
		transform: translateY(20%);
		z-index: -1;
	}

	.whitening-new__beeroot img {
		max-width: 150%;
		position: relative;
		left: 50%;
		transform: translate(-55%);
	}

	.implant-new__know-number {
		font-size: 5.5rem;
	}

	.implant-new__nos-bg {
		width: 100%;
		right: -20%;
	}

	.implant-new-constructor {
		margin-bottom: 170px;
	}

	.implant-new-constructor__title {
		font-size: 7rem;
	}

	.implant-new-step-bullet-slider {
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		margin-top: 70px;
	}

	.implant-new-step-bullet-slider__wrapper {
		justify-content: center;
	}

	.implant-new__parallax-wrapper {
		padding-top: 50px;
	}

	.implant-new__parallax .implant-new__parallax-item--1 img {
		transform: translate(50%, -450%);
	}

	.implant-new__parallax .implant-new__parallax-item--2 img {
		transform: translate(900%, -250%);
	}

	.implant-new__parallax .implant-new__parallax-item--3 img {
		transform: translate(-340%, -290%);
	}

	.implant-new__parallax .implant-new__parallax-item--4 img {
		transform: translate(100%, 5%);
	}

	.implant-new__parallax .implant-new__parallax-item--5 img {
		transform: translate(-30%, 60%);
	}

	.implant-new__parallax .implant-new__parallax-item--6 img {
		transform: translate(-200%, 30%);
	}

	.implant-new__parallax .implant-new__parallax-item--7 img {
		transform: translate(-180%, -80%);
	}

	.implant-new__parallax .implant-new__parallax-item--8 img {
		transform: translate(120%, -50%);
	}

	.cleaning-season {
		margin-top: 50px;
		margin-bottom: 150px;
	}

	.checkup__content {
		position: absolute;
		max-width: 1180px;
		width: calc(100vw - 30px);
		top: -150px;
	}

	.checkup__bg {
		position: relative;
		margin-top: -350px;
	}

	.checkup__picture {
		float: right;
		left: 35%;
	}

	.checkup__picture-cloud {
		position: absolute;
		top: 45%;
		left: -28%;
		max-width: 380px;
	}

	.checkup__button {
		margin-top: 0;
		position: absolute;
		bottom: -200px;
		left: 170px;
	}

	.checkup__content--1 .checkup__button {
		position: absolute;
		left: 15%;
		top: 92%;
	}

	.checkup__content--2 .checkup__picture {
		left: 45%;
	}

	.checkup__content--2 .checkup__picture-cloud {
		top: 40%;
		left: -45%;
	}

	.checkup__content--3 .checkup__picture-cloud {
		top: 35%;
		left: -35%;
		width: 100%;
		max-width: 470px;
	}

	.checkup__content--3 .checkup__button {
		bottom: -250px;
	}

	.checkup__content--4 .checkup__picture-cloud {
		top: 55%;
		width: 100%;
		max-width: 400px;
		left: -33%;
	}

	.checkup__content--4 .checkup__button {
		bottom: -320px;
	}

	.checkup__content--4 .checkup__picture {
		left: 45%;
	}

	.checkup-splash__wrapper {
		left: 30%;
	}

	.checkup-splash__cloud {
		position: absolute;
		top: 45%;
		left: -30%;
	}

	.coop-result__img {
		width: 600px;
		transform: translate(-20%, 10%);
	}

	.vinir-smile {
		margin-top: 195px;
		margin-bottom: 235px;
	}

	.vinir-stages__item + .vinir-stages__item {
		margin-top: 115px;
	}
}

@media (min-width: 992px) {
	.row {
		margin-right: -15px;
		margin-left: -15px;
	}

	.col,
	.col-1,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-10,
	.col-11,
	.col-12,
	.col-lg,
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-md,
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-sm,
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-xl,
	.col-xl-1,
	.col-xl-2,
	.col-xl-3,
	.col-xl-4,
	.col-xl-5,
	.col-xl-6,
	.col-xl-7,
	.col-xl-8,
	.col-xl-9,
	.col-xl-10,
	.col-xl-11,
	.col-xl-12,
	.col-xxl,
	.col-xxl-1,
	.col-xxl-2,
	.col-xxl-3,
	.col-xxl-4,
	.col-xxl-5,
	.col-xxl-6,
	.col-xxl-7,
	.col-xxl-8,
	.col-xxl-9,
	.col-xxl-10,
	.col-xxl-11,
	.col-xxl-12 {
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-lg {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
	}

	.col-lg-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}

	.col-lg-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}

	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-lg-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.col-lg-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}

	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-lg-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}

	.col-lg-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}

	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-lg-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}

	.col-lg-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}

	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.pull-lg-0 {
		right: auto;
	}

	.pull-lg-1 {
		right: 8.33333%;
	}

	.pull-lg-2 {
		right: 16.66667%;
	}

	.pull-lg-3 {
		right: 25%;
	}

	.pull-lg-4 {
		right: 33.33333%;
	}

	.pull-lg-5 {
		right: 41.66667%;
	}

	.pull-lg-6 {
		right: 50%;
	}

	.pull-lg-7 {
		right: 58.33333%;
	}

	.pull-lg-8 {
		right: 66.66667%;
	}

	.pull-lg-9 {
		right: 75%;
	}

	.pull-lg-10 {
		right: 83.33333%;
	}

	.pull-lg-11 {
		right: 91.66667%;
	}

	.pull-lg-12 {
		right: 100%;
	}

	.push-lg-0 {
		left: auto;
	}

	.push-lg-1 {
		left: 8.33333%;
	}

	.push-lg-2 {
		left: 16.66667%;
	}

	.push-lg-3 {
		left: 25%;
	}

	.push-lg-4 {
		left: 33.33333%;
	}

	.push-lg-5 {
		left: 41.66667%;
	}

	.push-lg-6 {
		left: 50%;
	}

	.push-lg-7 {
		left: 58.33333%;
	}

	.push-lg-8 {
		left: 66.66667%;
	}

	.push-lg-9 {
		left: 75%;
	}

	.push-lg-10 {
		left: 83.33333%;
	}

	.push-lg-11 {
		left: 91.66667%;
	}

	.push-lg-12 {
		left: 100%;
	}

	.offset-lg-0 {
		margin-left: 0;
	}

	.offset-lg-1 {
		margin-left: 8.33333%;
	}

	.offset-lg-2 {
		margin-left: 16.66667%;
	}

	.offset-lg-3 {
		margin-left: 25%;
	}

	.offset-lg-4 {
		margin-left: 33.33333%;
	}

	.offset-lg-5 {
		margin-left: 41.66667%;
	}

	.offset-lg-6 {
		margin-left: 50%;
	}

	.offset-lg-7 {
		margin-left: 58.33333%;
	}

	.offset-lg-8 {
		margin-left: 66.66667%;
	}

	.offset-lg-9 {
		margin-left: 75%;
	}

	.offset-lg-10 {
		margin-left: 83.33333%;
	}

	.offset-lg-11 {
		margin-left: 91.66667%;
	}

	.col-lg-2_5 {
		flex: 0 0 20%;
		max-width: 20%;
	}

	.flex-lg {
		display: flex;
	}

	.flex-lg-first {
		order: -1;
	}

	.flex-lg-last {
		order: 1;
	}

	.flex-lg-unordered {
		order: 0;
	}

	.flex-lg-row {
		flex-direction: row !important;
	}

	.flex-lg-column {
		flex-direction: column !important;
	}

	.flex-lg-row-reverse {
		flex-direction: row-reverse !important;
	}

	.flex-lg-column-reverse {
		flex-direction: column-reverse !important;
	}

	.flex-lg-wrap {
		flex-wrap: wrap !important;
	}

	.flex-lg-nowrap {
		flex-wrap: nowrap !important;
	}

	.flex-lg-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}

	.justify-content-lg-start {
		justify-content: flex-start !important;
	}

	.justify-content-lg-end {
		justify-content: flex-end !important;
	}

	.justify-content-lg-center {
		justify-content: center !important;
	}

	.justify-content-lg-between {
		justify-content: space-between !important;
	}

	.justify-content-lg-around {
		justify-content: space-around !important;
	}

	.align-items-lg-start {
		align-items: flex-start !important;
	}

	.align-items-lg-end {
		align-items: flex-end !important;
	}

	.align-items-lg-center {
		align-items: center !important;
	}

	.align-items-lg-baseline {
		align-items: baseline !important;
	}

	.align-items-lg-stretch {
		align-items: stretch !important;
	}

	.align-content-lg-start {
		align-content: flex-start !important;
	}

	.align-content-lg-end {
		align-content: flex-end !important;
	}

	.align-content-lg-center {
		align-content: center !important;
	}

	.align-content-lg-between {
		align-content: space-between !important;
	}

	.align-content-lg-around {
		align-content: space-around !important;
	}

	.align-content-lg-stretch {
		align-content: stretch !important;
	}

	.align-self-lg-auto {
		align-self: auto !important;
	}

	.align-self-lg-start {
		align-self: flex-start !important;
	}

	.align-self-lg-end {
		align-self: flex-end !important;
	}

	.align-self-lg-center {
		align-self: center !important;
	}

	.align-self-lg-baseline {
		align-self: baseline !important;
	}

	.align-self-lg-stretch {
		align-self: stretch !important;
	}

	.hidden-lg-up {
		display: none !important;
	}

	.unwrapper {
		padding: -30px;
	}

	.text-lg-left {
		text-align: left !important;
	}

	.text-lg-right {
		text-align: right !important;
	}

	.text-lg-center {
		text-align: center !important;
	}

	.mt-2 xs-desktop {
		margin-top: 0.25rem;
	}

	.mb-2 xs-desktop {
		margin-bottom: 0.25rem;
	}

	.ml-2 xs-desktop {
		margin-left: 0.25rem;
	}

	.mr-2 xs-desktop,
	.mx-2 xs-desktop {
		margin-right: 0.25rem;
	}

	.mx-2 xs-desktop {
		margin-left: 0.25rem;
	}

	.my-2 xs-desktop {
		margin-top: 0.25rem;
		margin-bottom: 0.25rem;
	}

	.mt-xs-desktop {
		margin-top: 0.5rem;
	}

	.mb-xs-desktop {
		margin-bottom: 0.5rem;
	}

	.ml-xs-desktop {
		margin-left: 0.5rem;
	}

	.mr-xs-desktop,
	.mx-xs-desktop {
		margin-right: 0.5rem;
	}

	.mx-xs-desktop {
		margin-left: 0.5rem;
	}

	.my-xs-desktop {
		margin-top: 0.5rem;
		margin-bottom: 0.5rem;
	}

	.mt-sm-desktop {
		margin-top: 1rem;
	}

	.mb-sm-desktop {
		margin-bottom: 1rem;
	}

	.ml-sm-desktop {
		margin-left: 1rem;
	}

	.mr-sm-desktop,
	.mx-sm-desktop {
		margin-right: 1rem;
	}

	.mx-sm-desktop {
		margin-left: 1rem;
	}

	.my-sm-desktop {
		margin-top: 1rem;
		margin-bottom: 1rem;
	}

	.mt-md-desktop {
		margin-top: 1.5rem;
	}

	.mb-md-desktop {
		margin-bottom: 1.5rem;
	}

	.ml-md-desktop {
		margin-left: 1.5rem;
	}

	.mr-md-desktop,
	.mx-md-desktop {
		margin-right: 1.5rem;
	}

	.mx-md-desktop {
		margin-left: 1.5rem;
	}

	.my-md-desktop {
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}

	.mt-lg-desktop {
		margin-top: 2rem;
	}

	.mb-lg-desktop {
		margin-bottom: 2rem;
	}

	.ml-lg-desktop {
		margin-left: 2rem;
	}

	.mr-lg-desktop,
	.mx-lg-desktop {
		margin-right: 2rem;
	}

	.mx-lg-desktop {
		margin-left: 2rem;
	}

	.my-lg-desktop {
		margin-top: 2rem;
		margin-bottom: 2rem;
	}

	.mt-xl-desktop {
		margin-top: 2.5rem;
	}

	.mb-xl-desktop {
		margin-bottom: 2.5rem;
	}

	.ml-xl-desktop {
		margin-left: 2.5rem;
	}

	.mr-xl-desktop,
	.mx-xl-desktop {
		margin-right: 2.5rem;
	}

	.mx-xl-desktop {
		margin-left: 2.5rem;
	}

	.my-xl-desktop {
		margin-top: 2.5rem;
		margin-bottom: 2.5rem;
	}

	.mt-xxl-desktop {
		margin-top: 5rem;
	}

	.mb-xxl-desktop {
		margin-bottom: 5rem;
	}

	.ml-xxl-desktop {
		margin-left: 5rem;
	}

	.mr-xxl-desktop,
	.mx-xxl-desktop {
		margin-right: 5rem;
	}

	.mx-xxl-desktop {
		margin-left: 5rem;
	}

	.my-xxl-desktop {
		margin-top: 5rem;
		margin-bottom: 5rem;
	}

	.mt-xxxl-desktop {
		margin-top: 7.5rem;
	}

	.mb-xxxl-desktop {
		margin-bottom: 7.5rem;
	}

	.ml-xxxl-desktop {
		margin-left: 7.5rem;
	}

	.mr-xxxl-desktop,
	.mx-xxxl-desktop {
		margin-right: 7.5rem;
	}

	.mx-xxxl-desktop {
		margin-left: 7.5rem;
	}

	.my-xxxl-desktop {
		margin-top: 7.5rem;
		margin-bottom: 7.5rem;
	}

	.mt-none-desktop {
		margin-top: 0;
	}

	.mb-none-desktop {
		margin-bottom: 0;
	}

	.ml-none-desktop {
		margin-left: 0;
	}

	.mr-none-desktop {
		margin-right: 0;
	}

	.mx-none-desktop {
		margin-left: 0;
		margin-right: 0;
	}

	.my-none-desktop {
		margin-top: 0;
		margin-bottom: 0;
	}

	.pt-2 xs-desktop {
		padding-top: 0.25rem;
	}

	.pb-2 xs-desktop {
		padding-bottom: 0.25rem;
	}

	.pl-2 xs-desktop {
		padding-left: 0.25rem;
	}

	.pr-2 xs-desktop,
	.px-2 xs-desktop {
		padding-right: 0.25rem;
	}

	.px-2 xs-desktop {
		padding-left: 0.25rem;
	}

	.py-2 xs-desktop {
		padding-top: 0.25rem;
		padding-bottom: 0.25rem;
	}

	.pt-xs-desktop {
		padding-top: 0.5rem;
	}

	.pb-xs-desktop {
		padding-bottom: 0.5rem;
	}

	.pl-xs-desktop {
		padding-left: 0.5rem;
	}

	.pr-xs-desktop,
	.px-xs-desktop {
		padding-right: 0.5rem;
	}

	.px-xs-desktop {
		padding-left: 0.5rem;
	}

	.py-xs-desktop {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}

	.pt-sm-desktop {
		padding-top: 1rem;
	}

	.pb-sm-desktop {
		padding-bottom: 1rem;
	}

	.pl-sm-desktop {
		padding-left: 1rem;
	}

	.pr-sm-desktop,
	.px-sm-desktop {
		padding-right: 1rem;
	}

	.px-sm-desktop {
		padding-left: 1rem;
	}

	.py-sm-desktop {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}

	.pt-md-desktop {
		padding-top: 1.5rem;
	}

	.pb-md-desktop {
		padding-bottom: 1.5rem;
	}

	.pl-md-desktop {
		padding-left: 1.5rem;
	}

	.pr-md-desktop,
	.px-md-desktop {
		padding-right: 1.5rem;
	}

	.px-md-desktop {
		padding-left: 1.5rem;
	}

	.py-md-desktop {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}

	.pt-lg-desktop {
		padding-top: 2rem;
	}

	.pb-lg-desktop {
		padding-bottom: 2rem;
	}

	.pl-lg-desktop {
		padding-left: 2rem;
	}

	.pr-lg-desktop,
	.px-lg-desktop {
		padding-right: 2rem;
	}

	.px-lg-desktop {
		padding-left: 2rem;
	}

	.py-lg-desktop {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}

	.pt-xl-desktop {
		padding-top: 2.5rem;
	}

	.pb-xl-desktop {
		padding-bottom: 2.5rem;
	}

	.pl-xl-desktop {
		padding-left: 2.5rem;
	}

	.pr-xl-desktop,
	.px-xl-desktop {
		padding-right: 2.5rem;
	}

	.px-xl-desktop {
		padding-left: 2.5rem;
	}

	.py-xl-desktop {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}

	.pt-xxl-desktop {
		padding-top: 5rem;
	}

	.pb-xxl-desktop {
		padding-bottom: 5rem;
	}

	.pl-xxl-desktop {
		padding-left: 5rem;
	}

	.pr-xxl-desktop,
	.px-xxl-desktop {
		padding-right: 5rem;
	}

	.px-xxl-desktop {
		padding-left: 5rem;
	}

	.py-xxl-desktop {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}

	.pt-xxxl-desktop {
		padding-top: 7.5rem;
	}

	.pb-xxxl-desktop {
		padding-bottom: 7.5rem;
	}

	.pl-xxxl-desktop {
		padding-left: 7.5rem;
	}

	.pr-xxxl-desktop,
	.px-xxxl-desktop {
		padding-right: 7.5rem;
	}

	.px-xxxl-desktop {
		padding-left: 7.5rem;
	}

	.py-xxxl-desktop {
		padding-top: 7.5rem;
		padding-bottom: 7.5rem;
	}

	.pt-none-desktop {
		padding-top: 0;
	}

	.pb-none-desktop {
		padding-bottom: 0;
	}

	.pl-none-desktop {
		padding-left: 0;
	}

	.pr-none-desktop {
		padding-right: 0;
	}

	.px-none-desktop {
		padding-left: 0;
		padding-right: 0;
	}

	.py-none-desktop {
		padding-top: 0;
		padding-bottom: 0;
	}

	.table-prices tbody tr:hover td,
	.table-responsive tbody tr:hover td,
	table:not([class]) tbody tr:hover td {
		background-color: rgba(0, 150, 170, 0.05);
		transition-duration: 0.1s;
	}

	.table-responsive tbody tr:last-child td {
		border-bottom: none;
	}

	.header__logo {
		height: 57px;
	}

	.header-menu {
		overflow: visible;
	}

	.header-menu__sub--services > div {
		max-height: calc(100vh - 110px);
		overflow: hidden;
		overflow-y: scroll;
	}

	.news-blocks__item:first-child {
		margin-top: 0;
	}

	.hero:before {
		background-image: radial-gradient(
			470px at 70% 95%,
			rgba(0, 150, 170, 0.3),
			rgba(36, 153, 172, 0.31377) 1.17%,
			rgba(69, 160, 178, 0.35185) 4.49%,
			rgba(101, 171, 186, 0.40937) 9.72%,
			rgba(130, 183, 196, 0.48148) 16.59%,
			rgba(156, 196, 206, 0.56331) 24.86%,
			rgba(180, 209, 217, 0.65) 34.25%,
			rgba(201, 221, 227, 0.73669) 44.52%,
			rgba(220, 232, 236, 0.81852) 55.41%,
			rgba(234, 242, 244, 0.89063) 66.66%,
			rgba(245, 249, 250, 0.94815) 78.01%,
			rgba(253, 253, 254, 0.98623) 89.21%,
			#fff
		);
	}

	.hero--service {
		margin-top: -110px;
	}

	.hero--about {
		padding-top: 177px;
	}

	.hero--about:before {
		background-image: radial-gradient(
			600px at 70% 60%,
			rgba(0, 150, 170, 0.3),
			rgba(36, 153, 172, 0.31377) 1.17%,
			rgba(69, 160, 178, 0.35185) 4.49%,
			rgba(101, 171, 186, 0.40937) 9.72%,
			rgba(130, 183, 196, 0.48148) 16.59%,
			rgba(156, 196, 206, 0.56331) 24.86%,
			rgba(180, 209, 217, 0.65) 34.25%,
			rgba(201, 221, 227, 0.73669) 44.52%,
			rgba(220, 232, 236, 0.81852) 55.41%,
			rgba(234, 242, 244, 0.89063) 66.66%,
			rgba(245, 249, 250, 0.94815) 78.01%,
			rgba(253, 253, 254, 0.98623) 89.21%,
			#fff
		);
	}

	.hero--offer:before {
		background-image: radial-gradient(
			1300px at 70% 95%,
			rgba(0, 150, 170, 0.3),
			rgba(36, 153, 172, 0.31377) 1.17%,
			rgba(69, 160, 178, 0.35185) 4.49%,
			rgba(101, 171, 186, 0.40937) 9.72%,
			rgba(130, 183, 196, 0.48148) 16.59%,
			rgba(156, 196, 206, 0.56331) 24.86%,
			rgba(180, 209, 217, 0.65) 34.25%,
			rgba(201, 221, 227, 0.73669) 44.52%,
			rgba(220, 232, 236, 0.81852) 55.41%,
			rgba(234, 242, 244, 0.89063) 66.66%,
			rgba(245, 249, 250, 0.94815) 78.01%,
			rgba(253, 253, 254, 0.98623) 89.21%,
			#fff
		);
	}

	.hero__back-image-wrapper img {
		transform: translateX(-25%) !important;
	}

	.side-image__block {
		position: absolute;
		width: 100%;
		height: 100%;
		background-size: contain;
		bottom: 0;
		z-index: -1;
		background-repeat: no-repeat;
	}

	.side-image__block--right {
		background-position: 0;
		left: 50%;
		transform: translateX(-3%);
	}

	.bg-lightest-gray .side-image div[class*=" col"],
	.bg-lightest-gray .side-image div[class^="col"],
	.side-image.bg-lightest-gray div[class*=" col"],
	.side-image .bg-lightest-gray div[class*=" col"],
	.side-image.bg-lightest-gray div[class^="col"],
	.side-image .bg-lightest-gray div[class^="col"] {
		background-color: hsla(0, 0%, 96.9%, 0.7);
		box-shadow: 0 0 50px 10px #f7f7f7;
	}

	.side-image--both .side-image__block--right {
		left: 70%;
		transform: translateX(-5%);
	}

	.side-image__block--left {
		background-position: 100%;
		right: 50%;
		transform: translateX(3%);
	}

	.side-image--both .side-image__block--left {
		right: 70%;
		transform: translateX(5%);
	}

	.floors {
		margin-top: -20%;
	}

	.floors__wrapper {
		min-height: 850px;
	}

	.room-modal {
		max-height: 32rem;
	}

	@supports (grid-area: auto) {
		.zen-grid {
			grid-template-columns: 1fr 1fr 1fr;
		}
	}

	.zen-grid__item {
		flex-basis: 33.333333333%;
	}

	.zen-grid--main .zen-grid__item:nth-child(4n + 1) {
		flex-basis: 66.6666666%;
		--gradient-direction: to left;
	}

	@supports (grid-area: auto) {
		.zen-grid--main .zen-grid__item:nth-child(4n + 1) {
			grid-column: auto/span 2;
		}
	}

	.zen-grid--main .zen-grid__item:nth-child(4n + 1) .zen-item__content {
		width: 50%;
		height: 100%;
		align-self: flex-start;
		justify-content: center;
	}

	.zen-grid--main .zen-grid__item:nth-child(4n + 1) img {
		position: absolute;
		max-width: 100%;
		left: auto;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}

	.zen-grid--main .zen-grid__item:nth-child(4n + 1) .zen-item:hover img {
		transform: translateY(-50%) scale(1.05);
	}

	.zen-grid--main .zen-grid__item:nth-child(4n + 1) .zen-item:before {
		background: linear-gradient(270deg, transparent 30%, #e3e9ec 50%);
		background: linear-gradient(var(--gradient-direction), transparent 30%, var(--zen-color) 50%);
	}

	.zen-grid--main .zen-grid__item:nth-child(4n + 1) .zen-item__image {
		min-width: 60%;
		max-width: 60%;
		height: 100%;
		left: auto;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}

	.zen-grid--main .zen-grid__item:nth-child(4n) {
		flex-basis: 66.6666666%;
		--gradient-direction: to right;
	}

	@supports (grid-area: auto) {
		.zen-grid--main .zen-grid__item:nth-child(4n) {
			grid-column: auto/span 2;
		}
	}

	.zen-grid--main .zen-grid__item:nth-child(4n) .zen-item__image {
		left: auto;
		right: 0;
	}

	.zen-grid--main .zen-grid__item:nth-child(4n) .zen-item__content {
		width: 50%;
		height: 100%;
		align-self: flex-start;
		justify-content: center;
	}

	.zen-grid--main .zen-grid__item:nth-child(4n) img {
		position: absolute;
		max-width: 100%;
		left: auto;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}

	.zen-grid--main .zen-grid__item:nth-child(4n) .zen-item:hover img {
		transform: translateY(-50%) scale(1.05);
	}

	.zen-grid--main .zen-grid__item:nth-child(4n) .zen-item__content {
		margin-left: 50%;
	}

	.zen-grid--main .zen-grid__item:nth-child(4n) .zen-item:before {
		background: linear-gradient(90deg, transparent 30%, #e3e9ec 50%);
		background: linear-gradient(var(--gradient-direction), transparent 30%, var(--zen-color) 50%);
	}

	.zen-grid--main .zen-grid__item:nth-child(4n) .zen-item__image {
		min-width: 60%;
		max-width: 60%;
		height: 100%;
		left: 0;
		right: auto;
		top: 50%;
		transform: translateY(-50%);
	}

	.doctors-reviews-filter__list {
		flex-wrap: wrap;
	}

	.doctors-reviews-filter__item {
		flex-grow: 0;
		width: 10%;
	}

	.doctors-reviews-filter__scrollbar {
		display: none;
	}

	.overtext__text {
		bottom: 100%;
		left: 0;
		position: absolute;
	}

	.hero-new--dark {
		margin-top: 130px;
	}

	.hero-new__image {
		transform: translate(-85%);
	}

	.hero-new__image--protez {
		transform: translate(0);
	}

	.hero-new__image--ortodont {
		transform: translate(-80%);
	}

	.hero-new__image--therapy {
		transform: translate(-45%);
	}

	.hero-new__image--smile {
		transform: translate(-55%);
	}

	.hero-new__image--cleaning,
	.hero-new__image--hygiene,
	.hero-new__image--kapa {
		transform: translate(-45%);
	}

	.hero-new__image--veneers {
		transform: translate(-25%);
	}

	.hero-new__image--clasp,
	.hero-new__image--queen {
		transform: translate(5%);
	}

	.hero-new__image--whitening {
		transform: translate(-55%);
	}

	.hero-new__image--coop,
	.hero-new__image--implant {
		transform: translate(-65%);
	}

	.hero-new__image--surgery {
		transform: translate(-30%);
	}

	.hero-new__content {
		padding-top: 40px;
	}

	.form-block-doctor__doctor {
		display: block;
	}

	.compare-hero img {
		max-width: unset;
	}

	.jelly-wrapper canvas {
		display: block;
	}

	.jelly-wrapper--tiny canvas {
		max-height: calc(100% + 250px);
		top: -150px;
	}

	.diagram-year__year {
		font-size: 20rem;
	}

	.diagram-year__icon-wrapper {
		display: block;
		position: relative;
	}

	.diagram-year__icon {
		position: absolute;
		top: -32px;
		left: -22px;
		z-index: -1;
	}

	.diagram-year__wrapper {
		padding-bottom: 140px;
	}

	.diagram-legend {
		display: block;
		position: absolute;
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
	}

	.diagram-legend__item {
		position: absolute;
		left: var(--xpos);
		top: var(--ypos);
		max-width: var(--maxw, 180px);
		margin-top: 0;
		padding-left: 0;
	}

	.diagram-legend__count {
		display: revert;
	}

	.diagram-legend__count-number:before {
		content: none;
	}

	.diagram-legend__item p {
		display: revert;
	}

	.signboard {
		padding-top: 6rem;
	}

	.signboard__text {
		font-size: 13rem;
	}

	.smile-case__old:before {
		bottom: auto;
		top: calc(5rem + 50px);
		transform: none;
	}

	.smile-case--rewerse .smile-case__new-wrapper {
		margin-left: -25%;
	}

	.smile-case--rewerse .smile-case__old-wrapper {
		text-align: right;
	}

	.smile-case--rewerse .smile-case__old:before {
		transform: scaleX(-1);
		right: 105%;
		left: auto;
		top: calc(5rem + 40%);
	}

	.cases-curved-main__image {
		margin-left: -15%;
	}

	.health-form__img-container img {
		max-width: unset;
	}

	.health-form__content {
		padding: 100px 30px 0 0;
		height: 90vw;
		max-height: 800px;
	}

	.health-form__description {
		margin-top: 36px;
	}

	.health-form__list-item {
		padding-left: 63px;
	}

	.health-form__list-item:before {
		left: 30px;
		width: 8px;
		height: 8px;
	}

	.health-form__disclaimer {
		padding-left: 58px;
	}

	.health-form__disclaimer:before {
		width: 40px;
		height: 40px;
	}

	.content-gray {
		margin: 165px 0;
		padding: 100px 80px;
	}

	.law-documents__item {
		margin-top: 160px;
	}

	.law-document__name {
		margin-top: 0;
		margin-bottom: 35px;
	}

	.law-document__image {
		max-width: unset;
		float: right;
	}

	.law-document.flex-lg-row-reverse .law-document__image {
		float: left;
	}

	.law-document__btn {
		margin-top: 25px;
	}

	.index-main-slider-v2__slide {
		min-height: 900px;
		height: 100vh;
		max-height: 960px;
	}

	.index-main-slider-v2__content {
		padding-top: 100px;
		font-size: 1.2rem;
	}

	@supports (width: min(10px, 5vw)) {
		.index-main-slider-v2__content {
			padding-top: min(6.5%, 100px);
		}
	}

	.index-main-slider-v2__heading {
		font-size: 3.5rem;
	}

	.index-main-slider-v2__image {
		max-width: 100%;
		transform: translate(20%, -80px);
	}

	.index-slide__content {
		width: 100%;
		max-width: 710px;
	}

	.index-slide__heading {
		font-size: 3rem;
	}

	.index-cases {
		grid-template-columns: 41.6666666667% 1fr;
		grid-template-rows: 1fr 1fr;
		grid-template-areas: "ph h" "ph t";
	}

	.index-cases__picture img {
		float: right;
		max-width: none;
		margin-right: -15%;
	}

	.doctors-page__department-title {
		-webkit-hyphens: none;
		-ms-hyphens: none;
		hyphens: none;
	}

	.faq-cite:after {
		content: none;
	}

	.service-protez-side-block__content {
		margin-top: 65px;
		margin-bottom: 75px;
	}

	.service-roentgen__block {
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 110%;
		background-position: 50%;
		z-index: -1;
		background-repeat: no-repeat;
		transform: translate(-65%, -50%);
		top: 50%;
		left: 50%;
	}

	.service-roentgen--reversed .service-roentgen__block {
		transform: translate(-35%, -50%);
	}

	.service-roentgen:before {
		background-image: radial-gradient(
			330px at 25% 55%,
			rgba(0, 150, 170, 0.3),
			rgba(36, 153, 172, 0.31377) 1.17%,
			rgba(69, 160, 178, 0.35185) 4.49%,
			rgba(101, 171, 186, 0.40937) 9.72%,
			rgba(130, 183, 196, 0.48148) 16.59%,
			rgba(156, 196, 206, 0.56331) 24.86%,
			rgba(180, 209, 217, 0.65) 34.25%,
			rgba(201, 221, 227, 0.73669) 44.52%,
			rgba(220, 232, 236, 0.81852) 55.41%,
			rgba(234, 242, 244, 0.89063) 66.66%,
			rgba(245, 249, 250, 0.94815) 78.01%,
			rgba(253, 253, 254, 0.98623) 89.21%,
			#fff
		);
	}

	.service-roentgen--reversed:before {
		background-image: radial-gradient(
			330px at 80% 55%,
			rgba(0, 150, 170, 0.3),
			rgba(36, 153, 172, 0.31377) 1.17%,
			rgba(69, 160, 178, 0.35185) 4.49%,
			rgba(101, 171, 186, 0.40937) 9.72%,
			rgba(130, 183, 196, 0.48148) 16.59%,
			rgba(156, 196, 206, 0.56331) 24.86%,
			rgba(180, 209, 217, 0.65) 34.25%,
			rgba(201, 221, 227, 0.73669) 44.52%,
			rgba(220, 232, 236, 0.81852) 55.41%,
			rgba(234, 242, 244, 0.89063) 66.66%,
			rgba(245, 249, 250, 0.94815) 78.01%,
			rgba(253, 253, 254, 0.98623) 89.21%,
			#fff
		);
	}

	.service-optg {
		background-image: url(/local/build/images/optg_roentgen.ab90089f.jpg);
		background-repeat: no-repeat;
		background-position: top;
	}

	.service-optg .wrapper {
		padding-top: 350px;
	}

	.service-3dkt {
		background-image: url(/local/build/images/3dkt_tomograph.0368bf28.jpg);
		background-repeat: no-repeat;
		background-position: top;
	}

	.service-3dkt .wrapper {
		padding-top: 630px;
	}

	.service-3dkt .wrapper + .wrapper {
		padding-top: 930px;
	}

	.vacancy-page__side-photo {
		position: absolute;
		top: 50%;
	}

	.vacancy-page__side-photo--first {
		left: 0;
		transform: translate(-50%, -50%);
	}

	.vacancy-page__side-photo--last {
		right: 0;
		transform: translate(50%, -50%);
	}

	.case__back {
		padding-top: 550px;
		margin-top: -650px;
	}

	.case__flying {
		margin-top: 540px;
		text-align: right;
	}

	.case-hero {
		margin-top: 70px;
	}

	.case-footer__image {
		transform: translate(-90%);
	}

	.children-scheme__wrapper-parent {
		max-width: 1280px;
		margin: 0 auto;
		position: relative;
	}

	picture:first-child .children-comfort__image {
		top: 200px;
		left: 30%;
	}

	picture:nth-child(2) .children-comfort__image {
		top: 1200px;
		left: 85%;
	}

	picture:nth-child(3) .children-comfort__image {
		display: block;
		top: 850px;
		left: 30%;
	}

	picture:nth-child(4) .children-comfort__image {
		display: block;
		top: 500px;
		left: 45%;
	}

	picture:nth-child(5) .children-comfort__image {
		top: 450px;
		left: 80%;
	}

	picture:nth-child(6) .children-comfort__image {
		top: 630px;
		left: 20%;
	}

	picture:nth-child(7) .children-comfort__image {
		display: block;
		top: 560px;
		left: 93%;
	}

	picture:nth-child(8) .children-comfort__image {
		top: 700px;
		left: 40%;
	}

	picture:nth-child(9) .children-comfort__image {
		display: block;
		top: 200px;
		left: 5%;
	}

	picture:nth-child(10) .children-comfort__image {
		top: 1000px;
		left: 85%;
	}

	picture:nth-child(11) .children-comfort__image {
		top: 200px;
		left: 93%;
	}

	picture:nth-child(12) .children-comfort__image {
		top: 80px;
		left: 75%;
	}

	.circle-bg-bottom:after,
	.circle-bg-top:before {
		height: 100px;
		-webkit-mask-size: 100% 100px;
		mask-size: 100% 100px;
	}

	.podcast-player {
		padding-top: 60px;
		padding-bottom: 30px;
	}

	.whitening-new__hero-text {
		display: block !important;
		font-size: 0.8rem;
		color: #fff;
		height: 100%;
		position: relative;
		font-style: italic;
		text-align: left;
		width: 100%;
	}

	.whitening-new__hero-text-wrapper {
		left: 55%;
		top: 45%;
	}

	.whitening-new__zoom {
		padding-bottom: 150px;
		margin-bottom: 100px;
		margin-top: 180px;
	}

	.whitening-new__procedure canvas,
	.whitening-new__zoom canvas {
		display: block;
	}

	.whitening-new__procedure svg,
	.whitening-new__zoom svg {
		display: none;
	}

	.whitening-new__procedure {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.whitening-new__beeroot {
		position: relative;
		transform: translateY(10%);
		z-index: -1;
	}

	.implant-new__know {
		padding-bottom: 150px;
		margin-bottom: 100px;
		margin-top: 100px;
	}

	.implant-new__know > canvas {
		display: block;
	}

	.implant-new__know > svg {
		display: none;
	}

	.implant-new__nos {
		padding-bottom: 150px;
		margin-bottom: 100px;
		margin-top: 180px;
	}

	.implant-new__nos > canvas {
		display: block;
	}

	.implant-new__nos > svg {
		display: none;
	}

	.implant-new__nos-bg {
		right: -50%;
		top: -30%;
	}

	.implant-new__parallax {
		padding-bottom: 450px;
	}

	.implant-new__parallax-item {
		display: block !important;
	}

	.ortodont-new__know {
		padding-bottom: 150px;
	}

	.ortodont-new__know > canvas {
		display: block;
	}

	.ortodont-new__know > svg {
		display: none;
	}

	.ortodont-new__why {
		margin-top: 300px;
	}

	.ortodont-new__why img {
		float: right;
		max-width: none;
		margin-top: -80%;
	}

	.therapy-constructor-item {
		margin-top: 20%;
		height: 550px;
	}

	.therapy-microscope {
		padding-bottom: 700px;
	}

	.therapy-microscope__img {
		max-width: none;
		transform: translate(550px);
	}

	.therapy-new__doctor picture {
		display: block;
		float: right;
	}

	.therapy-new__doctor picture img {
		max-width: 60vw;
	}

	.cleaning-doctor .cleaning-doctor__jelly {
		top: 100px;
	}

	.checkup__picture {
		float: right;
		left: 15%;
	}

	.checkup__picture-cloud {
		left: -8%;
	}

	.checkup__button {
		bottom: -150px;
	}

	.checkup__content--2 .checkup__picture-cloud {
		top: 46%;
		left: -23%;
	}

	.checkup__content--3 .checkup__picture-cloud {
		left: -18%;
	}

	.checkup__content--3 .checkup__button {
		bottom: -150px;
	}

	.checkup__content--4 .checkup__picture-cloud {
		top: 55%;
		left: -16%;
	}

	.checkup__content--4 .checkup__button {
		bottom: -250px;
	}

	.checkup__content--4 .checkup__picture {
		left: 25%;
	}

	.coop-result__img {
		transform: none;
		width: 100%;
	}

	.coop-result__img img {
		max-width: none;
	}

	.vinir-storie__links {
		bottom: 17%;
	}

	.vinir-stages {
		padding-left: 16.6666%;
	}

	.vinir-stages__item:before {
		font-family:
			Ubuntu,
			-apple-system,
			BlinkMacSystemFont,
			Segoe UI,
			Roboto,
			Oxygen-Sans,
			Cantarell,
			Helvetica Neue,
			sans-serif;
		font-weight: 700;
		line-height: 0.666;
		left: 0;
		z-index: -1;
		font-size: 520px;
		position: absolute;
		color: #203540;
		content: counter(vinir-stages);
	}

	.vinir-stages__heading:before {
		content: none;
	}

	.vinir-create-slider .swiper-slide {
		border-radius: 30px;
	}

	.vinir-jelly-hygiene {
		margin-bottom: 390px;
		margin-top: 225px;
		padding-bottom: 100px;
		padding-top: 0;
	}
}

@media (min-width: 1200px) {
	.row {
		margin-right: -15px;
		margin-left: -15px;
	}

	.col,
	.col-1,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-10,
	.col-11,
	.col-12,
	.col-lg,
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-md,
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-sm,
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-xl,
	.col-xl-1,
	.col-xl-2,
	.col-xl-3,
	.col-xl-4,
	.col-xl-5,
	.col-xl-6,
	.col-xl-7,
	.col-xl-8,
	.col-xl-9,
	.col-xl-10,
	.col-xl-11,
	.col-xl-12,
	.col-xxl,
	.col-xxl-1,
	.col-xxl-2,
	.col-xxl-3,
	.col-xxl-4,
	.col-xxl-5,
	.col-xxl-6,
	.col-xxl-7,
	.col-xxl-8,
	.col-xxl-9,
	.col-xxl-10,
	.col-xxl-11,
	.col-xxl-12 {
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-xl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
	}

	.col-xl-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}

	.col-xl-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}

	.col-xl-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-xl-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.col-xl-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}

	.col-xl-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-xl-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}

	.col-xl-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}

	.col-xl-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-xl-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}

	.col-xl-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}

	.col-xl-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.pull-xl-0 {
		right: auto;
	}

	.pull-xl-1 {
		right: 8.33333%;
	}

	.pull-xl-2 {
		right: 16.66667%;
	}

	.pull-xl-3 {
		right: 25%;
	}

	.pull-xl-4 {
		right: 33.33333%;
	}

	.pull-xl-5 {
		right: 41.66667%;
	}

	.pull-xl-6 {
		right: 50%;
	}

	.pull-xl-7 {
		right: 58.33333%;
	}

	.pull-xl-8 {
		right: 66.66667%;
	}

	.pull-xl-9 {
		right: 75%;
	}

	.pull-xl-10 {
		right: 83.33333%;
	}

	.pull-xl-11 {
		right: 91.66667%;
	}

	.pull-xl-12 {
		right: 100%;
	}

	.push-xl-0 {
		left: auto;
	}

	.push-xl-1 {
		left: 8.33333%;
	}

	.push-xl-2 {
		left: 16.66667%;
	}

	.push-xl-3 {
		left: 25%;
	}

	.push-xl-4 {
		left: 33.33333%;
	}

	.push-xl-5 {
		left: 41.66667%;
	}

	.push-xl-6 {
		left: 50%;
	}

	.push-xl-7 {
		left: 58.33333%;
	}

	.push-xl-8 {
		left: 66.66667%;
	}

	.push-xl-9 {
		left: 75%;
	}

	.push-xl-10 {
		left: 83.33333%;
	}

	.push-xl-11 {
		left: 91.66667%;
	}

	.push-xl-12 {
		left: 100%;
	}

	.offset-xl-0 {
		margin-left: 0;
	}

	.offset-xl-1 {
		margin-left: 8.33333%;
	}

	.offset-xl-2 {
		margin-left: 16.66667%;
	}

	.offset-xl-3 {
		margin-left: 25%;
	}

	.offset-xl-4 {
		margin-left: 33.33333%;
	}

	.offset-xl-5 {
		margin-left: 41.66667%;
	}

	.offset-xl-6 {
		margin-left: 50%;
	}

	.offset-xl-7 {
		margin-left: 58.33333%;
	}

	.offset-xl-8 {
		margin-left: 66.66667%;
	}

	.offset-xl-9 {
		margin-left: 75%;
	}

	.offset-xl-10 {
		margin-left: 83.33333%;
	}

	.offset-xl-11 {
		margin-left: 91.66667%;
	}

	.col-xl-2_5 {
		flex: 0 0 20%;
		max-width: 20%;
	}

	.flex-xl {
		display: flex;
	}

	.flex-xl-first {
		order: -1;
	}

	.flex-xl-last {
		order: 1;
	}

	.flex-xl-unordered {
		order: 0;
	}

	.flex-xl-row {
		flex-direction: row !important;
	}

	.flex-xl-column {
		flex-direction: column !important;
	}

	.flex-xl-row-reverse {
		flex-direction: row-reverse !important;
	}

	.flex-xl-column-reverse {
		flex-direction: column-reverse !important;
	}

	.flex-xl-wrap {
		flex-wrap: wrap !important;
	}

	.flex-xl-nowrap {
		flex-wrap: nowrap !important;
	}

	.flex-xl-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}

	.justify-content-xl-start {
		justify-content: flex-start !important;
	}

	.justify-content-xl-end {
		justify-content: flex-end !important;
	}

	.justify-content-xl-center {
		justify-content: center !important;
	}

	.justify-content-xl-between {
		justify-content: space-between !important;
	}

	.justify-content-xl-around {
		justify-content: space-around !important;
	}

	.align-items-xl-start {
		align-items: flex-start !important;
	}

	.align-items-xl-end {
		align-items: flex-end !important;
	}

	.align-items-xl-center {
		align-items: center !important;
	}

	.align-items-xl-baseline {
		align-items: baseline !important;
	}

	.align-items-xl-stretch {
		align-items: stretch !important;
	}

	.align-content-xl-start {
		align-content: flex-start !important;
	}

	.align-content-xl-end {
		align-content: flex-end !important;
	}

	.align-content-xl-center {
		align-content: center !important;
	}

	.align-content-xl-between {
		align-content: space-between !important;
	}

	.align-content-xl-around {
		align-content: space-around !important;
	}

	.align-content-xl-stretch {
		align-content: stretch !important;
	}

	.align-self-xl-auto {
		align-self: auto !important;
	}

	.align-self-xl-start {
		align-self: flex-start !important;
	}

	.align-self-xl-end {
		align-self: flex-end !important;
	}

	.align-self-xl-center {
		align-self: center !important;
	}

	.align-self-xl-baseline {
		align-self: baseline !important;
	}

	.align-self-xl-stretch {
		align-self: stretch !important;
	}

	.hidden-xl-up {
		display: none !important;
	}

	.unwrapper {
		padding: -40px;
	}

	.text-xl-left {
		text-align: left !important;
	}

	.text-xl-right {
		text-align: right !important;
	}

	.text-xl-center {
		text-align: center !important;
	}

	.header__wrapper {
		align-items: flex-end;
		flex-wrap: nowrap;
	}

	.header__menu {
		order: 0;
	}

	.hero__back-image-wrapper {
		width: 100%;
		transform: translate3d(-20%, 0, 0) !important;
	}

	.floors {
		max-height: none;
		margin-top: -90px;
	}

	.floor-changer__btn--selected:after {
		content: attr(data-name);
		position: absolute;
		background: #0096aa;
		font-size: 1rem;
		white-space: nowrap;
		top: 50%;
		transform: translateY(-50%);
		right: calc(100% - 60px);
		height: 100%;
		line-height: 3rem;
		padding: 0 70px 0 30px;
		z-index: -1;
		border-radius: 1.5rem;
		-webkit-animation: fadeInChanger 0.3s;
		animation: fadeInChanger 0.3s;
	}

	.floor-zoom {
		display: none;
	}

	.floors__wrapper {
		min-height: 1000px;
		margin-bottom: -20%;
	}

	.scheme-circle {
		margin-top: 0;
		display: block;
		text-align: center;
		min-height: unset;
	}

	.scheme-circle:before {
		top: 0;
		left: 50%;
		transform: translate(-50%);
		width: 90px;
		padding-top: 90px;
		height: 0;
		border-radius: 50%;
		z-index: -1;
		transition: 0.3s ease;
	}

	.scheme-circle__icon {
		position: absolute;
		width: auto;
		top: 20px;
		left: 50%;
		transform: translateX(-50%);
	}

	.scheme-circle__heading {
		padding-left: 0;
		padding-top: 80px;
		overflow: hidden;
		max-width: 300px;
		display: inline-block;
	}

	.scheme-circle__text {
		opacity: 0;
		max-height: 0;
		width: auto;
		transition: 0.1s ease;
		overflow: hidden;
	}

	.scheme-circle__wrapper {
		margin-top: 190px;
		min-height: 1250px;
	}

	.scheme-circle__item {
		position: absolute;
		transform: unset;
		width: auto !important;
	}

	.scheme-circle__item--active {
		z-index: 1;
	}

	.scheme-circle__item--next + .scheme-circle__item {
		opacity: unset;
	}

	.scheme-circle__item:first-child {
		top: -80px;
		left: 25%;
	}

	.scheme-circle__item:nth-child(2) {
		top: -35px;
		left: 50%;
	}

	.scheme-circle__item:nth-child(3) {
		top: 25px;
		left: 70%;
	}

	.scheme-circle__item:nth-child(4) {
		top: 265px;
		left: 70%;
	}

	.scheme-circle__item:nth-child(5) {
		top: 160px;
		left: 35%;
	}

	.scheme-circle__item:nth-child(6) {
		top: 400px;
		left: 18%;
	}

	.scheme-circle__item:nth-child(7) {
		top: 460px;
		left: 43%;
	}

	.scheme-circle__item:nth-child(8) {
		top: 750px;
		left: 67%;
	}

	.scheme-circle__item:nth-child(9) {
		top: 720px;
		left: 45%;
	}

	.scheme-circle__item:nth-child(10) {
		top: 950px;
		left: 30%;
	}

	.scheme-circle__item:nth-child(11) {
		top: 1030px;
		left: 60%;
	}

	.scheme-circle__item:nth-child(12) {
		top: 740px;
		left: 22%;
	}

	.scheme-circle__item:nth-child(13) {
		top: 500px;
		left: 65%;
	}

	.scheme-circle--active {
		overflow: visible;
		height: auto;
		transition:
			0.3s ease,
			overflow 0.1s linear;
		transform: translateY(-30%);
		z-index: 10;
		max-width: 100vw;
	}

	.scheme-circle--active:before {
		box-shadow: 0 0 60px 10px rgba(249, 151, 21, 0.5);
	}

	.scheme-circle--active .scheme-circle__icon {
		margin-top: -50px;
		opacity: 0;
	}

	.scheme-circle--active .scheme-circle__text {
		max-height: 250px;
		transition: 0.3s ease 0.15s;
		opacity: 1;
	}

	.scheme-circle--active .scheme-circle__heading {
		padding-top: 0;
		max-width: 100%;
	}

	.services-grid__item {
		width: 33.33333%;
		flex: 0 0 33.33333%;
	}

	.services-grid__item--tiny {
		width: 25%;
		flex: 0 0 25%;
	}

	.hero-new--dark {
		margin-top: 90px;
	}

	.hero-new__image {
		transform: translate(-45%);
	}

	.hero-new__image--protez {
		transform: translate(0);
	}

	.hero-new__image--ortodont {
		transform: translate(-50%);
	}

	.hero-new__image--therapy {
		transform: translate(-30%);
	}

	.hero-new__image--smile {
		transform: translate(-95%);
	}

	.hero-new__image--cleaning,
	.hero-new__image--hygiene {
		transform: translate(-30%);
	}

	.hero-new__image--veneers {
		transform: translate(-15%);
	}

	.hero-new__image--clasp,
	.hero-new__image--queen {
		transform: translate(5%);
	}

	.hero-new__image--coop,
	.hero-new__image--implant {
		transform: translate(-50%);
	}

	.hero-new__image--surgery {
		transform: translate(-20%);
	}

	.form-block-action__form-content,
	.form-block-doctor__form-content {
		margin-left: 4.3333%;
	}

	.form-block-action__price-wrap {
		flex-direction: row;
	}

	.form-block-action__price {
		order: -1;
	}

	.smile-case__new-wrapper {
		display: inline-block;
		height: auto;
	}

	.smile-case__bubble {
		position: absolute;
		margin-top: 0;
	}

	.smile-case--rewerse .smile-case__bubble {
		right: 15%;
		left: auto;
	}

	.cases-curved-main__image img {
		max-width: none;
	}

	.service-protez-cite__content {
		position: absolute;
		width: 57%;
		top: 50%;
		right: calc(50% + 60px);
		margin-top: 0;
	}

	.service-protez-cite__content:after {
		content: "";
		position: absolute;
		width: 70px;
		height: 50px;
		top: 15%;
		left: 100%;
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='74' height='50'%3E%3Cpath fill='%23eee5d9' fill-rule='evenodd' d='M-422-47h402A20 20 0 010-27v253a20 20 0 01-20 20h-402a20 20 0 01-20-20V-27a20 20 0 0120-20zM-4 3s37.016 17.172 78-1C38.822 42.793-10 51-10 51z'/%3E%3C/svg%3E");
	}

	.service-podbor-price {
		font-size: 7rem;
	}

	.service-podbor-price--small {
		font-size: 3rem;
	}

	.service-clear-implant-price--big {
		font-size: 6rem;
	}

	.cert-page__hero {
		height: 600px;
	}

	.case-flying {
		overflow: visible;
		margin: 0;
	}

	.case-flying__wrapper {
		width: auto;
		flex-direction: column;
		align-items: flex-end;
	}

	.case-flying__image:first-child {
		width: 540px;
		transform: rotate(11deg);
		margin-right: 195px;
	}

	.case-flying__image:nth-child(2) {
		width: 400px;
		transform: rotate(-17deg);
		margin-right: 365px;
	}

	.case-flying__image:nth-child(3) {
		width: 450px;
		transform: rotate(4deg);
		margin-right: -75px;
		margin-top: -380px;
		padding-bottom: 200px;
	}

	.case-flying__image:nth-child(1n + 4) {
		display: none;
	}

	.children-hero {
		padding-bottom: 12rem;
		padding-top: 167px;
	}

	.children-hero__image img {
		top: -50px;
	}

	.children-hero__bg:after {
		background-image: radial-gradient(900px at 60% 50%, rgba(91, 190, 210, 0.7) 0, rgba(91, 190, 210, 0) 100%);
	}

	.children-hero__ret-price {
		font-size: 7rem;
	}

	.children-scheme__wrapper {
		margin-top: -10rem;
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='821' height='1232'%3E%3Cpath fill='none' stroke='%23F28A17' stroke-dasharray='2 6' stroke-linecap='round' stroke-width='2' d='M2.8 2.2c111.7 120.7 293.8 164.7 413 164.7 192.5 0 402.4 1.4 402.4 189 0 79.7-68.3 134.8-154.7 130.7-145.8-7-225.5-128.8-397.6-128.8-80.8 0-143 61-155.8 133.3-17 96.7 61.3 207.7 184 182.8 231.9-47 452-36 452 159.7 0 181.9-225.5 161.3-375.4 93.6C221 859.6 112 891.9 93 1007c-18.1 109.6 103.7 165.8 231 190 71.6 13.6 154.2 28.4 307 31'/%3E%3C/svg%3E");
		background-position: 350px 300px;
		background-repeat: no-repeat;
		padding-top: 270px;
	}

	.children-scheme__image {
		z-index: 0;
		text-align: center;
		display: block;
		position: absolute;
		left: -10%;
		top: -20%;
	}

	.children-scheme__image:before {
		background-image: radial-gradient(700px at 50% 50%, rgba(91, 190, 210, 0.7) 0, rgba(91, 190, 210, 0) 100%);
	}

	.children-scheme__girl {
		position: absolute;
		bottom: 0;
		z-index: -1;
		left: -20%;
	}

	.children-comfort__heading {
		font-size: 2.5rem;
	}

	.whitening-new__hero-text-wrapper {
		left: 45%;
	}

	.implant-new-constructor__title {
		font-size: 8.5rem;
		max-width: 450px;
		position: absolute;
		top: 0;
		margin-top: 0;
	}

	.therapy-microscope__img {
		transform: translate(600px);
	}

	.therapy-new__doctor picture img {
		max-width: none;
	}

	.cleaning-doctor img {
		float: right;
		max-width: none;
	}

	.checkup__content {
		top: -350px;
	}

	.checkup__content--2 .checkup__picture {
		left: 15%;
	}

	.checkup__content--4 .checkup__picture-cloud {
		left: -8%;
		top: 60%;
	}

	.checkup-splash__wrapper {
		left: 0;
	}
}

@media (min-width: 1500px) {
	.row {
		margin-right: -15px;
		margin-left: -15px;
	}

	.col,
	.col-1,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-10,
	.col-11,
	.col-12,
	.col-lg,
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-md,
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-sm,
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-xl,
	.col-xl-1,
	.col-xl-2,
	.col-xl-3,
	.col-xl-4,
	.col-xl-5,
	.col-xl-6,
	.col-xl-7,
	.col-xl-8,
	.col-xl-9,
	.col-xl-10,
	.col-xl-11,
	.col-xl-12,
	.col-xxl,
	.col-xxl-1,
	.col-xxl-2,
	.col-xxl-3,
	.col-xxl-4,
	.col-xxl-5,
	.col-xxl-6,
	.col-xxl-7,
	.col-xxl-8,
	.col-xxl-9,
	.col-xxl-10,
	.col-xxl-11,
	.col-xxl-12 {
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-xxl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-xxl-auto {
		flex: 0 0 auto;
		width: auto;
	}

	.col-xxl-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}

	.col-xxl-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}

	.col-xxl-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-xxl-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.col-xxl-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}

	.col-xxl-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-xxl-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}

	.col-xxl-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}

	.col-xxl-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-xxl-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}

	.col-xxl-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}

	.col-xxl-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.pull-xxl-0 {
		right: auto;
	}

	.pull-xxl-1 {
		right: 8.33333%;
	}

	.pull-xxl-2 {
		right: 16.66667%;
	}

	.pull-xxl-3 {
		right: 25%;
	}

	.pull-xxl-4 {
		right: 33.33333%;
	}

	.pull-xxl-5 {
		right: 41.66667%;
	}

	.pull-xxl-6 {
		right: 50%;
	}

	.pull-xxl-7 {
		right: 58.33333%;
	}

	.pull-xxl-8 {
		right: 66.66667%;
	}

	.pull-xxl-9 {
		right: 75%;
	}

	.pull-xxl-10 {
		right: 83.33333%;
	}

	.pull-xxl-11 {
		right: 91.66667%;
	}

	.pull-xxl-12 {
		right: 100%;
	}

	.push-xxl-0 {
		left: auto;
	}

	.push-xxl-1 {
		left: 8.33333%;
	}

	.push-xxl-2 {
		left: 16.66667%;
	}

	.push-xxl-3 {
		left: 25%;
	}

	.push-xxl-4 {
		left: 33.33333%;
	}

	.push-xxl-5 {
		left: 41.66667%;
	}

	.push-xxl-6 {
		left: 50%;
	}

	.push-xxl-7 {
		left: 58.33333%;
	}

	.push-xxl-8 {
		left: 66.66667%;
	}

	.push-xxl-9 {
		left: 75%;
	}

	.push-xxl-10 {
		left: 83.33333%;
	}

	.push-xxl-11 {
		left: 91.66667%;
	}

	.push-xxl-12 {
		left: 100%;
	}

	.offset-xxl-0 {
		margin-left: 0;
	}

	.offset-xxl-1 {
		margin-left: 8.33333%;
	}

	.offset-xxl-2 {
		margin-left: 16.66667%;
	}

	.offset-xxl-3 {
		margin-left: 25%;
	}

	.offset-xxl-4 {
		margin-left: 33.33333%;
	}

	.offset-xxl-5 {
		margin-left: 41.66667%;
	}

	.offset-xxl-6 {
		margin-left: 50%;
	}

	.offset-xxl-7 {
		margin-left: 58.33333%;
	}

	.offset-xxl-8 {
		margin-left: 66.66667%;
	}

	.offset-xxl-9 {
		margin-left: 75%;
	}

	.offset-xxl-10 {
		margin-left: 83.33333%;
	}

	.offset-xxl-11 {
		margin-left: 91.66667%;
	}

	.flex-xxl {
		display: flex;
	}

	.flex-xxl-first {
		order: -1;
	}

	.flex-xxl-last {
		order: 1;
	}

	.flex-xxl-unordered {
		order: 0;
	}

	.flex-xxl-row {
		flex-direction: row !important;
	}

	.flex-xxl-column {
		flex-direction: column !important;
	}

	.flex-xxl-row-reverse {
		flex-direction: row-reverse !important;
	}

	.flex-xxl-column-reverse {
		flex-direction: column-reverse !important;
	}

	.flex-xxl-wrap {
		flex-wrap: wrap !important;
	}

	.flex-xxl-nowrap {
		flex-wrap: nowrap !important;
	}

	.flex-xxl-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}

	.justify-content-xxl-start {
		justify-content: flex-start !important;
	}

	.justify-content-xxl-end {
		justify-content: flex-end !important;
	}

	.justify-content-xxl-center {
		justify-content: center !important;
	}

	.justify-content-xxl-between {
		justify-content: space-between !important;
	}

	.justify-content-xxl-around {
		justify-content: space-around !important;
	}

	.align-items-xxl-start {
		align-items: flex-start !important;
	}

	.align-items-xxl-end {
		align-items: flex-end !important;
	}

	.align-items-xxl-center {
		align-items: center !important;
	}

	.align-items-xxl-baseline {
		align-items: baseline !important;
	}

	.align-items-xxl-stretch {
		align-items: stretch !important;
	}

	.align-content-xxl-start {
		align-content: flex-start !important;
	}

	.align-content-xxl-end {
		align-content: flex-end !important;
	}

	.align-content-xxl-center {
		align-content: center !important;
	}

	.align-content-xxl-between {
		align-content: space-between !important;
	}

	.align-content-xxl-around {
		align-content: space-around !important;
	}

	.align-content-xxl-stretch {
		align-content: stretch !important;
	}

	.align-self-xxl-auto {
		align-self: auto !important;
	}

	.align-self-xxl-start {
		align-self: flex-start !important;
	}

	.align-self-xxl-end {
		align-self: flex-end !important;
	}

	.align-self-xxl-center {
		align-self: center !important;
	}

	.align-self-xxl-baseline {
		align-self: baseline !important;
	}

	.align-self-xxl-stretch {
		align-self: stretch !important;
	}

	.hidden-xxl-only,
	.hidden-xxl-up {
		display: none !important;
	}

	.wrapper {
		padding-left: 40px;
		padding-right: 40px;
	}

	.unwrapper {
		padding: -40px;
	}

	.text-xxl-left {
		text-align: left !important;
	}

	.text-xxl-right {
		text-align: right !important;
	}

	.text-xxl-center {
		text-align: center !important;
	}

	.modal__container {
		width: calc(100% - 80px);
		max-height: calc(100vh - 80px);
		max-height: calc(var(--vh, 1vh) * 100 - 80px);
	}

	.header__logo {
		padding-left: 40px;
	}

	.header__contacts {
		padding-right: 40px;
	}

	.hero-new__image {
		transform: translate(-25%);
	}

	.hero-new__image--protez {
		transform: translate(0);
	}

	.hero-new__image--ortodont {
		transform: translate(-25%);
	}

	.hero-new__image--smile {
		transform: translate(-55%);
	}

	.hero-new__image--kapa {
		transform: translate(-25%);
	}

	.hero-new__image--veneers {
		transform: translate(-17%, 6%);
	}

	.hero-new__image--clasp,
	.hero-new__image--queen {
		transform: translate(5%);
	}

	.hero-new__image--coop,
	.hero-new__image--implant {
		transform: translate(-35%);
	}

	.smile-case:before {
		left: -1.3ch;
	}

	.smile-case__new {
		transform: translate(50%);
		position: relative;
		left: -50%;
	}

	.smile-case__new img {
		max-width: none;
	}

	.smile-case--rewerse:before {
		left: auto !important;
		right: 0 !important;
	}

	.case-hero__image {
		transform: translate(-25%);
	}

	.case-footer__image {
		bottom: auto;
		top: 50%;
		transform: translate(-80%, -35%);
	}

	.case-footer__image img {
		-webkit-mask: none;
		mask: none;
		max-width: none;
	}

	.case-footer__text {
		padding-bottom: 350px;
	}

	.whitening-new__hero-text-wrapper {
		left: 35%;
	}

	.whitening-new__care img {
		max-width: none;
	}

	.whitening-new__coffee-text {
		position: absolute;
		bottom: 40px;
		right: 100%;
		width: 100%;
	}

	.whitening-new__cigarette-text {
		position: absolute;
		top: 40px;
		left: 55%;
		width: 100%;
	}

	.whitening-new__beeroot-text {
		position: absolute;
		bottom: 0;
		width: 100%;
	}

	.therapy-microscope__img {
		transform: none;
		right: 50%;
	}

	.checkup__bg img {
		min-width: 1500px;
	}
}

@media (min-width: 1600px) {
	.video-item {
		max-width: 1600px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 1200px) and (max-width: 1499px) {
	.hidden-xl-only {
		display: none !important;
	}

	.wrapper {
		padding-left: 40px;
		padding-right: 40px;
	}

	.modal__container {
		width: calc(100% - 80px);
		max-height: calc(100vh - 80px);
		max-height: calc(var(--vh, 1vh) * 100 - 80px);
	}

	.header__logo {
		padding-left: 40px;
	}

	.header__contacts {
		padding-right: 40px;
	}

	.vacancy-page__hero img {
		margin-top: -10rem;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-lg-only {
		display: none !important;
	}

	.wrapper {
		padding-left: 30px;
		padding-right: 30px;
	}

	.modal__container {
		width: calc(100% - 60px);
		max-height: calc(100vh - 60px);
		max-height: calc(var(--vh, 1vh) * 100 - 60px);
	}

	.header__logo {
		padding-left: 30px;
	}

	.header__contacts {
		padding-right: 30px;
	}

	.header-menu__wrapper,
	.header-submenu__wrapper {
		padding-right: 20px !important;
		padding-left: 20px !important;
	}

	.checkup__content--2 .checkup__picture,
	.checkup__content--3 .checkup__picture {
		left: 25%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hidden-md-only {
		display: none !important;
	}

	.wrapper {
		padding-left: 25px;
		padding-right: 25px;
	}

	.img-smart {
		max-width: calc(100% + 50px);
		margin: 0 0 0 -25px;
	}

	.mt-2 xs-tablet {
		margin-top: 0.25rem;
	}

	.mb-2 xs-tablet {
		margin-bottom: 0.25rem;
	}

	.ml-2 xs-tablet {
		margin-left: 0.25rem;
	}

	.mr-2 xs-tablet,
	.mx-2 xs-tablet {
		margin-right: 0.25rem;
	}

	.mx-2 xs-tablet {
		margin-left: 0.25rem;
	}

	.my-2 xs-tablet {
		margin-top: 0.25rem;
		margin-bottom: 0.25rem;
	}

	.mt-xs-tablet {
		margin-top: 0.5rem;
	}

	.mb-xs-tablet {
		margin-bottom: 0.5rem;
	}

	.ml-xs-tablet {
		margin-left: 0.5rem;
	}

	.mr-xs-tablet,
	.mx-xs-tablet {
		margin-right: 0.5rem;
	}

	.mx-xs-tablet {
		margin-left: 0.5rem;
	}

	.my-xs-tablet {
		margin-top: 0.5rem;
		margin-bottom: 0.5rem;
	}

	.mt-sm-tablet {
		margin-top: 1rem;
	}

	.mb-sm-tablet {
		margin-bottom: 1rem;
	}

	.ml-sm-tablet {
		margin-left: 1rem;
	}

	.mr-sm-tablet,
	.mx-sm-tablet {
		margin-right: 1rem;
	}

	.mx-sm-tablet {
		margin-left: 1rem;
	}

	.my-sm-tablet {
		margin-top: 1rem;
		margin-bottom: 1rem;
	}

	.mt-md-tablet {
		margin-top: 1.5rem;
	}

	.mb-md-tablet {
		margin-bottom: 1.5rem;
	}

	.ml-md-tablet {
		margin-left: 1.5rem;
	}

	.mr-md-tablet,
	.mx-md-tablet {
		margin-right: 1.5rem;
	}

	.mx-md-tablet {
		margin-left: 1.5rem;
	}

	.my-md-tablet {
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}

	.mt-lg-tablet {
		margin-top: 2rem;
	}

	.mb-lg-tablet {
		margin-bottom: 2rem;
	}

	.ml-lg-tablet {
		margin-left: 2rem;
	}

	.mr-lg-tablet,
	.mx-lg-tablet {
		margin-right: 2rem;
	}

	.mx-lg-tablet {
		margin-left: 2rem;
	}

	.my-lg-tablet {
		margin-top: 2rem;
		margin-bottom: 2rem;
	}

	.mt-xl-tablet {
		margin-top: 2.5rem;
	}

	.mb-xl-tablet {
		margin-bottom: 2.5rem;
	}

	.ml-xl-tablet {
		margin-left: 2.5rem;
	}

	.mr-xl-tablet,
	.mx-xl-tablet {
		margin-right: 2.5rem;
	}

	.mx-xl-tablet {
		margin-left: 2.5rem;
	}

	.my-xl-tablet {
		margin-top: 2.5rem;
		margin-bottom: 2.5rem;
	}

	.mt-xxl-tablet {
		margin-top: 5rem;
	}

	.mb-xxl-tablet {
		margin-bottom: 5rem;
	}

	.ml-xxl-tablet {
		margin-left: 5rem;
	}

	.mr-xxl-tablet,
	.mx-xxl-tablet {
		margin-right: 5rem;
	}

	.mx-xxl-tablet {
		margin-left: 5rem;
	}

	.my-xxl-tablet {
		margin-top: 5rem;
		margin-bottom: 5rem;
	}

	.mt-xxxl-tablet {
		margin-top: 7.5rem;
	}

	.mb-xxxl-tablet {
		margin-bottom: 7.5rem;
	}

	.ml-xxxl-tablet {
		margin-left: 7.5rem;
	}

	.mr-xxxl-tablet,
	.mx-xxxl-tablet {
		margin-right: 7.5rem;
	}

	.mx-xxxl-tablet {
		margin-left: 7.5rem;
	}

	.my-xxxl-tablet {
		margin-top: 7.5rem;
		margin-bottom: 7.5rem;
	}

	.mt-none-tablet {
		margin-top: 0;
	}

	.mb-none-tablet {
		margin-bottom: 0;
	}

	.ml-none-tablet {
		margin-left: 0;
	}

	.mr-none-tablet {
		margin-right: 0;
	}

	.mx-none-tablet {
		margin-left: 0;
		margin-right: 0;
	}

	.my-none-tablet {
		margin-top: 0;
		margin-bottom: 0;
	}

	.pt-2 xs-tablet {
		padding-top: 0.25rem;
	}

	.pb-2 xs-tablet {
		padding-bottom: 0.25rem;
	}

	.pl-2 xs-tablet {
		padding-left: 0.25rem;
	}

	.pr-2 xs-tablet,
	.px-2 xs-tablet {
		padding-right: 0.25rem;
	}

	.px-2 xs-tablet {
		padding-left: 0.25rem;
	}

	.py-2 xs-tablet {
		padding-top: 0.25rem;
		padding-bottom: 0.25rem;
	}

	.pt-xs-tablet {
		padding-top: 0.5rem;
	}

	.pb-xs-tablet {
		padding-bottom: 0.5rem;
	}

	.pl-xs-tablet {
		padding-left: 0.5rem;
	}

	.pr-xs-tablet,
	.px-xs-tablet {
		padding-right: 0.5rem;
	}

	.px-xs-tablet {
		padding-left: 0.5rem;
	}

	.py-xs-tablet {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}

	.pt-sm-tablet {
		padding-top: 1rem;
	}

	.pb-sm-tablet {
		padding-bottom: 1rem;
	}

	.pl-sm-tablet {
		padding-left: 1rem;
	}

	.pr-sm-tablet,
	.px-sm-tablet {
		padding-right: 1rem;
	}

	.px-sm-tablet {
		padding-left: 1rem;
	}

	.py-sm-tablet {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}

	.pt-md-tablet {
		padding-top: 1.5rem;
	}

	.pb-md-tablet {
		padding-bottom: 1.5rem;
	}

	.pl-md-tablet {
		padding-left: 1.5rem;
	}

	.pr-md-tablet,
	.px-md-tablet {
		padding-right: 1.5rem;
	}

	.px-md-tablet {
		padding-left: 1.5rem;
	}

	.py-md-tablet {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}

	.pt-lg-tablet {
		padding-top: 2rem;
	}

	.pb-lg-tablet {
		padding-bottom: 2rem;
	}

	.pl-lg-tablet {
		padding-left: 2rem;
	}

	.pr-lg-tablet,
	.px-lg-tablet {
		padding-right: 2rem;
	}

	.px-lg-tablet {
		padding-left: 2rem;
	}

	.py-lg-tablet {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}

	.pt-xl-tablet {
		padding-top: 2.5rem;
	}

	.pb-xl-tablet {
		padding-bottom: 2.5rem;
	}

	.pl-xl-tablet {
		padding-left: 2.5rem;
	}

	.pr-xl-tablet,
	.px-xl-tablet {
		padding-right: 2.5rem;
	}

	.px-xl-tablet {
		padding-left: 2.5rem;
	}

	.py-xl-tablet {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}

	.pt-xxl-tablet {
		padding-top: 5rem;
	}

	.pb-xxl-tablet {
		padding-bottom: 5rem;
	}

	.pl-xxl-tablet {
		padding-left: 5rem;
	}

	.pr-xxl-tablet,
	.px-xxl-tablet {
		padding-right: 5rem;
	}

	.px-xxl-tablet {
		padding-left: 5rem;
	}

	.py-xxl-tablet {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}

	.pt-xxxl-tablet {
		padding-top: 7.5rem;
	}

	.pb-xxxl-tablet {
		padding-bottom: 7.5rem;
	}

	.pl-xxxl-tablet {
		padding-left: 7.5rem;
	}

	.pr-xxxl-tablet,
	.px-xxxl-tablet {
		padding-right: 7.5rem;
	}

	.px-xxxl-tablet {
		padding-left: 7.5rem;
	}

	.py-xxxl-tablet {
		padding-top: 7.5rem;
		padding-bottom: 7.5rem;
	}

	.pt-none-tablet {
		padding-top: 0;
	}

	.pb-none-tablet {
		padding-bottom: 0;
	}

	.pl-none-tablet {
		padding-left: 0;
	}

	.pr-none-tablet {
		padding-right: 0;
	}

	.px-none-tablet {
		padding-left: 0;
		padding-right: 0;
	}

	.py-none-tablet {
		padding-top: 0;
		padding-bottom: 0;
	}

	.modal__container {
		width: calc(100% - 50px);
		max-height: calc(100vh - 50px);
		max-height: calc(var(--vh, 1vh) * 100 - 50px);
	}

	.header__logo {
		padding-left: 25px;
	}

	.header__contacts {
		padding-right: 25px;
	}

	.header-menu__wrapper,
	.header-submenu__wrapper {
		padding-right: 15px !important;
		padding-left: 15px !important;
	}

	.doctors-page__bubbles {
		height: 500px;
		transform: scale(0.8);
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.hidden-sm-only {
		display: none !important;
	}

	.wrapper {
		padding-left: 15px;
		padding-right: 15px;
	}

	.img-smart {
		max-width: calc(100% + 30px);
		margin: 0 0 0 -15px;
	}

	.modal__container {
		width: calc(100% - 30px);
		max-height: calc(100vh - 30px);
		max-height: calc(var(--vh, 1vh) * 100 - 30px);
	}

	.header__logo {
		padding-left: 15px;
	}

	.header__contacts {
		padding-right: 15px;
	}

	.header-menu__wrapper,
	.header-submenu__wrapper {
		padding-right: 5px !important;
		padding-left: 5px !important;
	}

	.vacancy-page-years__svg {
		top: -80px;
		width: 130px;
		left: 190px;
	}

	.case-hero__image img {
		max-width: 60%;
		left: 50%;
		position: relative;
		transform: translate(-60%);
	}

	.circle-bg-top:before {
		bottom: calc(100% - 1px);
	}

	.circle-bg-bottom:after {
		top: calc(100% - 1px);
	}
}

@media (min-width: 1200px) and (min-width: 1200px) {
	.scheme-circle--active:before {
		width: 100%;
		padding-top: 100%;
		top: 50%;
		transform: translate(-50%, -50%);
		border-radius: 50%;
	}
}

@media (max-width: 1199px) and (max-width: 767px) {
	.children-scheme__wrapper:before {
		background-image: radial-gradient(100vw at 50% 50%, rgba(91, 190, 210, 0.7) 0, rgba(91, 190, 210, 0) 100%);
	}
}

@media (max-width: 1499px) {
	.hidden-xl-down {
		display: none !important;
	}

	.whitening-new__coffee {
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 100%;
	}

	.cleaning-season__price-old {
		font-size: 2.6rem;
	}
}

@media (max-width: 1199px) {
	.hidden-lg-down {
		display: none !important;
	}

	.children-comfort__heading,
	.h1,
	h1 {
		font-weight: 500;
		font-size: 3.5rem;
	}

	.form-block-action__heading,
	.h2,
	.move-on__title,
	h2 {
		font-weight: 500;
		font-size: 2.5rem;
	}

	.h3,
	.news-blocks__main .news-blocks__title,
	.service-item__link,
	h3 {
		font-weight: 500;
		font-size: 2rem;
	}

	.h4,
	.news-blocks__item .news-blocks__title,
	.service-clear-implant-price:before,
	h4 {
		font-weight: 500;
		font-size: 1.5rem;
	}

	.h5,
	h5 {
		font-size: 1.2rem;
	}

	.h5,
	.h6,
	h5,
	h6 {
		font-weight: 500;
	}

	.h6,
	h6 {
		font-size: 1.1rem;
	}

	.header-menu__wrapper {
		height: 3rem;
		-webkit-mask-image: linear-gradient(
			90deg,
			transparent,
			rgba(0, 0, 0, 0.25) 6px,
			#000 12px,
			#000 calc(100% - 24px),
			rgba(0, 0, 0, 0.25) calc(100% - 12px),
			transparent
		);
		mask-image: linear-gradient(
			90deg,
			transparent,
			rgba(0, 0, 0, 0.25) 6px,
			#000 12px,
			#000 calc(100% - 24px),
			rgba(0, 0, 0, 0.25) calc(100% - 12px),
			transparent
		);
		margin-bottom: -30px;
		padding: 0 10px 30px 5px;
	}

	.header-menu__wrapper,
	.header-submenu__wrapper {
		-webkit-overflow-scrolling: touch;
		overflow: hidden;
		overflow-x: auto;
		white-space: nowrap;
	}

	.header-submenu__wrapper {
		height: 4rem;
		padding: 3px 10px;
	}

	.scheme-circle {
		padding: 20px 30px;
		width: auto !important;
	}

	.scheme-circle__container {
		width: 100%;
		height: auto;
		margin: 0 auto;
		position: relative;
		overflow: hidden;
		list-style: none;
		z-index: 1;
		padding: 0 0 80px;
	}

	.scheme-circle__wrapper {
		width: 100%;
		height: 100%;
		z-index: 1;
		display: flex;
		align-items: flex-start;
		transition-property: transform;
		box-sizing: content-box;
	}

	.scheme-circle__item {
		flex-shrink: 0;
		height: 100%;
		position: relative;
	}

	.hero-new__image--smile img {
		max-width: 200%;
	}

	.doctors-page__slider-bg {
		height: 500px;
	}

	.doctors-page__slide-photo {
		transform: translateX(-50%) translate3d(-60px, 0, 0) scale(0.8);
		transform: translateX(-50%) translate3d(-60px, 0, 0) scale(0.6);
	}

	.doctors-page__slide.swiper-slide-next .doctors-page__slide-photo {
		transform: translateX(-50%) translate3d(30px, 0, 0) scale(0.8);
		transform: translateX(-50%) translate3d(30px, 0, 0) scale(0.6);
	}

	.doctors-page__slide.swiper-slide-prev .doctors-page__slide-photo {
		transform: translateX(-50%) translate3d(-30px, 0, 0) scale(0.8);
		transform: translateX(-50%) translate3d(-30px, 0, 0) scale(0.6);
	}

	.doctors-page__slide.swiper-slide-active .doctors-page__slide-photo {
		transform: translateX(-50%) translateZ(0) scale(0.8);
		transform: translateX(-50%) translateZ(0) scale(0.6);
	}

	.doctors-page__slide.swiper-slide-active ~ .doctors-page__slide .doctors-page__slide-photo {
		transform: translateX(-50%) translate3d(-60px, 0, 0) scale(0.8);
		transform: translateX(-50%) translate3d(-60px, 0, 0) scale(0.6);
	}

	.doctors-page__bubble--doctors {
		transform: translate(-100px);
	}

	.doctors-page__bubble--assistants {
		transform: translate(-330px, 170px);
	}

	.doctors-page__bubble--tooth {
		transform: translate(85px, -200px);
	}

	.doctors-page__bubble--office {
		transform: translate(65px, 195px);
	}

	.doctors-page__bubble--employees {
		transform: translate(255px, 130px);
	}

	.doctors-page__bubble--admins {
		transform: translate(395px, -10px);
	}

	.doctors-page__bubble--managers {
		transform: translate(-250px, -160px);
	}

	.doctors-page__bubble--roentgen {
		transform: translate(-150px, 340px);
	}

	.error-page__parallax-image img {
		max-width: 800px;
	}

	.children-scheme__wrapper:before {
		position: absolute;
		content: "";
		top: 50%;
		left: 50%;
		padding-top: 250%;
		width: 250%;
		height: 0;
		background-image: radial-gradient(50vw at 50% 50%, rgba(91, 190, 210, 0.7) 0, rgba(91, 190, 210, 0) 100%);
		transform: translate(-50%, -50%);
		z-index: 0;
	}

	.cleaning-season__price-main {
		font-size: 3rem;
	}

	.cleaning-season__price-old {
		font-size: 2rem;
	}
}

@media (max-width: 991px) {
	.hidden-md-down {
		display: none !important;
	}

	.img-smart.img-rounded {
		border-radius: 0;
	}

	.table-responsive,
	.table-responsive tbody,
	.table-responsive tr {
		display: block;
	}

	.table-responsive thead {
		display: none;
	}

	.table-responsive tr {
		margin-bottom: 1rem;
	}

	.table-responsive tbody td,
	.table-responsive thead th {
		display: flex;
		padding-left: 0;
		padding-right: 0;
		text-align: left;
	}

	.table-responsive tbody td:before {
		content: attr(data-caption);
		flex: 0 0 30%;
		padding-right: 10px;
		font-weight: 700;
	}

	.table-responsive tbody td:last-child {
		border-bottom: none;
	}

	.mockup {
		margin-left: -25px;
		margin-right: -25px;
		padding-left: 25px;
		padding-right: 25px;
		overflow: hidden;
	}

	.mockup__image {
		margin-right: -130px;
	}

	.header-menu__sub {
		display: none;
	}

	.contacts-map,
	.video-block-container {
		margin-left: -25px;
		margin-right: -25px;
	}

	.contacts-map {
		border-radius: 0;
	}

	.hero__row--offer,
	.hero__row--service {
		background-size: 30%;
		min-height: 0;
	}

	.side-image__block {
		background: none !important;
		transform: translate(0) !important;
	}

	.tabs {
		overflow: hidden;
		margin: 0 0 -20px;
	}

	.tabs__list {
		flex-wrap: nowrap;
		padding-bottom: 30px;
		margin-right: -20px;
		margin-bottom: -30px;
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
	}

	.tabs__list:after {
		flex: 0 0 20px;
		content: "";
	}

	.circled-info__circle {
		transition: unset;
		text-align: left;
	}

	.circled-info__circle--opened,
	.circled-info__circle--opened:first-of-type {
		top: auto !important;
		bottom: 0;
		width: 100%;
		left: 0 !important;
		transform: unset;
		transition: unset;
		border-radius: 0;
	}

	.circled-info__circle--opened:before {
		padding-top: 0;
	}

	.circled-info__circle--opened .circled-info__block {
		position: static;
		transition: unset;
	}

	.circled-info__block {
		transition: unset;
		transform: unset;
	}

	.floors-control {
		padding: 0.75rem 0 0;
	}

	.floors__wrapper {
		min-height: 700px;
		height: calc(100vh - 140px);
	}

	.hero-new__image--cleaning img,
	.hero-new__image--hygiene img,
	.hero-new__image--ortodont img,
	.hero-new__image--smile img,
	.hero-new__image--therapy img {
		max-width: 160%;
	}

	.hero-new__image--whitening:before {
		padding-top: 400px !important;
	}

	.hero-new__image--coop img,
	.hero-new__image--implant img {
		max-width: 250%;
	}

	.hero-new__image--surgery img {
		max-width: 160%;
	}

	.compare-hero img {
		max-width: 575px !important;
		transform: translate(0) !important;
		position: static !important;
	}

	.doctor__title {
		font-size: 4.375rem;
	}

	.doctor__photo {
		width: 400px;
	}

	.doctor__photo-img {
		max-height: 500px;
		padding-top: 0;
	}

	.department__bg {
		position: relative;
		transform: none;
		max-width: 500px;
		margin-top: -140px;
	}

	.error-page__parallax-image img {
		max-width: 650px;
	}

	.services-image-block__img {
		position: relative;
	}

	.surgery-service__bg {
		overflow: hidden;
	}

	.service-roentgen__block {
		background-image: none !important;
	}

	.implant-new__parallax-wrapper {
		transform: translateZ(0) !important;
	}
}

@media (max-width: 767px) {
	.ph-h1 {
		height: 2.5rem;
	}

	.ph-h2 {
		height: 2rem;
	}

	.ph-h3 {
		height: 1.625rem;
	}

	.ph-h4 {
		height: 1.25rem;
	}

	.ph-h5,
	.ph-h6 {
		height: 1rem;
	}

	.hidden-sm-down {
		display: none !important;
	}

	.img-lead {
		font-family: "object-fit:cover";
		-o-object-fit: cover;
		object-fit: cover;
		min-height: 250px;
	}

	html {
		font-size: 16px;
	}

	.children-comfort__heading,
	.h1,
	h1 {
		font-weight: 500;
		font-size: 2.5rem;
	}

	.form-block-action__heading,
	.h2,
	.move-on__title,
	h2 {
		font-weight: 500;
		font-size: 2rem;
	}

	.h3,
	.news-blocks__main .news-blocks__title,
	.service-item__link,
	h3 {
		font-weight: 500;
		font-size: 1.625rem;
	}

	.h4,
	.news-blocks__item .news-blocks__title,
	.service-clear-implant-price:before,
	h4 {
		font-weight: 500;
		font-size: 1.25rem;
	}

	.h5,
	.h6,
	h5,
	h6 {
		font-weight: 500;
		font-size: 1rem;
	}

	.mt-2 xs-phone {
		margin-top: 0.25rem;
	}

	.mb-2 xs-phone {
		margin-bottom: 0.25rem;
	}

	.ml-2 xs-phone {
		margin-left: 0.25rem;
	}

	.mr-2 xs-phone,
	.mx-2 xs-phone {
		margin-right: 0.25rem;
	}

	.mx-2 xs-phone {
		margin-left: 0.25rem;
	}

	.my-2 xs-phone {
		margin-top: 0.25rem;
		margin-bottom: 0.25rem;
	}

	.mt-xs-phone {
		margin-top: 0.5rem;
	}

	.mb-xs-phone {
		margin-bottom: 0.5rem;
	}

	.ml-xs-phone {
		margin-left: 0.5rem;
	}

	.mr-xs-phone,
	.mx-xs-phone {
		margin-right: 0.5rem;
	}

	.mx-xs-phone {
		margin-left: 0.5rem;
	}

	.my-xs-phone {
		margin-top: 0.5rem;
		margin-bottom: 0.5rem;
	}

	.mt-sm-phone {
		margin-top: 1rem;
	}

	.mb-sm-phone {
		margin-bottom: 1rem;
	}

	.ml-sm-phone {
		margin-left: 1rem;
	}

	.mr-sm-phone,
	.mx-sm-phone {
		margin-right: 1rem;
	}

	.mx-sm-phone {
		margin-left: 1rem;
	}

	.my-sm-phone {
		margin-top: 1rem;
		margin-bottom: 1rem;
	}

	.mt-md-phone {
		margin-top: 1.5rem;
	}

	.mb-md-phone {
		margin-bottom: 1.5rem;
	}

	.ml-md-phone {
		margin-left: 1.5rem;
	}

	.mr-md-phone,
	.mx-md-phone {
		margin-right: 1.5rem;
	}

	.mx-md-phone {
		margin-left: 1.5rem;
	}

	.my-md-phone {
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}

	.mt-lg-phone {
		margin-top: 2rem;
	}

	.mb-lg-phone {
		margin-bottom: 2rem;
	}

	.ml-lg-phone {
		margin-left: 2rem;
	}

	.mr-lg-phone,
	.mx-lg-phone {
		margin-right: 2rem;
	}

	.mx-lg-phone {
		margin-left: 2rem;
	}

	.my-lg-phone {
		margin-top: 2rem;
		margin-bottom: 2rem;
	}

	.mt-xl-phone {
		margin-top: 2.5rem;
	}

	.mb-xl-phone {
		margin-bottom: 2.5rem;
	}

	.ml-xl-phone {
		margin-left: 2.5rem;
	}

	.mr-xl-phone,
	.mx-xl-phone {
		margin-right: 2.5rem;
	}

	.mx-xl-phone {
		margin-left: 2.5rem;
	}

	.my-xl-phone {
		margin-top: 2.5rem;
		margin-bottom: 2.5rem;
	}

	.mt-xxl-phone {
		margin-top: 5rem;
	}

	.mb-xxl-phone {
		margin-bottom: 5rem;
	}

	.ml-xxl-phone {
		margin-left: 5rem;
	}

	.mr-xxl-phone,
	.mx-xxl-phone {
		margin-right: 5rem;
	}

	.mx-xxl-phone {
		margin-left: 5rem;
	}

	.my-xxl-phone {
		margin-top: 5rem;
		margin-bottom: 5rem;
	}

	.mt-xxxl-phone {
		margin-top: 7.5rem;
	}

	.mb-xxxl-phone {
		margin-bottom: 7.5rem;
	}

	.ml-xxxl-phone {
		margin-left: 7.5rem;
	}

	.mr-xxxl-phone,
	.mx-xxxl-phone {
		margin-right: 7.5rem;
	}

	.mx-xxxl-phone {
		margin-left: 7.5rem;
	}

	.my-xxxl-phone {
		margin-top: 7.5rem;
		margin-bottom: 7.5rem;
	}

	.mt-none-phone {
		margin-top: 0;
	}

	.mb-none-phone {
		margin-bottom: 0;
	}

	.ml-none-phone {
		margin-left: 0;
	}

	.mr-none-phone {
		margin-right: 0;
	}

	.mx-none-phone {
		margin-left: 0;
		margin-right: 0;
	}

	.my-none-phone {
		margin-top: 0;
		margin-bottom: 0;
	}

	.pt-2 xs-phone {
		padding-top: 0.25rem;
	}

	.pb-2 xs-phone {
		padding-bottom: 0.25rem;
	}

	.pl-2 xs-phone {
		padding-left: 0.25rem;
	}

	.pr-2 xs-phone,
	.px-2 xs-phone {
		padding-right: 0.25rem;
	}

	.px-2 xs-phone {
		padding-left: 0.25rem;
	}

	.py-2 xs-phone {
		padding-top: 0.25rem;
		padding-bottom: 0.25rem;
	}

	.pt-xs-phone {
		padding-top: 0.5rem;
	}

	.pb-xs-phone {
		padding-bottom: 0.5rem;
	}

	.pl-xs-phone {
		padding-left: 0.5rem;
	}

	.pr-xs-phone,
	.px-xs-phone {
		padding-right: 0.5rem;
	}

	.px-xs-phone {
		padding-left: 0.5rem;
	}

	.py-xs-phone {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}

	.pt-sm-phone {
		padding-top: 1rem;
	}

	.pb-sm-phone {
		padding-bottom: 1rem;
	}

	.pl-sm-phone {
		padding-left: 1rem;
	}

	.pr-sm-phone,
	.px-sm-phone {
		padding-right: 1rem;
	}

	.px-sm-phone {
		padding-left: 1rem;
	}

	.py-sm-phone {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}

	.pt-md-phone {
		padding-top: 1.5rem;
	}

	.pb-md-phone {
		padding-bottom: 1.5rem;
	}

	.pl-md-phone {
		padding-left: 1.5rem;
	}

	.pr-md-phone,
	.px-md-phone {
		padding-right: 1.5rem;
	}

	.px-md-phone {
		padding-left: 1.5rem;
	}

	.py-md-phone {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}

	.pt-lg-phone {
		padding-top: 2rem;
	}

	.pb-lg-phone {
		padding-bottom: 2rem;
	}

	.pl-lg-phone {
		padding-left: 2rem;
	}

	.pr-lg-phone,
	.px-lg-phone {
		padding-right: 2rem;
	}

	.px-lg-phone {
		padding-left: 2rem;
	}

	.py-lg-phone {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}

	.pt-xl-phone {
		padding-top: 2.5rem;
	}

	.pb-xl-phone {
		padding-bottom: 2.5rem;
	}

	.pl-xl-phone {
		padding-left: 2.5rem;
	}

	.pr-xl-phone,
	.px-xl-phone {
		padding-right: 2.5rem;
	}

	.px-xl-phone {
		padding-left: 2.5rem;
	}

	.py-xl-phone {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}

	.pt-xxl-phone {
		padding-top: 5rem;
	}

	.pb-xxl-phone {
		padding-bottom: 5rem;
	}

	.pl-xxl-phone {
		padding-left: 5rem;
	}

	.pr-xxl-phone,
	.px-xxl-phone {
		padding-right: 5rem;
	}

	.px-xxl-phone {
		padding-left: 5rem;
	}

	.py-xxl-phone {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}

	.pt-xxxl-phone {
		padding-top: 7.5rem;
	}

	.pb-xxxl-phone {
		padding-bottom: 7.5rem;
	}

	.pl-xxxl-phone {
		padding-left: 7.5rem;
	}

	.pr-xxxl-phone,
	.px-xxxl-phone {
		padding-right: 7.5rem;
	}

	.px-xxxl-phone {
		padding-left: 7.5rem;
	}

	.py-xxxl-phone {
		padding-top: 7.5rem;
		padding-bottom: 7.5rem;
	}

	.pt-none-phone {
		padding-top: 0;
	}

	.pb-none-phone {
		padding-bottom: 0;
	}

	.pl-none-phone {
		padding-left: 0;
	}

	.pr-none-phone,
	.px-none-phone {
		padding-right: 0;
	}

	.px-none-phone {
		padding-left: 0;
	}

	.py-none-phone {
		padding-top: 0;
		padding-bottom: 0;
	}

	.google-map {
		height: 150px;
	}

	.google-map--large {
		height: 300px;
	}

	.google-map {
		margin: 0 -15px;
	}

	.mockup {
		padding-left: 15px;
		padding-right: 15px;
	}

	.mockup,
	.video-block-container {
		margin-left: -15px;
		margin-right: -15px;
	}

	.service-list--backgrounded {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.service-item__menu {
		left: -15px;
		right: -15px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.service-item__menu-list {
		font-size: 1rem;
	}

	.news-blocks__main .news-blocks__title {
		font-size: 1.125rem;
		line-height: 1.5;
	}

	.contacts-map {
		margin-left: -15px;
		margin-right: -15px;
	}

	.contacts-map:before {
		padding-top: 300px;
	}

	.news-blocks--blog .news-blocks__main {
		border-bottom: 1px solid #e3e9ec;
		padding-bottom: 40px;
		margin-bottom: 10px;
	}

	.consultation-form {
		padding: 20px;
	}

	.move-on__arrow svg {
		width: 40px;
		height: 78px;
	}

	.move-on__arrow:before {
		height: 1px;
	}

	.tax-calculate {
		margin-right: 0;
		margin-left: 0;
		flex-direction: column;
	}

	.tax-calculate__item {
		padding-right: 0;
		padding-left: 0;
	}

	.hero__back-image-wrapper {
		position: relative;
		left: 0;
		height: auto;
	}

	.side-image__block--shine:after {
		height: 40%;
	}

	.tabs {
		margin: 0 -15px -20px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.tabs__list {
		margin-left: -15px;
		margin-right: -15px;
		-webkit-mask-image: linear-gradient(
			90deg,
			transparent,
			rgba(0, 0, 0, 0.25) 9px,
			#000 18px,
			#000 calc(100% - 18px),
			rgba(0, 0, 0, 0.25) calc(100% - 9px),
			transparent
		);
		mask-image: linear-gradient(
			90deg,
			transparent,
			rgba(0, 0, 0, 0.25) 9px,
			#000 18px,
			#000 calc(100% - 18px),
			rgba(0, 0, 0, 0.25) calc(100% - 9px),
			transparent
		);
	}

	.tabs__list:after {
		flex-basis: 15px;
	}

	.tabs__item {
		margin-left: 15px;
	}

	.hero-new__image:before {
		content: "";
		display: block;
		padding-top: 100%;
		height: 0;
	}

	.hero-new__image picture {
		position: absolute;
		top: 0;
		left: 0;
	}

	.hero-new__image img {
		max-width: 170%;
		left: 50%;
		position: relative;
		transform: translate(-60%);
	}

	.hero-new__image--ortodont img {
		max-width: 120%;
		left: 50%;
		position: relative;
		transform: translate(-50%, 10%);
	}

	.hero-new__image--smile img,
	.hero-new__image--therapy img {
		max-width: 100%;
		left: 50%;
		position: relative;
	}

	.hero-new__image--surgery img {
		max-width: 120%;
		left: 50%;
		position: relative;
		transform: translate(-50%, 10%);
	}

	.compare-hero {
		left: 50%;
		transform: translate(-65%);
	}

	.index-slide__image img {
		width: auto;
		max-height: 80vw;
	}

	.doctor__title {
		font-size: 2.75rem;
	}

	.doctor__info {
		margin-top: 30px;
	}

	.doctor__photo {
		width: auto;
	}

	.doctor__photo:after {
		height: 40%;
	}

	.doctors-page__bubbles-layers {
		padding: 0 15px;
	}

	.doctors-page__bubbles-layer,
	.doctors-page__bubbles-layers {
		position: static !important;
		transform: none !important;
	}

	.doctors-page__bubbles-layer {
		margin-top: 20px;
	}

	.doctors-page__bubble {
		position: relative;
		display: flex;
		width: 80px;
		height: 80px;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
		background-color: rgba(0, 150, 170, 0.3);
	}

	.doctors-page,
	.doctors-page__bubble--admins,
	.doctors-page__bubble--assistants,
	.doctors-page__bubble--doctors,
	.doctors-page__bubble--employees,
	.doctors-page__bubble--managers,
	.doctors-page__bubble--office,
	.doctors-page__bubble--roentgen,
	.doctors-page__bubble--tooth {
		transform: none;
	}

	.doctors-page__bubble-number {
		font-size: 40px;
	}

	.doctors-page__bubble-label {
		left: calc(100% + 10px);
		top: 50%;
		transform: translateY(-50%);
	}

	.faq-title + .faq {
		margin-top: 20px;
	}

	.error-page__parallax-image img {
		max-width: 500px;
		margin-left: 30px;
	}

	.about-achiemvment__list {
		flex-wrap: wrap;
		margin-left: -15px;
		margin-right: -15px;
	}

	.about-achiemvment__button {
		display: none;
	}

	.services-price-item {
		flex-direction: column;
		margin-bottom: 0.75em;
	}

	.vacancy-page-years__svg svg {
		width: 100%;
		height: 100%;
	}

	.case-hero__heading {
		font-size: 1.5rem;
	}

	.case-hero__image:before {
		content: "";
		display: block;
		padding-top: 100%;
		height: 0;
	}

	.case-hero__image picture {
		position: absolute;
		top: 0;
		left: 0;
	}

	.case-plan ol,
	.case-plan ul {
		padding: 0;
		margin: 0.5em 0 0.75em;
	}

	.case-plan ol ol,
	.case-plan ol ul,
	.case-plan ul ol,
	.case-plan ul ul {
		margin: 0.25em 0 0.5em;
	}

	.case-plan ol li,
	.case-plan ul li {
		position: relative;
		margin: 0.25rem 0 0 1.25rem;
	}

	.case-plan ul {
		list-style: none;
	}

	.case-plan ul > li:before {
		padding-right: 0.3em;
		position: absolute;
		right: 100%;
		content: "\2014";
	}

	.case-plan ul > li li:before {
		content: "\2022";
		text-align: center;
	}

	.implant-new-step-slider:after {
		content: "";
		background: linear-gradient(
			90deg,
			rgba(227, 233, 236, 0),
			rgba(227, 233, 236, 0.04068) 5.79%,
			rgba(227, 233, 236, 0.1088) 10.88%,
			rgba(227, 233, 236, 0.19844) 15.63%,
			rgba(227, 233, 236, 0.3037) 20.37%,
			rgba(227, 233, 236, 0.41869) 25.46%,
			rgba(227, 233, 236, 0.5375) 31.25%,
			rgba(227, 233, 236, 0.65422) 38.08%,
			rgba(227, 233, 236, 0.76296) 46.3%,
			rgba(227, 233, 236, 0.85781) 56.25%,
			rgba(227, 233, 236, 0.93287) 68.29%,
			rgba(227, 233, 236, 0.98223) 82.75%,
			#e3e9ec
		);
		width: 100px;
		position: absolute;
		top: 0;
		right: -15px;
		height: 100%;
		pointer-events: none;
	}

	.implant-new-step-slider__slide {
		flex: 0 0 80%;
		width: 80%;
	}

	.implant-new-step-slider__slide:last-child {
		padding-right: calc(20% + 1px);
		box-sizing: content-box;
	}

	.cleaning-season__price-main {
		font-size: 2.5rem;
	}

	.cleaning-season__price-old {
		font-size: 1.8rem;
	}
}

@media (max-width: 575px) {
	.hidden-xs-down,
	.hidden-xs-only {
		display: none !important;
	}

	.wrapper {
		padding-left: 15px;
		padding-right: 15px;
	}

	.img-smart,
	.img-xs-smart {
		max-width: calc(100% + 30px);
		margin: 0 0 0 -15px;
	}

	.img-xs-smart.img-rounded {
		border-radius: 0;
	}

	.table-responsive tbody td,
	.table-responsive thead th {
		display: block;
	}

	.table-responsive tbody td:before {
		display: block;
		flex: none;
		padding-right: 0;
	}

	.table-prices tbody td {
		padding: 1rem 0.5rem;
	}

	.form-group--horizontal {
		display: block;
	}

	.form-group--horizontal .form-group__label {
		display: block;
		flex: none;
		max-width: none;
		margin-right: 0;
		margin-bottom: 5px;
	}

	.form-group--horizontal .form-group__field {
		flex: none;
		max-width: none;
	}

	.modal__container {
		width: calc(100% - 30px);
		max-height: calc(100vh - 30px);
		max-height: calc(var(--vh, 1vh) * 100 - 30px);
	}

	.mockup__image {
		margin-left: 0;
		margin-right: -100px;
		margin-bottom: -30px;
	}

	.doctors-slider__arrow--left {
		left: -15px;
	}

	.doctors-slider__arrow--right {
		right: -15px;
	}

	.video-item .video-block {
		max-width: calc(100% + 30px);
		margin: 0;
	}

	.doctor-item {
		text-align: center;
	}

	.doctor-item__image {
		display: inline-block;
		min-width: 160px;
		max-width: 100%;
	}

	.doctor-item__name {
		font-size: 20px;
		max-width: none;
	}

	.hero__row--offer,
	.hero__row--service {
		background-image: none !important;
	}

	.hero__back-image-wrapper img {
		transform: translateX(0) !important;
	}

	.floors-control {
		position: relative;
		background-color: #0096aa;
		color: #fff;
	}

	.floors-control__wrapper {
		justify-content: space-between;
	}

	.floor-changer {
		position: static;
		flex-direction: row;
		width: auto;
		margin-bottom: 0.75rem;
	}

	.floor-changer__btn {
		font-size: 1rem;
		width: 2rem;
		height: 2rem;
		color: #fff;
	}

	.floor-changer__btn:before {
		width: 2rem;
		height: 2rem;
		border: 2px solid #fff;
	}

	.floor-changer__title {
		margin-right: 0;
		margin-bottom: 0;
		font-size: 0.75rem;
	}

	.floor-zoom {
		flex-direction: row;
		width: auto;
		margin-bottom: 0.75rem;
		padding-right: 0.5rem;
	}

	.floor-zoom__title {
		margin-right: 1rem;
		margin-bottom: 0;
		font-size: 0.75rem;
	}

	.floor-zoom__btn {
		width: 2rem;
		height: 2rem;
		margin: 0 0.15rem;
		--zoomcolor: #fff;
	}

	.floor-zoom__btn--minus:before,
	.floor-zoom__btn--plus:before {
		width: 0.75rem;
	}

	.floor-zoom__btn--plus:after {
		height: 0.75rem;
	}

	.doctors-reviews-filter__arrow--left {
		left: -15px;
	}

	.doctors-reviews-filter__arrow--right {
		right: -15px;
	}

	.scheme-circle__item:last-child {
		max-width: none;
	}

	.hero-new__image--ortodont img,
	.hero-new__image--smile img,
	.hero-new__image--therapy img {
		position: static;
		transform: none;
	}

	.hero-new__image--hygiene img {
		max-width: 120%;
		transform: translate(-65%, 10%);
	}

	.hero-new__image--cleaning img {
		max-width: 120%;
		transform: translate(-55%, 10%);
	}

	.hero-new__image--veneers img {
		max-width: 120%;
		transform: translate(-65%, 10%);
	}

	.hero-new__image--clasp img {
		max-width: 120%;
		transform: translate(-55%, 10%);
	}

	.hero-new__image--queen img {
		max-width: 120%;
		transform: translate(-45%, 10%);
	}

	.hero-new__image--implant img {
		max-width: 120%;
		transform: translate(-65%, 10%);
	}

	.hero-new__image--coop img {
		max-width: 120%;
		transform: translate(-80%, 25%);
	}

	.hero-new__image--surgery img {
		position: static;
		transform: none;
	}

	.compare-hero img {
		max-width: 575px !important;
	}

	.doctor__photo-img {
		max-height: 400px;
	}

	.doctors-page__slide {
		flex: 0 0 320px;
		max-width: 320px;
	}

	.doctors-page__slide-photo,
	.doctors-page__slide.swiper-slide-active .doctors-page__slide-photo,
	.doctors-page__slide.swiper-slide-active ~ .doctors-page__slide .doctors-page__slide-photo,
	.doctors-page__slide.swiper-slide-next .doctors-page__slide-photo,
	.doctors-page__slide.swiper-slide-prev .doctors-page__slide-photo {
		transform: translateX(-50%) scale(0.6);
	}

	.department__bg {
		max-width: 400px;
	}

	.error-page__number {
		flex-wrap: wrap;
		justify-content: center;
	}

	.error-page__img {
		flex: 0 0 auto;
		width: 50%;
	}

	.error-page__circle {
		width: 60%;
		margin: 30px 0;
	}

	.error-page__parallax-image img {
		max-width: 300px;
		margin-left: 0;
	}

	.about-achiemvment__button--left {
		left: -15px;
	}

	.about-achiemvment__button--right {
		right: -15px;
	}

	.vacancy-page-years {
		font-size: 4rem;
	}

	.vacancy-page-years__svg {
		width: 100px;
		left: 140px;
		top: -60px;
	}

	.case-hero__image img {
		max-width: 375px;
		transform: translateY(10%);
	}

	.case-footer {
		display: flex;
		flex-direction: column;
	}

	.case-footer__image {
		order: 12;
	}
}

@media print {
	.visible-print-block {
		display: block !important;
	}

	.visible-print-inline {
		display: inline !important;
	}

	.visible-print-inline-block {
		display: inline-block !important;
	}

	.hidden-print {
		display: none !important;
	}
}

@media (min-height: 800px) and (orientation: portrait) {
	.floors {
		max-height: 170vh;
	}
}

@media (max-width: 767px) and (orientation: landscape) {
	.index-slide__image img {
		width: auto;
		max-height: 50vw;
	}
}

@media (-ms-high-contrast: none) {
	.about-grid {
		display: -ms-grid;
		-ms-grid-columns: 58% 22% 20%;
		-ms-grid-rows: 37% 24% 35%;
	}
}

.contact-consultation-form .form-top {
	display: grid;
	gap: 40px;
	grid-template-columns: 540fr 700fr;
}

.contact-consultation-form .form-top .right-col .form-group--horizontal .form-group__field {
	flex-grow: 1;
	width: 100%;
	max-width: 100%;
}

.contact-consultation-form .form-top p {
	font-size: 18px;
}

.contact-consultation-form .form-top p.h2 {
	margin-top: 0;
	color: #0096aa;
	font-size: 42px;
}

.contact-consultation-form .form-top input {
	width: 100%;
	border: 1px solid #1fbbc7;
	padding: 13px 15px;
}

.contact-consultation-form .form-top input::placeholder {
	color: #0096aa;
}

.contact-consultation-form .form-top input:focus-visible {
	background-color: #ffffff;
	box-shadow: 0 0 0 2px #1fbbc7;
	transition: none;
}

.contact-consultation-form .form-bottom {
	display: flex;
	justify-content: end;
}

.contact-consultation-form .form-top .right-col .form-group {
	margin: 0 0 24px 0;
}

.contact-consultation-form .form-top .right-col .form-group:last-child {
	margin: 0;
}

.contact-consultation-form .form-top .right-col .text-small {
	max-width: 391px;
	font-size: 14px;
	margin-top: 0;
	text-align: end;
	line-height: 17px;
}

.contact-consultation-form .form-top .right-col .button-group {
	margin-top: 28px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 18px;
}

.contact-consultation-form .form-top .right-col .button-group .btn {
	width: 242px;
	font-weight: 600;
	font-size: 20px;
}

.stops .row .transport-icon {
	position: absolute;
	top: 0;
	left: -25px;
}

.stops .row .transport-icon svg {
	width: 30px;
	height: auto;
	opacity: 0.2;
}

.stops .row .transport-icon svg path {
	fill: #0096aa;
}

.stops .row {
	padding-left: 50px;
	position: relative;
	margin-bottom: 20px;
}

.stops .row:last-child {
	margin-bottom: 0;
}

.stops p {
	margin: 0;
}

.contact-link {
	color: #0096aa !important;
	background-color: transparent !important;
	-webkit-text-decoration-skip: objects !important;
	outline-color: inherit !important;
	transition-property: color, border-color !important;
}

.contact-link:active .contact-link:hover {
	outline-width: 0 !important;
}

.contact-link:hover {
	color: #f08c07 !important;
}

@media (max-width: 900px) {
	.contact-consultation-form .right-col {
		margin-top: 40px;
	}
	.contact-consultation-form .form-top {
		display: block;
	}
	.contact-consultation-form .form-top .right-col .button-group {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 10px;
	}

	.contact-consultation-form .form-top .right-col .button-group .row.policy {
		order: 2;
	}

	.contact-consultation-form .form-top .right-col .button-group .btn {
		width: 100%;
	}

	.contact-consultation-form .form-top .right-col .text-small {
		max-width: none;
		text-align: center;
	}
}

.video-big {
	position: relative;
	width: 100%;
	/* Устанавливаем соотношение сторон 16:9 */
	padding-top: 56.25%; /* 16:9 = 9/16 * 100 = 56.25% */
	overflow: hidden;
}

.video-big iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.video-item-useful {
	position: relative;
	width: 100%;
	/* Устанавливаем соотношение сторон 16:9 */
	padding-top: 56.25%; /* 16:9 = 9/16 * 100 = 56.25% */
	overflow: hidden;
}

.video-item-useful__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1440px;
	border-left: 40px solid transparent;
	border-left: var(--container-padding) solid transparent;
	border-right: 40px solid transparent;
	border-right: var(--container-padding) solid transparent;
}

.visit-banner {
	min-height: 576px;
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #63bfcb;
	background-image: url(/images/visit-banner@1x.png), linear-gradient(-99.401deg, #b3e0e6 0, #0096aa 100%);
	background-size:
		685px 576px,
		auto;
	background-repeat: no-repeat, repeat;
	background-position:
		calc(50% + 297px) top,
		center top;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
	.visit-banner {
		background-image: url(/images/visit-banner@2x.png), linear-gradient(-99.401deg, #b3e0e6 0, #0096aa 100%);
	}
}

.visit-banner__heading {
	margin-top: 0;
	margin-bottom: 0;
	max-width: 900px;
	font-family: "Ubuntu";
	font-family: var(--font-heading);
	font-weight: 500;
	font-size: 60px;
	line-height: 69px;
	color: #fff;
}

.visit-banner__description {
	margin-top: 23px;
	margin-bottom: 0;
	max-width: 631px;
	font-size: 22px;
	line-height: 26px;
	color: #fff;
}

.visit-banner__action {
	margin-top: 60px;
}

.visit-banner__action .button,
.visit-banner__action.button {
	padding-left: 40px;
	padding-right: 40px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
	.visit-banner {
		min-height: 400px;
		padding-top: 40px;
		padding-bottom: 40px;
		background-size:
			470px auto,
			auto;
		background-position:
			calc(50% + 260px) 27px,
			center top;
	}

	.visit-banner__heading {
		max-width: 600px;
		font-size: 40px;
		line-height: 46px;
	}

	.visit-banner__description {
		margin-top: 16px;
		max-width: 540px;
		font-size: 18px;
		line-height: 22px;
	}
}

@media (max-width: 739.98px) {
	.visit-banner {
		padding-top: 28px;
		padding-bottom: 400px;
		background-size:
			353px auto,
			auto;
		background-position:
			center bottom,
			center top;
	}

	.visit-banner__heading {
		font-size: 40px;
		line-height: 46px;
	}

	.visit-banner__description {
		margin-top: 25px;
		font-size: 16px;
		line-height: 19px;
	}

	.visit-banner__action {
		margin-top: 40px;
	}

	.visit-banner__action .button,
	.visit-banner__action.button {
		padding: 12px 24px;
		font-size: 16px;
		line-height: 20px;
	}
}

.visit-banner {
	min-height: 576px;
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #63bfcb;
	background-image: url(/images/visit-banner@1x.png), linear-gradient(-99.401deg, #b3e0e6 0, #0096aa 100%);
	background-size:
		630px 638px,
		auto;
	background-repeat: no-repeat, repeat;
	background-position:
		calc(50% + 297px) top,
		center top;
	margin-top: 50px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
	.visit-banner {
		background-image: url(/images/visit-banner@2x.png), linear-gradient(-99.401deg, #b3e0e6 0, #0096aa 100%);
	}
}

.visit-banner__heading {
	margin-top: 0;
	margin-bottom: 0;
	max-width: 900px;
	font-family: "Ubuntu";
	font-family: var(--font-heading);
	font-weight: 500;
	font-size: 60px;
	line-height: 69px;
	color: #fff;
}

.visit-banner__description {
	margin-top: 23px;
	margin-bottom: 0;
	max-width: 631px;
	font-size: 22px;
	line-height: 26px;
	color: #fff;
}

.visit-banner__action {
	margin-top: 60px;
}

.visit-banner__action .button,
.visit-banner__action.button {
	padding-left: 40px;
	padding-right: 40px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
	.visit-banner {
		min-height: 400px;
		padding-top: 40px;
		padding-bottom: 40px;
		background-size:
			470px auto,
			auto;
		background-position:
			calc(50% + 260px) 27px,
			center top;
	}

	.visit-banner__heading {
		max-width: 600px;
		font-size: 40px;
		line-height: 46px;
	}

	.visit-banner__description {
		margin-top: 16px;
		max-width: 540px;
		font-size: 18px;
		line-height: 22px;
	}
}

@media (max-width: 739.98px) {
	.visit-banner {
		padding-top: 28px;
		padding-bottom: 400px;
		background-size:
			400px 400px,
			auto;
		background-position:
			center bottom,
			center top;
	}

	.visit-banner__heading {
		font-size: 40px;
		line-height: 46px;
	}

	.visit-banner__description {
		margin-top: 25px;
		font-size: 16px;
		line-height: 19px;
	}

	.visit-banner__action {
		margin-top: 40px;
	}

	.visit-banner__action .button,
	.visit-banner__action.button {
		padding: 12px 24px;
		font-size: 16px;
		line-height: 20px;
	}
}

.children-attention .swiper-controls {
	position: absolute;
	right: 0px;
	bottom: unset;
	top: 50%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 4px;
	transform: translateY(-50%);
	z-index: 2;
	width: 100%;
}

@media (max-width: 767px) {
	.children-hero__image img {
		opacity: 0.6;
	}
}

.orthopaedy-slider-banner {
	position: relative;
	padding-top: 40px;
	padding-bottom: 100px;
	background-color: #53b8c5;
	background-image: linear-gradient(-99.243deg, #0096aa, #b3e0e6);
	color: #fff;
	min-height: 596px;
}

.orthopaedy-slider-banner__container {
	position: relative;
	z-index: 10;
	box-sizing: border-box;
}

.orthopaedy-slider-banner__content {
	margin-right: 50%;
	padding-left: 10px;
}

.orthopaedy-slider-banner__heading {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 500;
	font-size: 52px;
	line-height: 60px;
}

.orthopaedy-slider-banner__description {
	margin-top: 24px;
}

.orthopaedy-slider-banner__image {
	position: absolute;
	left: 50%;
	margin-right: 40px;
	bottom: 0;
	max-width: none;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
	.orthopaedy-slider-banner {
		min-height: 400px;
	}

	.orthopaedy-slider-banner__content {
		margin-right: 0;
		padding-left: 0;
	}

	.orthopaedy-slider-banner__heading {
		font-size: 36px;
		line-height: 46px;
	}

	.orthopaedy-slider-banner__image {
		display: none;
	}
}

@media (max-width: 739.98px) {
	.orthopaedy-slider-banner {
		padding-top: 28px;
		padding-bottom: 290px;
		background-image: linear-gradient(-97.034deg, #b3e0e6 0, #0096aa 100%);
		min-height: 0;
	}

	.orthopaedy-slider-banner__content {
		margin-right: 0;
		padding-left: 0;
	}

	.orthopaedy-slider-banner__heading {
		font-size: 32px;
		line-height: 37px;
	}

	.orthopaedy-slider-banner__image {
		position: absolute;
		right: 0;
		bottom: 0;
		width: auto;
		height: 300px;
		margin: 0;
		left: unset;
	}
}

.orthopaedy-slider .swiper--alt-minimalistic-controls .swiper-controls {
	justify-content: start;
}

@media (max-width: 739.98px) {
	.orthopaedy-slider .swiper--alt-minimalistic-controls .swiper-controls {
		justify-content: center;
		position: absolute;
		bottom: 15px;
		align-items: end;
	}

	.orthopaedy-slider .swiper--alt-minimalistic-controls .swiper-pagination {
		color: #fff;
	}

	.orthopaedy-slider .swiper--alt-minimalistic-controls .swiper-button-next::after {
		background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjQwMDQgMjEuMTk2NkwxNy43MDQ4IDE1LjAwMDFMMTEuNDAwNCA4LjgwMzZMMTMuMzQxMyA2LjkwMDFMMjEuNjAwNCAxNS4wMDAxTDEzLjM0MTMgMjMuMTAwMUwxMS40MDA0IDIxLjE5NjZaIiBmaWxsPSIjRkZGRkZGIi8+Cjwvc3ZnPgo=);
	}

	.orthopaedy-slider .swiper--alt-minimalistic-controls .swiper-button-prev::after {
		background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE4LjU5OTYgOC44MDM0TDEyLjI5NTIgMTQuOTk5OUwxOC41OTk2IDIxLjE5NjRMMTYuNjU4NyAyMy4wOTk5TDguMzk5NjEgMTQuOTk5OUwxNi42NTg3IDYuODk5OUwxOC41OTk2IDguODAzNFoiIGZpbGw9IiNGRkZGRkYiLz4KPC9zdmc+Cg==);
	}
}

.visible-mobile {
	display: none;
}

@media (max-width: 991px) {
	.visible-mobile {
		display: block;
	}

	.visible-desctop {
		display: none;
	}
}

/*Имплантация*/
.implant-steps {
	background-color: white;
	padding-top: 100px;
	padding-bottom: 100px;
}
.primary-text {
	margin-bottom: 0 !important;
	font-weight: 700;
}
.second-text {
	margin: 0 !important;
}
ul.lead-mark--implant li {
	margin-top: 40px;
	font-size: 20px;
}
ul.lead-mark--implant li::before {
	top: 0 !important;
}
.hero-new__form {
	margin-top: 40px;
}
.implant-awareness {
	background-color: white;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-bottom: 50px;
}
.awareness-body {
	display: grid;
	grid-template-columns: 60% 40%;
	align-items: center;
}
.awareness-text {
	padding: 0 15px;
}
.awareness-heading {
	margin-top: 0;
}
.awareness-title {
	margin-top: 40px;
}
.awareness-info h3 {
	margin: 0;
}
.awareness-list {
	gap: 20px;
	display: flex;
	flex-direction: column;
	margin-top: 20px;
}
.awareness-picture {
	margin-left: 20px;
}
.implant-steps h3 {
	margin: 0;
}
.consultation--implant {
	padding-top: 40px;
	padding-bottom: 100px;
	color: #fff;
	background-color: #53b8c5;
	background-image: linear-gradient(81deg, #0096aa, #b3e0e6);
	min-height: 596px;
	margin-top: 40px;
	overflow: hidden;
}
.consultation-body {
	display: grid;
	grid-template-columns: 70% 30%;
}
.consultation-info {
}
.consultation-picture {
	transform: translate(-45%, 0%);
}
.consultation-picture picture {
	position: absolute;
	min-width: 604px;
}
.subtitle-text {
	margin-top: 20px;
}
ul.list-permissions {
	margin-top: 0;
}
ul.list-permissions li:before {
	content: none;
}
.consultation-btn {
	margin-top: 20px;
}
.fichers {
	font-size: 18px;
}
.grid--impants-prices {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	margin-top: 50px;
}
.grid--impants-prices .btn--secondary.btn--grad {
	margin-top: 30px;
}
.grid--impants-prices .before-after__item {
	box-shadow: 0px 0px 14px 10px rgba(0, 0, 0, 0.1);
	background: #00000017;
}
.decision-block {
	display: flex;
	flex-direction: column;
	align-items: baseline;
	justify-content: space-between;
}
.decision-block picture {
	align-self: center;
}
.decision-block h3 {
	font-size: 28px;
	margin-top: 30px;
}
.decision-block p {
	margin-top: 3dvh;
}
.doctor__form-heading {
	font-size: 36px;
	font-weight: 700;
}
.form-block-doctor__change .form-consult_form {
	padding-left: 40px;
}
.implant-benefits-slider {
	padding-top: 40px;
	padding-bottom: 100px;
	color: #fff;
	background-color: #53b8c5;
	background-image: linear-gradient(81deg, #0096aa, #b3e0e6);
	min-height: 610px;
	margin-top: 50px;
	overflow: hidden;
}
.implant-benefits .swiper--alt-minimalistic-controls .swiper-pagination {
	color: #fff;
}
.implant-benefit-body {
	display: grid;
	grid-template-columns: 65% 35%;
	align-items: center;
}
.benefit-heading {
	margin: 0;
	font-size: 52px;
}
.benefit-text {
	margin-top: 30px;
}
.btn--link {
	margin-top: 30px;
}
.implant-steps .steps__note {
	font-style: normal;
}
.implant-benefit-picture {
	margin-left: 40px;
	margin-top: 40px;
}
.implant-controls {
	right: 0px;
}
.implant-price {
	font-weight: 700;
	font-size: 18px;
}
.doctor-motivation p {
	margin-top: 40px;
}
.doctor-motivation .btn--secondary.btn--grad {
	margin-top: 20px;
}
.doctor-motivation ul:not([class]):not([type]) > li:before {
	content: "•";
	font-weight: 900;
}
.text-large {
	font-weight: 700;
}
@media (768px <= width <= 1030px) {
	.consultation-picture {
		transform: translate(-100%, 10%);
	}
}
@media (max-width: 768px) {
	.hero-new__form {
		align-self: center;
	}
	.doctor-motivation {
		display: flex;
		flex-direction: column;
	}
	.awareness-title {
		margin-top: 20px;
	}
	.consultation-info {
		display: flex;
		flex-direction: column;
	}
	.consultation-btn {
		align-self: center;
	}
	.awareness-list {
		gap: 10px;
		margin-top: 10px;
	}
	ul.lead-mark--implant li {
		margin-top: 20px;
		font-size: 16px;
	}
	.implant-awareness {
		margin-top: 50px;
	}
	.awareness-body {
		display: flex;
		flex-direction: column;
	}
	.awareness-picture {
		margin-top: 20px;
		margin-left: 0;
	}
	.consultation--implant {
		min-height: 100%;
		padding-bottom: 40px;
	}
	.consultation-body {
		display: flex;
		flex-direction: column;
	}
	.consultation-picture {
		transform: translate(0%, 11%);
	}
	.consultation-picture picture {
		position: relative;
		min-width: 410px;
	}
	.form-block-doctor__change .form-consult_form {
		padding-left: 0;
	}
	.implant-benefit-picture {
		margin-left: 0;
	}
	.implant-benefit-body {
		display: flex;
		flex-direction: column;
	}
	.grid--impants-prices {
		display: flex;
		flex-direction: column;
		gap: 40px;
	}
	.grid--impants-prices .btn--secondary.btn--grad {
		align-self: center;
	}
	.implant-benefits .swiper--alt-minimalistic-controls .swiper-button-next::after {
		background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjQwMDQgMjEuMTk2NkwxNy43MDQ4IDE1LjAwMDFMMTEuNDAwNCA4LjgwMzZMMTMuMzQxMyA2LjkwMDFMMjEuNjAwNCAxNS4wMDAxTDEzLjM0MTMgMjMuMTAwMUwxMS40MDA0IDIxLjE5NjZaIiBmaWxsPSIjRkZGRkZGIi8+Cjwvc3ZnPgo=");
	}
	.implant-benefits .swiper--alt-minimalistic-controls .swiper-button-prev::after {
		background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE4LjU5OTYgOC44MDM0TDEyLjI5NTIgMTQuOTk5OUwxOC41OTk2IDIxLjE5NjRMMTYuNjU4NyAyMy4wOTk5TDguMzk5NjEgMTQuOTk5OUwxNi42NTg3IDYuODk5OUwxOC41OTk2IDguODAzNFoiIGZpbGw9IiNGRkZGRkYiLz4KPC9zdmc+Cg==");
	}
	.btn--link {
		margin-left: 0;
	}
	ul.lead-mark {
		width: 100%;
	}
	.benefit-heading {
		font-size: 36px;
	}
	.implant-steps {
		padding: 50px 0;
	}
	.implant-benefits .implant-controls {
		margin-top: 14px !important;
	}
}
