/**
 * Theme Name:  dentaservice-theme
 * Author:      Oleksandr
 * Version:     1.0
 */
* {
	outline: 0;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	padding: 0;
	margin: 0;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
::-webkit-scrollbar {
	width: 5px;
	height: 3px;
}
::-webkit-scrollbar-button,
::-webkit-scrollbar-track {
	background-color: rgba(0, 0, 0, 0.7);
}
::-webkit-scrollbar-track-piece {
	background-color: rgba(0, 0, 0, 0.1);
}
::-webkit-scrollbar-thumb {
	height: 10px;
	background-color: rgba(255, 255, 255, 0.43);
	-webkit-border-radius: 0;
	border-radius: 0;
}
::-webkit-scrollbar-corner {
	background-color: #999;
}
::-webkit-resizer {
	background-color: #666;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote::after,
blockquote::before {
	content: '';
	content: none;
}
q::after,
q::before {
	content: '';
	content: none;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
a,
h1,
h2,
h3,
p {
	color: #fff;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:focus,
a:hover {
	color: #fff;
	text-decoration: none;
}
body {
	max-width: 1920px;
	margin: 0;
	overflow-x: hidden;
	font-family:
		'Exo 2',
		system-ui,
		-apple-system,
		BlinkMacSystemFont,
		'Segoe UI',
		Roboto,
		Oxygen,
		Ubuntu,
		Cantarell,
		'Open Sans',
		'Helvetica Neue',
		sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	background-color: #fff;
	background-image: url(assets/img/home/home_bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50%;
	background-size: cover;
}
body.is-no-scroll {
	overflow: hidden;
}
.preloader__tooth {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	height: 60px;
	margin: 0 auto;
	color: #fff;
}
.preloader__tooth span {
	margin: 0 15px;
	font-size: 16px;
	-webkit-transform: translateY(8px);
	transform: translateY(8px);
}
.preloader__tooth img {
	width: 60px;
	height: 60px;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-animation: c 2s ease-in infinite forwards;
	animation: toothScale 2s ease-in infinite forwards;
	-o-object-fit: contain;
	object-fit: contain;
}
@-webkit-keyframes preloader {
	0% {
		opacity: 1;
	}
	to {
		visibility: hidden;
		opacity: 0;
	}
}
@keyframes preloader {
	0% {
		opacity: 1;
	}
	to {
		visibility: hidden;
		opacity: 0;
	}
}
@-webkit-keyframes preloaderNext {
	0% {
		visibility: hidden;
		opacity: 0;
	}
	to {
		visibility: visible;
		opacity: 1;
	}
}
@keyframes preloaderNext {
	0% {
		visibility: hidden;
		opacity: 0;
	}
	to {
		visibility: visible;
		opacity: 1;
	}
}
@-webkit-keyframes toothScale {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes toothScale {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
body::before {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	content: '';
	background: #000;
	opacity: 0.77;
}
body.page-template-page-team .service-single__tabs {
	padding-left: 0;
}
.text--white {
	color: #fff;
}
.br {
	display: block;
}
.overflow_hidden {
	overflow: hidden !important;
}
.change {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	min-height: 100dvh;
	opacity: 0;
}
.bgs-divider {
	position: absolute;
	width: 100%;
	height: 100%;
}
.bgs-divider > .bg {
	position: relative;
	bottom: 0;
	float: left;
	width: 20%;
	height: 100%;
	background-color: #222;
	border-left: 1px solid #313131;
	-webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transform: translateY(100dvh);
	transform: translateY(100dvh);
}
.bgs-divider > .bg img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 110px;
	height: 105px;
	margin-top: -52px;
	margin-left: -55px;
	opacity: 0;
	-webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.bgs-divider svg {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 300px;
	height: 300px;
	margin-top: -150px;
	margin-left: -150px;
	overflow: visible;
} /*! ====================== */
.content-wrap {
	display: grid;
	grid-template-columns: 1fr;
} /*! шапка. боковая */
.header-aside__wrapper {
	position: relative;
	z-index: 10000;
	display: -webkit-flex;
	display: -webkit-box;
	display: flex;
	-webkit-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-flex-grow: 1;
	-webkit-box-flex: 1;
	flex-grow: 1;
	-webkit-justify-content: space-between;
	-webkit-box-pack: justify;
	justify-content: space-between;
	width: 200px;
	height: 100%;
	padding: 40px 15px 20px 25px;
	background: rgba(31, 31, 31, 0.97);
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.header-aside {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 20;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-o-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-align-items: flex-end;
	-webkit-box-align: end;
	align-items: flex-end;
	overflow-y: auto;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.header-aside__overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	display: none;
	width: -webkit-calc(100vw - 201px);
	width: calc(100vw - 201px);
	background-color: transparent;
}
.header-aside__media li:first-child {
	margin-right: 1.5rem;
}
@media (max-width: 991px) {
	.header-aside__overlay {
		display: block;
	}
}
.header-aside__menu li {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}
.header-aside__menu li a {
	display: block;
	padding: 10px 0;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	opacity: 0.6;
	-webkit-transition: all, 0.5s;
	transition: all, 0.5s;
}
.header-aside__menu li a:hover {
	opacity: 1;
}
.header-aside__menu li.active a {
	opacity: 1;
}
.header-aside__langs li {
	margin: 0 7px;
}
.header-aside__langs li a {
	font-size: 14px;
	font-weight: 600;
	text-transform: lowercase;
	opacity: 0.7;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.header-aside__langs li a:hover {
	opacity: 1;
}
.content-main {
	-webkit-order: 1;
	-webkit-box-ordinal-group: 2;
	order: 1;
	padding-top: 0;
	padding-bottom: 30px;
	overflow: hidden;
}
.close-mobile-menu {
	position: absolute;
	top: 20px;
	right: 20px;
	display: block;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
} /*! шапка для мобильных устройств */
.header-mobile__second,
.header-mobile__wrapper {
	display: -webkit-flex;
	display: -webkit-box;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-webkit-box-pack: justify;
	justify-content: space-between;
	width: 100vw;
}
.header-mobile__wrapper {
	min-height: 38px;
	padding: 10px 15px;
	background-color: rgba(0, 0, 0, 0.2);
}
.header-mobile__media ul li {
	display: inline-block;
	margin-right: 20px;
}
.header-mobile__media ul li a:hover {
	opacity: 0.7;
}
.header-mobile__second {
	padding: 10px 15px;
}
.header-mobile__second .wrap img {
	width: 80%;
	height: auto;
}
.header-mobile__media ul {
	display: -webkit-flex;
	display: -webkit-box;
	display: flex;
	-webkit-justify-content: space-between;
	-webkit-box-pack: justify;
	justify-content: space-between;
	width: 100%;
	padding: 0;
}
.header-mobile__media ul li a {
	font-size: 16px;
	color: #fff;
	text-decoration: none;
}
.header-mobile__contacts ul {
	display: -webkit-flex;
	display: -webkit-box;
	display: flex;
	-webkit-justify-content: space-between;
	-webkit-box-pack: justify;
	justify-content: space-between;
	width: 100%;
	padding: 0;
}
.header-mobile__contacts ul li {
	margin: 0 10px;
}
.header-mobile__contacts ul li a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}
.header-mobile__menu {
	line-height: 50px;
	text-align: right;
	cursor: pointer;
}
.header-mobile__menu span {
	position: relative;
	display: block;
	width: 40px;
	height: 3px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #9cbf2a;
}
.header-mobile__menu span::before {
	position: absolute;
	top: -15px;
	bottom: 0;
	left: 0;
	width: 20px;
	height: 3px;
	margin: auto;
	content: '';
	background-color: #9cbf2a;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-mobile__menu span::after {
	position: absolute;
	top: 8px;
	right: 0;
	width: 20px;
	height: 3px;
	margin: auto;
	content: '';
	background-color: #9cbf2a;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-mobile__logo {
	width: 130px;
}
.header-mobile__logo img {
	width: 100%;
	height: auto;
} /*! шапка для мобильных устройств */ /*! шапка на вверху сайта */
.header-top__inner {
	display: none;
}
.header__phones {
	position: relative;
}
.header__phones ul {
	margin-left: 50px;
}
.header__address a,
.header__phones ul li a {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
}
.header__phones::before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 30px;
	height: 30px;
	content: '';
	background-image: url(assets/img/home/phone_icon.svg);
	background-size: cover;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
} /*! шапка на вверху сайта */ /*! лицензия */
.license {
	position: fixed;
	bottom: 20px;
	left: 10px;
	z-index: 10;
	width: 140px;
	text-align: center;
}
.license p {
	max-width: 150px;
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
} /*! лицензия */ /*! страница конкретной услуги */
.service__picture {
	position: relative;
	width: 100%;
	height: 400px;
	overflow: hidden;
	background-color: #000;
}
.service__picture-wrap {
	position: absolute;
	top: 0;
	z-index: 1;
	width: 100%;
	height: inherit;
	overflow: hidden;
}
.service__picture-wrap img {
	width: 100%;
	height: inherit;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	opacity: 0.9;
}
.service__title {
	position: absolute;
	top: 15px;
	z-index: 3;
	width: 100%;
	font-size: 38px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
.service__title::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 15vw;
	height: 4px;
	content: '';
	background-color: #fff;
}
.service_title_desc {
	position: absolute;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.implantologia-list li img {
	height: 45px;
}
.fancybox-navigation svg,
.fancybox-toolbar svg {
	width: auto !important;
	margin: 0 !important;
}
.row > p {
	padding: 0 !important;
	margin: 0 !important;
	font-size: 40px;
	font-weight: 700;
	font-weight: 500;
	text-transform: uppercase;
}
svg {
	display: block;
	width: 100px;
	margin: 40px auto;
}
.path {
	stroke-dasharray: 1000;
	stroke-dashoffset: 0;
}
.circle {
	stroke: #85a928;
	-webkit-animation: e 4s ease-in-out;
	animation: e 4s ease-in-out;
}
.check {
	stroke: #85a928;
	stroke-dashoffset: -100;
	-webkit-animation: f 8s ease-in-out forwards;
	animation: f 8s ease-in-out forwards;
}
@-webkit-keyframes e {
	0% {
		stroke-dashoffset: 1000;
	}
	to {
		stroke-dashoffset: 0;
	}
}
@keyframes e {
	0% {
		stroke-dashoffset: 1000;
	}
	to {
		stroke-dashoffset: 0;
	}
}
@-webkit-keyframes f {
	0% {
		stroke-dashoffset: -100;
	}
	to {
		stroke-dashoffset: 900;
	}
}
@keyframes f {
	0% {
		stroke-dashoffset: -100;
	}
	to {
		stroke-dashoffset: 900;
	}
}
#container_tooth canvas {
	width: 100% !important;
	height: 100% !important;
}
section {
	position: relative;
	z-index: 3;
}
.ul_steps {
	position: relative;
	margin-top: 25px;
}
.ul_steps li::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 20px;
	height: 20px;
	content: '';
	background: url(assets/img/zub_icon.png) no-repeat scroll 50% 50% transparent;
}
.ul_steps li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 22px;
	font-weight: 500;
	line-height: 1.2;
	color: #fff;
	list-style: none;
}
h2 {
	font-size: 35px;
}
.box_img_assotiation img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.home_wrap {
	z-index: 1;
	display: -webkit-flex;
	display: -webkit-box;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	justify-content: center;
	height: -webkit-calc(100dvh - 120px);
	height: calc(100dvh - 120px);
}
.mobile_denta_game {
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 3;
	display: none;
}
.mobile_denta_game a {
	display: -webkit-flex;
	display: -webkit-box;
	display: flex;
	-webkit-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	justify-content: center;
}
.denta_game {
	width: 45px;
	height: 130px;
	background-color: #3db6e3;
}
.denta_game a {
	text-transform: uppercase;
}
.denta_game a img {
	display: block;
	width: auto;
	padding-top: 15px;
	padding-left: 10px;
}
.denta_game a span {
	display: block;
	margin-top: 47px;
	font-size: 11px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.ds_zub {
	width: 45%;
	padding-top: 60px;
}
.home_content {
	text-align: center;
} /*! текст на главной странице */
.home__inner {
	font-size: 30px;
	font-weight: 600;
	line-height: 1.2;
	color: #fff;
	text-transform: uppercase;
}
.home__title {
	color: #32a0e0;
}
.shake-rotate {
	-webkit-transform-origin: center center;
	transform-origin: center center;
}
.shake-rotate:hover {
	-webkit-animation-play-state: running;
	animation-play-state: running;
}
@-webkit-keyframes g {
	2% {
		-webkit-transform: translate(0) rotate(3.5deg);
		transform: translate(0) rotate(3.5deg);
	}
	4% {
		-webkit-transform: translate(0) rotate(-1.5deg);
		transform: translate(0) rotate(-1.5deg);
	}
	6% {
		-webkit-transform: translate(0) rotate(-5.5deg);
		transform: translate(0) rotate(-5.5deg);
	}
	8% {
		-webkit-transform: translate(0) rotate(0.5deg);
		transform: translate(0) rotate(0.5deg);
	}
	10% {
		-webkit-transform: translate(0) rotate(4.5deg);
		transform: translate(0) rotate(4.5deg);
	}
	12% {
		-webkit-transform: translate(0) rotate(-3.5deg);
		transform: translate(0) rotate(-3.5deg);
	}
	14% {
		-webkit-transform: translate(0) rotate(5.5deg);
		transform: translate(0) rotate(5.5deg);
	}
	16% {
		-webkit-transform: translate(0) rotate(5.5deg);
		transform: translate(0) rotate(5.5deg);
	}
	18% {
		-webkit-transform: translate(0) rotate(0.5deg);
		transform: translate(0) rotate(0.5deg);
	}
	20% {
		-webkit-transform: translate(0) rotate(7.5deg);
		transform: translate(0) rotate(7.5deg);
	}
	22% {
		-webkit-transform: translate(0) rotate(-4.5deg);
		transform: translate(0) rotate(-4.5deg);
	}
	24% {
		-webkit-transform: translate(0) rotate(-0.5deg);
		transform: translate(0) rotate(-0.5deg);
	}
	26% {
		-webkit-transform: translate(0) rotate(4.5deg);
		transform: translate(0) rotate(4.5deg);
	}
	28% {
		-webkit-transform: translate(0) rotate(2.5deg);
		transform: translate(0) rotate(2.5deg);
	}
	30% {
		-webkit-transform: translate(0) rotate(-4.5deg);
		transform: translate(0) rotate(-4.5deg);
	}
	32% {
		-webkit-transform: translate(0) rotate(4.5deg);
		transform: translate(0) rotate(4.5deg);
	}
	34% {
		-webkit-transform: translate(0) rotate(3.5deg);
		transform: translate(0) rotate(3.5deg);
	}
	36% {
		-webkit-transform: translate(0) rotate(-6.5deg);
		transform: translate(0) rotate(-6.5deg);
	}
	38% {
		-webkit-transform: translate(0) rotate(5.5deg);
		transform: translate(0) rotate(5.5deg);
	}
	40% {
		-webkit-transform: translate(0) rotate(-4.5deg);
		transform: translate(0) rotate(-4.5deg);
	}
	42% {
		-webkit-transform: translate(0) rotate(1.5deg);
		transform: translate(0) rotate(1.5deg);
	}
	44% {
		-webkit-transform: translate(0) rotate(1.5deg);
		transform: translate(0) rotate(1.5deg);
	}
	46% {
		-webkit-transform: translate(0) rotate(-4.5deg);
		transform: translate(0) rotate(-4.5deg);
	}
	48% {
		-webkit-transform: translate(0) rotate(-1.5deg);
		transform: translate(0) rotate(-1.5deg);
	}
	50% {
		-webkit-transform: translate(0) rotate(-4.5deg);
		transform: translate(0) rotate(-4.5deg);
	}
	52% {
		-webkit-transform: translate(0) rotate(-3.5deg);
		transform: translate(0) rotate(-3.5deg);
	}
	54% {
		-webkit-transform: translate(0) rotate(-6.5deg);
		transform: translate(0) rotate(-6.5deg);
	}
	56% {
		-webkit-transform: translate(0) rotate(-3.5deg);
		transform: translate(0) rotate(-3.5deg);
	}
	58% {
		-webkit-transform: translate(0) rotate(2.5deg);
		transform: translate(0) rotate(2.5deg);
	}
	60% {
		-webkit-transform: translate(0) rotate(3.5deg);
		transform: translate(0) rotate(3.5deg);
	}
	62% {
		-webkit-transform: translate(0) rotate(-0.5deg);
		transform: translate(0) rotate(-0.5deg);
	}
	64% {
		-webkit-transform: translate(0) rotate(2.5deg);
		transform: translate(0) rotate(2.5deg);
	}
	66% {
		-webkit-transform: translate(0) rotate(0.5deg);
		transform: translate(0) rotate(0.5deg);
	}
	68% {
		-webkit-transform: translate(0) rotate(4.5deg);
		transform: translate(0) rotate(4.5deg);
	}
	70% {
		-webkit-transform: translate(0) rotate(-6.5deg);
		transform: translate(0) rotate(-6.5deg);
	}
	72% {
		-webkit-transform: translate(0) rotate(-4.5deg);
		transform: translate(0) rotate(-4.5deg);
	}
	74% {
		-webkit-transform: translate(0) rotate(4.5deg);
		transform: translate(0) rotate(4.5deg);
	}
	76% {
		-webkit-transform: translate(0) rotate(7.5deg);
		transform: translate(0) rotate(7.5deg);
	}
	78% {
		-webkit-transform: translate(0) rotate(-5.5deg);
		transform: translate(0) rotate(-5.5deg);
	}
	80% {
		-webkit-transform: translate(0) rotate(1.5deg);
		transform: translate(0) rotate(1.5deg);
	}
	82% {
		-webkit-transform: translate(0) rotate(-5.5deg);
		transform: translate(0) rotate(-5.5deg);
	}
	84% {
		-webkit-transform: translate(0) rotate(-1.5deg);
		transform: translate(0) rotate(-1.5deg);
	}
	86% {
		-webkit-transform: translate(0) rotate(0.5deg);
		transform: translate(0) rotate(0.5deg);
	}
	88% {
		-webkit-transform: translate(0) rotate(-6.5deg);
		transform: translate(0) rotate(-6.5deg);
	}
	90% {
		-webkit-transform: translate(0) rotate(4.5deg);
		transform: translate(0) rotate(4.5deg);
	}
	92% {
		-webkit-transform: translate(0) rotate(-4.5deg);
		transform: translate(0) rotate(-4.5deg);
	}
	94% {
		-webkit-transform: translate(0) rotate(4.5deg);
		transform: translate(0) rotate(4.5deg);
	}
	96% {
		-webkit-transform: translate(0) rotate(-1.5deg);
		transform: translate(0) rotate(-1.5deg);
	}
	98% {
		-webkit-transform: translate(0) rotate(7.5deg);
		transform: translate(0) rotate(7.5deg);
	}
	0%,
	to {
		-webkit-transform: translate(0) rotate(0);
		transform: translate(0) rotate(0);
	}
}
@keyframes g {
	2% {
		-webkit-transform: translate(0) rotate(3.5deg);
		transform: translate(0) rotate(3.5deg);
	}
	4% {
		-webkit-transform: translate(0) rotate(-1.5deg);
		transform: translate(0) rotate(-1.5deg);
	}
	6% {
		-webkit-transform: translate(0) rotate(-5.5deg);
		transform: translate(0) rotate(-5.5deg);
	}
	8% {
		-webkit-transform: translate(0) rotate(0.5deg);
		transform: translate(0) rotate(0.5deg);
	}
	10% {
		-webkit-transform: translate(0) rotate(4.5deg);
		transform: translate(0) rotate(4.5deg);
	}
	12% {
		-webkit-transform: translate(0) rotate(-3.5deg);
		transform: translate(0) rotate(-3.5deg);
	}
	14% {
		-webkit-transform: translate(0) rotate(5.5deg);
		transform: translate(0) rotate(5.5deg);
	}
	16% {
		-webkit-transform: translate(0) rotate(5.5deg);
		transform: translate(0) rotate(5.5deg);
	}
	18% {
		-webkit-transform: translate(0) rotate(0.5deg);
		transform: translate(0) rotate(0.5deg);
	}
	20% {
		-webkit-transform: translate(0) rotate(7.5deg);
		transform: translate(0) rotate(7.5deg);
	}
	22% {
		-webkit-transform: translate(0) rotate(-4.5deg);
		transform: translate(0) rotate(-4.5deg);
	}
	24% {
		-webkit-transform: translate(0) rotate(-0.5deg);
		transform: translate(0) rotate(-0.5deg);
	}
	26% {
		-webkit-transform: translate(0) rotate(4.5deg);
		transform: translate(0) rotate(4.5deg);
	}
	28% {
		-webkit-transform: translate(0) rotate(2.5deg);
		transform: translate(0) rotate(2.5deg);
	}
	30% {
		-webkit-transform: translate(0) rotate(-4.5deg);
		transform: translate(0) rotate(-4.5deg);
	}
	32% {
		-webkit-transform: translate(0) rotate(4.5deg);
		transform: translate(0) rotate(4.5deg);
	}
	34% {
		-webkit-transform: translate(0) rotate(3.5deg);
		transform: translate(0) rotate(3.5deg);
	}
	36% {
		-webkit-transform: translate(0) rotate(-6.5deg);
		transform: translate(0) rotate(-6.5deg);
	}
	38% {
		-webkit-transform: translate(0) rotate(5.5deg);
		transform: translate(0) rotate(5.5deg);
	}
	40% {
		-webkit-transform: translate(0) rotate(-4.5deg);
		transform: translate(0) rotate(-4.5deg);
	}
	42% {
		-webkit-transform: translate(0) rotate(1.5deg);
		transform: translate(0) rotate(1.5deg);
	}
	44% {
		-webkit-transform: translate(0) rotate(1.5deg);
		transform: translate(0) rotate(1.5deg);
	}
	46% {
		-webkit-transform: translate(0) rotate(-4.5deg);
		transform: translate(0) rotate(-4.5deg);
	}
	48% {
		-webkit-transform: translate(0) rotate(-1.5deg);
		transform: translate(0) rotate(-1.5deg);
	}
	50% {
		-webkit-transform: translate(0) rotate(-4.5deg);
		transform: translate(0) rotate(-4.5deg);
	}
	52% {
		-webkit-transform: translate(0) rotate(-3.5deg);
		transform: translate(0) rotate(-3.5deg);
	}
	54% {
		-webkit-transform: translate(0) rotate(-6.5deg);
		transform: translate(0) rotate(-6.5deg);
	}
	56% {
		-webkit-transform: translate(0) rotate(-3.5deg);
		transform: translate(0) rotate(-3.5deg);
	}
	58% {
		-webkit-transform: translate(0) rotate(2.5deg);
		transform: translate(0) rotate(2.5deg);
	}
	60% {
		-webkit-transform: translate(0) rotate(3.5deg);
		transform: translate(0) rotate(3.5deg);
	}
	62% {
		-webkit-transform: translate(0) rotate(-0.5deg);
		transform: translate(0) rotate(-0.5deg);
	}
	64% {
		-webkit-transform: translate(0) rotate(2.5deg);
		transform: translate(0) rotate(2.5deg);
	}
	66% {
		-webkit-transform: translate(0) rotate(0.5deg);
		transform: translate(0) rotate(0.5deg);
	}
	68% {
		-webkit-transform: translate(0) rotate(4.5deg);
		transform: translate(0) rotate(4.5deg);
	}
	70% {
		-webkit-transform: translate(0) rotate(-6.5deg);
		transform: translate(0) rotate(-6.5deg);
	}
	72% {
		-webkit-transform: translate(0) rotate(-4.5deg);
		transform: translate(0) rotate(-4.5deg);
	}
	74% {
		-webkit-transform: translate(0) rotate(4.5deg);
		transform: translate(0) rotate(4.5deg);
	}
	76% {
		-webkit-transform: translate(0) rotate(7.5deg);
		transform: translate(0) rotate(7.5deg);
	}
	78% {
		-webkit-transform: translate(0) rotate(-5.5deg);
		transform: translate(0) rotate(-5.5deg);
	}
	80% {
		-webkit-transform: translate(0) rotate(1.5deg);
		transform: translate(0) rotate(1.5deg);
	}
	82% {
		-webkit-transform: translate(0) rotate(-5.5deg);
		transform: translate(0) rotate(-5.5deg);
	}
	84% {
		-webkit-transform: translate(0) rotate(-1.5deg);
		transform: translate(0) rotate(-1.5deg);
	}
	86% {
		-webkit-transform: translate(0) rotate(0.5deg);
		transform: translate(0) rotate(0.5deg);
	}
	88% {
		-webkit-transform: translate(0) rotate(-6.5deg);
		transform: translate(0) rotate(-6.5deg);
	}
	90% {
		-webkit-transform: translate(0) rotate(4.5deg);
		transform: translate(0) rotate(4.5deg);
	}
	92% {
		-webkit-transform: translate(0) rotate(-4.5deg);
		transform: translate(0) rotate(-4.5deg);
	}
	94% {
		-webkit-transform: translate(0) rotate(4.5deg);
		transform: translate(0) rotate(4.5deg);
	}
	96% {
		-webkit-transform: translate(0) rotate(-1.5deg);
		transform: translate(0) rotate(-1.5deg);
	}
	98% {
		-webkit-transform: translate(0) rotate(7.5deg);
		transform: translate(0) rotate(7.5deg);
	}
	0%,
	to {
		-webkit-transform: translate(0) rotate(0);
		transform: translate(0) rotate(0);
	}
}
.shake-rotate:hover,
.shake-trigger:hover .shake-rotate {
	-webkit-animation-name: g;
	animation-name: g;
	-webkit-animation-duration: 0.1s;
	animation-duration: 0.1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.shake-rotate.shake-constant,
.shake-rotate.shake-freeze {
	-webkit-animation-name: g;
	animation-name: g;
	-webkit-animation-duration: 0.1s;
	animation-duration: 0.1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
} /*! Липучий блок слева */
.sticky-left {
	position: fixed;
	top: 150px;
	bottom: 150px;
	left: 0;
	z-index: 5;
	display: none;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	justify-content: center;
	width: 30px;
}
.sticky-left__title {
	display: block;
	font-size: 16px;
	line-height: 1;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
	opacity: 0;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.sticky-left__title.sticky-left__title--show {
	opacity: 0.3;
} /*! Липучий блок слева */ /*! о клинике */
.tabs__wrapper,
.v-tabs-menu {
	width: 100%;
}
.v-tabs-menu__item.ui-tabs-active .v-tabs-menu__link {
	color: #fff;
	background-color: #3db6e3;
}
.v-tabs-menu__link {
	display: block;
	padding: 10px 25px;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.v-tabs-menu__link:hover {
	background-color: rgba(27, 142, 185, 0.2);
}
.tab__content h2 {
	overflow: hidden;
	font-size: 24px;
	line-height: 1;
	text-transform: uppercase;
}
.tab__content h3 {
	margin-bottom: 15px;
	font-size: 18px;
	text-transform: uppercase;
}
.tab__content img {
	width: 100%;
	height: 100%;
}
.tab__content .content {
	padding-top: 60px;
	clear: both;
}
.tab__content p {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 500;
}
.tab__content h2::after,
.tab__content h2::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	width: 100%;
	height: 6px;
	margin-left: 30px;
	vertical-align: middle;
	content: '';
	background: #94c120;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}
.tab__content h2::before {
	margin-left: -100%;
}
.tab__content h2::after {
	margin-right: -100%;
} /*! галерея на странице "о клинике" */
.gallery {
	display: grid;
	grid-template-columns: repeat(auto-fit, 110px);
	grid-gap: 12px;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
.gallery__item {
	width: 100%;
	height: 100%;
	aspect-ratio: 1 / 1;
}
.gallery__item a {
	display: block;
	height: inherit;
	background-color: #94c120;
}
.gallery__item img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
.gallery__item:hover img {
	opacity: 1;
	-webkit-animation: h 2s;
	animation: h 2s;
}
@-webkit-keyframes h {
	0% {
		opacity: 0.4;
	}
	to {
		opacity: 1;
	}
}
@keyframes h {
	0% {
		opacity: 0.4;
	}
	to {
		opacity: 1;
	}
} /*! галерея на странице "о клинике" */ /*! страница всех услуг */
.services {
	padding: 1vh 0;
}
.services__item a {
	display: block;
	width: 100%;
	height: 100%;
}
.services__title {
	padding-top: 30px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
.services__icon {
	position: relative;
	width: 60px;
	max-width: 70px;
	height: 60px;
	margin: 0 auto;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all, 1s;
	transition: all, 1s;
}
.services__icon img {
	width: 100%;
	height: 100%;
}
.services__icon::after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 90px;
	height: 90px;
	margin: -45px;
	content: '';
	background-image: url(assets/img/home/circle.svg);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-animation: d 15s infinite linear;
	animation: d 15s infinite linear;
}
.services__icon:hover {
	-webkit-transition: all, 1s;
	transition: all, 1s;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.services__icon:hover::after {
	content: '';
	background-image: none;
} /*! страница всех услуг */ /*! страница конкретной услуги */
.service-single__picture {
	position: relative;
}
.service-single__picture-wrap {
	height: 250px;
	margin: 0 -15px;
	background: #000;
}
.service-single__picture-wrap img {
	width: 100%;
	height: inherit;
	opacity: 0.8;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
.service-single__title {
	position: absolute;
	top: 15px;
	z-index: 10;
	width: 100%;
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
}
.service-single__title::before {
	position: absolute;
	top: 50%;
	left: -15px;
	width: 30px;
	height: 4px;
	content: '';
	background-color: #fff;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.service-single__list {
	position: absolute;
	top: 60%;
	left: 50%;
	z-index: 3;
	display: -webkit-flex;
	display: -webkit-box;
	display: flex;
	-webkit-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	width: auto;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.service-single__item {
	position: relative;
	display: -webkit-flex;
	display: -webkit-box;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	width: 280px;
	margin-bottom: 15px;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.5;
	color: #fff;
	text-align: left;
	text-transform: uppercase;
}
.service-single__tabs {
	display: -webkit-flex;
	display: -webkit-box;
	display: flex;
	-webkit-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	padding-left: 0;
}
.service-single__item img {
	width: 30px;
	margin-right: 15px;
}
.service-content {
	border-top: 1px solid #fafafa;
} /*! страница конкретной услуги */ /*! модификатор для страницы конкретной услуги */
.specialist__info.specialist__info-service {
	display: -webkit-flex;
	display: -webkit-box;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	justify-content: center;
	min-height: 70px;
}
.specialist__info-service .doctor__name {
	margin-bottom: 0;
}
.doctor__name {
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: 600;
	color: #1a1a1a;
}
.doctor__specialization {
	display: block;
	font-size: 12px;
}
.specialist__item.doctor-personal-page {
	max-width: 370px;
	margin: 0 auto;
}
.specialist__item.doctor-personal-page .specialist__picture {
	width: 100%;
	height: 370px;
}
.specialist__item.doctor-personal-page .specialist__picture img {
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: top;
	object-position: top;
	width: inherit;
	height: inherit;
}
.specialist__item.doctor-personal-page .specialist__info {
	width: 100%;
}
.specialist__item.doctor-personal-page .doctor__name {
	font-size: 18px;
}
.doctor__education {
	font-size: 18px;
	color: #fff;
}
.education__title {
	font-size: 20px;
	color: #fff;
}
.sertificate__wrapper {
	display: grid;
	grid-template-rows: 120px;
	grid-template-columns: repeat(auto-fit, 120px);
	grid-gap: 20px;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	justify-items: center;
	border-top: 1px solid #9cbf2a;
}
.sertificate__item,
.sertificate__item a {
	width: 120px;
	height: 120px;
}
.sertificate__item img {
	width: inherit;
	height: inherit;
	-o-object-position: center;
	object-position: center;
	-o-object-fit: cover;
	object-fit: cover;
} /*! модификатор для страницы конкретной услуги */ /*! вопрос-ответ */
.faq {
	width: 100%;
}
.faq__inner {
	position: relative;
}
.faq__btn {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 25px 0;
	margin: 0 auto;
	font-family: inherit;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	background-color: #0a9fe6;
	border: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.faq__btn:hover {
	background-color: #1092ce;
}
.faq__btn::after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 55px;
	height: 55px;
	margin: -27px;
	content: '';
	background-image: url(assets/img/home/circle.svg);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-animation: d 15s infinite linear;
	animation: d 15s infinite linear;
}
.faq__picture {
	overflow: hidden;
}
.faq__picture picture {
	width: 100%;
	min-height: 300px;
	max-height: 600px;
	opacity: 1;
}
.faq__picture picture img,
.faq__picture picture source {
	width: inherit;
	min-height: inherit;
	max-height: inherit;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 80% 0;
	object-position: 80% 0;
}
.faq__number {
	float: left;
	height: 100%;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	vertical-align: middle;
}
.faq__question {
	display: grid;
	grid-template-columns: 30px 1fr;
	grid-template-columns: 30px 1fr;
	grid-auto-rows: auto;
	-webkit-align-items: flex-end;
	-webkit-box-align: end;
	align-items: flex-end;
}
.faq__question p {
	grid-column: 2/4;
	margin-top: 20px;
	font-size: 16px;
}
.faq__question-text {
	position: relative;
	color: #fff;
}
.faq__question-text p {
	display: inline;
	font-size: 16px;
}
.faq__author {
	font-style: italic;
	font-weight: 400;
	letter-spacing: 0.5px;
}
.faq__author-question {
	margin-right: 5px;
	font-size: 18px;
}
.faq__answer {
	position: relative;
	padding-left: 30px;
}
.faq__answer h4 {
	font-size: 18px;
	color: #fff;
}
.faq__answer p {
	font-size: 16px;
	line-height: 1.55;
	color: #fff;
}
.faq__answer a {
	color: #8bb423;
	text-decoration: underline;
}
.faq__answer::before {
	position: absolute;
	left: 6px;
	width: 4px;
	height: 100%;
	content: '';
} /*! вопрос-ответ */
.assotiations {
	display: -webkit-flex;
	display: -webkit-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-webkit-box-pack: justify;
	justify-content: space-between;
}
.assotiations__item {
	width: 25%;
	height: 150px;
	overflow: visible;
	color: red;
	text-align: center;
	cursor: pointer;
	background: 0 0;
	border: none;
	opacity: 1;
	-webkit-transition: color 0.7s;
	transition: color 0.7s;
}
.assotiations__item img {
	-webkit-transition: -webkit-transform 0.4s ease-in-out;
	transition: -webkit-transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out;
	transition:
		transform 0.4s ease-in-out,
		-webkit-transform 0.4s ease-in-out;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.assotiations__item:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
} /*! о клинике */
.btn_q {
	display: inline-block;
	margin: 0 15px;
	background-color: transparent;
}
.btn_q--mask {
	position: relative;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.btn_q--border {
	position: relative;
	border: 2px solid #85a928;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.btn_q--border--blue {
	position: relative;
	border: 2px solid #0a9fe6;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.btn_q,
.btn_q--close-popin {
	padding: 9px 20px;
	color: #fff;
	cursor: pointer;
	-webkit-transition: background 0.5s;
	transition: background 0.5s;
}
.btn_q,
.btn_q--close-popin,
.btn_q--mask p {
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
}
.btn_q--mask p {
	position: relative;
	z-index: 7;
	font-weight: 500;
	color: #000;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.btn_q--mask .btn_q__mask {
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	z-index: 0;
	overflow: hidden;
	background: 0 0;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.btn_q--mask .btn_q__mask i {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
}
.btn_q--mask::after {
	z-index: -1;
}
.btn_q--mask .btn_q__mask i::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	width: 0;
	content: '';
	background: #85a928;
	-webkit-transition: width 0.7s cubic-bezier(0.81, 0.16, 0.19, 0.9);
	transition: width 0.7s cubic-bezier(0.81, 0.16, 0.19, 0.9);
}
.btn_q--mask .btn_q__mask i.btn_blue::before {
	background: #0a9fe6;
}
.btn_q:hover > p {
	color: #ede6db;
}
.btn_q--mask.hv:hover .btn_q__mask i::before {
	left: 0;
	width: 100%;
}
.btn_q--border::after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 77px;
	height: 77px;
	margin: -39px;
	content: '';
	background-image: url(assets/img/circle.svg);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-animation: d 15s infinite linear;
	animation: d 15s infinite linear;
}
.pagination_question {
	margin-bottom: 50px;
}
.pagination_question .pagination_item {
	position: relative;
	margin: 0 auto;
	text-align: center;
}
span.page-numbers.current {
	display: block;
	display: inline-block;
	height: 100%;
	padding: 5px 8px;
	margin-right: 3px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	color: #fff;
	background: #0a9fe6;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: all, 0.3s;
	transition: all, 0.3s;
}
span.icon-left,
span.icon-right {
	width: 100%;
	height: 100%;
	padding: 5px 8px;
	background: #0a9fe6;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.pagination_item a {
	margin: 0 5px;
}
a.page-numbers {
	display: block;
	display: inline-block;
	height: 100%;
	padding: 5px 8px;
	margin-right: 3px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	color: #fff;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: all, 0.3s;
	transition: all, 0.3s;
}
a.page-numbers:hover {
	background: #0a9fe6;
}
a.next.page-numbers:hover,
a.prev.page-numbers {
	background: 0 0;
}
.pagination_question .pagination .page-item {
	display: inline-block;
	margin-right: 3px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	-webkit-transition: all, 0.3s;
	transition: all, 0.3s;
}
.pagination_question .pagination .page-item a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 5px 8px;
}
.pagination_question .pagination .page-item:hover {
	background: #0a9fe6;
}
.pagination_question .pagination .page-item.active,
.pagination_question .pagination .page-item.next,
.pagination_question .pagination .page-item.prev {
	background: #0a9fe6;
}
.guestion_dialog .actions {
	padding: 20px 35px;
	background-color: #f0f0f0;
}
.guestion_dialog .actions .action {
	padding: 0;
}
.guestion_dialog .dialog__content {
	max-width: 530px;
}
.guestion_dialog .form-control {
	display: block;
	width: 100%;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	color: #495057;
	background-color: #f0f0f0;
	background-clip: padding-box;
	border: none;
	border-bottom: 1px solid #bfc2c7;
}
.guestion_dialog .form-group label {
	display: inline-block;
	margin-top: 30px;
	font-size: 11px;
	color: #222;
	text-transform: uppercase;
}
.btn_content {
	margin-top: 20px;
}
.btn_content .action {
	padding-bottom: 45px !important;
}
.h-tabs-menu__item {
	position: relative;
	display: inline-block;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	vertical-align: top;
	-webkit-transition: all, 0.6s;
	transition: all, 0.6s;
}
.h-tabs-menu__link {
	display: inline-block;
	width: 100%;
	padding: 10px 20px 15px;
	font-size: 14px;
}
.h-tabs-menu__item.ui-tabs-active::before {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	margin: 0 auto;
	content: '';
	background: #3db6e3;
	-webkit-transition: all, 0.6s;
	transition: all, 0.6s;
}
.h-tabs-menu__item:hover::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	margin: 0 auto;
	content: '';
	background: #3db6e3;
	-webkit-transition: all, 0.6s;
	transition: all, 0.6s;
} /*! стили для табов на странице Наша команда  */
.serv_tabs_panel .ui-tabs-vertical .ui-tabs-nav {
	border: none;
}
.serv_tabs_panel .ui-tabs-vertical .ui-tabs-panel {
	padding-left: 15px;
	border-left: 2px solid rgba(255, 255, 255, 0.34);
}
.services-list {
	display: -webkit-flex;
	display: -webkit-box;
	display: flex;
	-webkit-justify-content: flex-start;
	-webkit-box-pack: start;
	justify-content: flex-start;
}
.services-list li a {
	font-size: 14px !important;
}
.services-list > li.ui-tabs-active a {
	color: #3db6e3;
}
li.ui-tabs-active a {
	color: #3db6e3;
}
.serv_tabs_panel img {
	width: 100%;
	height: inherit;
	-o-object-fit: contain;
	object-fit: contain;
}
.serv_tabs_panel h2 {
	margin-bottom: 15px;
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
}
.serv_tabs_panel strong {
	font-weight: inherit;
}
.serv_tabs_panel p {
	margin-bottom: 15px;
	line-height: 1.5;
}
.serv_tabs_panel .ul_steps {
	position: relative;
	margin-top: 25px;
}
.serv_tabs_panel .ul_steps li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 22px;
	font-weight: 500;
	line-height: 1.2;
	color: #fff;
	list-style: none;
}
.serv_tabs_panel .ul_steps li::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 20px;
	height: 20px;
	content: '';
	background: url(assets/img/zub_icon.png) no-repeat scroll 50% 50% transparent;
}
.work-popup-block img {
	width: 100%;
	height: 100%;
}
.work-popup-block {
	padding: 50px;
	background: #fff;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.work-popup-block span {
	display: block;
	font-size: 18px;
	color: #85a928;
	text-align: center;
	text-transform: uppercase;
} /*! Карточка врача на всех страницах, кроме страницы single-doctor*/
.specialist__wrapper {
	display: grid;
	grid-template-columns: repeat(auto-fit, 270px);
	grid-gap: 0 20px;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	justify-content: center;
}
.specialist__item {
	position: relative;
	margin-bottom: 15px;
	text-align: center;
	text-transform: uppercase;
}
.specialist__picture {
	position: relative;
	width: 100%;
	height: 320px;
}
.specialist__link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.specialist__picture .doctor__photo,
.specialist__picture picture {
	width: inherit;
	height: inherit;
	-o-object-fit: contain;
	object-fit: contain;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.specialist__picture .doctor__photo:first-child,
.specialist__picture picture:first-child {
	opacity: 1;
}
.specialist__picture .doctor__photo:last-child,
.specialist__picture picture:last-child {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.specialist__item:hover .doctor__photo:first-child,
.specialist__item:hover picture:first-child {
	opacity: 0;
}
.specialist__item:hover .doctor__photo:last-child,
.specialist__item:hover picture:last-child {
	opacity: 1;
}
.specialist__info {
	width: 100%;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
	min-height: 120px;
	padding: 10px;
	margin: 0 auto;
	color: #1a1a1a;
	background: #e0e0e0;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.serv_works img {
	width: 100%;
	height: 100%;
}
.serv_works .item_w img {
	position: relative;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.serv_works .item_w a :last-child {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
}
.serv_works .item_w a:hover :last-child {
	z-index: 4;
	opacity: 1;
}
.serv_works .item_w {
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}
.serv_works .item_w a {
	display: block;
}
.serv_works .item_w:hover .work_img_2 {
	z-index: 4;
	opacity: 1;
}
.work_img_1 {
	position: relative;
}
.work_img_1,
.work_img_2 {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.work_img_2 {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
}
.system_implant .box {
	margin-bottom: 50px;
}
.system_implant img {
	max-width: 200px;
	height: 70px;
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
	-o-object-fit: contain;
	object-fit: contain;
}
.system_implant img:hover {
	-webkit-filter: none;
	filter: none;
} /*! страница контакты  */
.contact__map {
	width: 100%;
	height: 300px;
}
.contact__map iframe {
	width: inherit;
	height: inherit;
}
.contact__address,
.contact__email,
.contact__phones,
.contact__worktime {
	display: -webkit-flex;
	display: -webkit-box;
	display: flex;
	-webkit-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	width: 50%;
	height: 100%;
	font-weight: 500;
	text-align: left;
}
.contact__email {
	margin-right: 0;
}
.contact__address h3,
.contact__email h3,
.contact__phones h3,
.contact__worktime h3 {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.5;
	text-transform: uppercase;
}
.contact__address a,
.contact__address p,
.contact__email a,
.contact__email p,
.contact__phones a,
.contact__phones p,
.contact__worktime a,
.contact__worktime p {
	display: block;
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 1.5;
	color: #fafafa;
}
.contact__email a,
.contact__phones a {
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
.contact__email a:hover,
.contact__phones a:hover {
	color: #9cbf2a;
}
.contact__address,
.contact__phones,
.contact__worktime {
	margin-bottom: 25px;
}
.contact__email {
	margin-bottom: 0;
} /*! страница контакты  */
.wrap_more_our {
	display: block;
	height: auto;
	padding-bottom: 20px;
	margin-top: 180px;
}
.wrap_more_our .our-team__item .specialist__picture :last-child {
	position: relative;
	opacity: 1;
}
.wrap_more_our .our-team__item .specialist__picture:hover :last-child {
	position: relative;
	opacity: 1;
}
.wrap_more_our .row {
	-webkit-align-items: flex-start;
	-webkit-box-align: start;
	align-items: flex-start;
	height: auto;
}
.wrap_more_our h2 {
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 1;
	text-align: left;
	text-transform: uppercase;
}
.wrap_more_our p {
	font-size: 12px;
	line-height: 2.1;
	text-transform: uppercase;
}
.wrap_more_our .specialist__info {
	position: relative;
	min-height: 75px;
	margin: 0 15px;
	margin-top: -10px;
	text-align: center;
	background: #e0e0e0;
}
.wrap_more_our .specialist__info p {
	padding: 10px 30px 15px;
	font-size: 18px;
	line-height: 1;
	color: #1a1a1a;
	text-align: center;
	text-transform: uppercase;
}
.activities {
	padding-top: 20px;
}
.activities .icon_spetialist {
	width: 110px;
	height: 60px;
	margin: 0 auto;
}
.activities .icon_spetialist img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.activities h3 {
	padding-top: 10px;
	font-size: 11px;
	text-transform: uppercase;
}
.gallery_diplomas {
	padding-top: 30px;
	padding-left: 20px;
}
.gallery_diplomas a img {
	width: 100%;
	height: 100%;
}
.certificates .item {
	position: relative;
	padding: 0 30px;
	margin-bottom: 40px;
}
.certificates .item img {
	width: 100%;
	height: 100%;
}
.certificates_add.certificates_add_state {
	display: none;
}
.contact_wrap .box_cont {
	padding-top: 40px;
}
#map {
	width: 100%;
	height: 400px;
}
.shares_wrap {
	height: auto;
	padding-top: 140px;
}
.shares_wrap .row {
	height: auto;
}
.shares_wrap h1,
.shares_wrap p,
.shares_wrap span {
	display: block;
	font-weight: 500;
	color: #fff;
	text-align: left;
	text-transform: uppercase;
}
.shares_wrap p {
	padding-top: 10px;
	margin-bottom: 110px;
	font-size: 14px;
}
.shares_wrap h1 {
	font-size: 30px;
	line-height: 1.1;
}
.shares_wrap span {
	font-size: 14px;
	line-height: 1.2;
}
.shares_wrap .shares_box {
	width: 100%;
	height: 100%;
	margin-bottom: 80px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
}
.shares_wrap .shares_box div {
	padding: 60px 0 100px 40px;
}
.booking_wrap {
	height: auto !important;
	padding-top: 40px;
}
.booking_wrap .row {
	-webkit-align-items: end;
	-webkit-box-align: end;
	align-items: end;
	height: auto;
	margin-top: 0 !important;
	margin-bottom: 20px;
}
.steps_btn_2 {
	display: none;
}
.booking_form {
	text-align: left;
}
.booking_form h2,
.booking_form h3 {
	text-align: left;
	text-transform: uppercase;
}
.booking_form h2 {
	margin-bottom: 20px;
	font-size: 18px;
}
.step_one {
	position: relative;
	display: -webkit-flex;
	display: -webkit-box;
	display: flex;
	-webkit-align-items: flex-end;
	-webkit-box-align: end;
	align-items: flex-end;
	margin-bottom: 15px;
}
.step_one input {
	font-weight: 500;
	text-align: left;
	text-transform: uppercase;
	background: 0 0;
	border: none;
}
.step_one h3,
.step_one input {
	display: inline;
	font-size: 16px;
	color: #fff;
}
.step_one h3 {
	margin-right: 15px;
	opacity: 0.5;
}
.steps-2 {
	position: relative;
	padding-top: 10px;
	margin-bottom: 20px;
	overflow: hidden;
}
.steps-2 h2 {
	margin-bottom: 10px;
}
.btn_booking {
	padding: 7px 8px;
	margin-top: 40px;
	font-size: 12px;
	cursor: pointer;
	background: 0 0;
}
.btn_booking::after {
	content: none;
}
#datepicker {
	margin-left: 60px;
}
.ui-datepicker {
	width: 100%;
	padding: 0;
	border-bottom: 0 none;
}
.ui-datepicker-year {
	display: none;
}
.free_time_none {
	display: -webkit-flex;
	display: -webkit-box;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	justify-content: center;
	padding: 5px;
	text-align: center;
}
.free_time_none span {
	position: relative;
	width: 15px;
	height: 15px;
	background: #ff4747;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.free_time_none p,
.free_time_none span {
	display: inline-block;
	vertical-align: middle;
}
.free_time_none p {
	padding-left: 10px;
	font-size: 12px;
	font-weight: 500;
	color: #222;
	text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	width: 100%;
	padding: 18px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	background: #0a9fe6;
}
.ui-datepicker-month {
	font-size: 20px;
}
.box_p {
	max-width: 400px;
	margin: 0 auto;
}
.ui-datepicker {
	position: relative;
}
.ui-datepicker .ui-datepicker-title {
	text-align: center;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
	position: absolute;
	top: 0;
	width: 60px;
	height: 100%;
	text-align: center;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 7px 11px;
	opacity: 0.5;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.ui-datepicker .ui-datepicker-next:hover,
.ui-datepicker .ui-datepicker-prev:hover {
	opacity: 1;
}
.ui-datepicker .ui-datepicker-prev.ui-state-disabled:hover {
	opacity: 0.5;
}
.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
	display: none;
}
.ui-datepicker .ui-datepicker-prev {
	left: 0;
	background-image: url(assets/img/arrow_left.png);
}
.ui-datepicker .ui-datepicker-next {
	right: 0;
	background-image: url(assets/img/arrow_right.png);
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 0;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 0;
}
.ui-datepicker-calendar thead {
	height: 48px;
	border-bottom: 1px solid rgba(206, 206, 207, 0.5);
}
.ui-datepicker-calendar thead th {
	padding: 11px 0;
	font-size: 12px;
	color: #1b1d21;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
}
.ui-datepicker tr td {
	width: 47px;
	height: 43px;
	padding: 0;
	font-size: 12px;
	font-weight: 500;
	color: #1f1f1f;
	text-align: right;
	vertical-align: top;
	cursor: pointer;
	border: 1px solid #cfcfcf;
}
.ui-datepicker tr td a {
	display: block;
	padding: 13px;
	color: #1f1f1f;
}
.ui-datepicker-unselectable span {
	display: block;
	padding: 10px;
}
.ui-datepicker tr td.ui-datepicker-unselectable {
	color: #f97171;
	cursor: default;
}
.ui-datepicker tr td .ui-state-active {
	display: block;
	color: #e1f0f7;
	background: #1b8dc2;
}
.ui-datepicker tr td .ui-state-hold {
	color: #d20000;
	cursor: default;
}
.ui-datepicker tr td:first-child {
	border-left: 0 none;
}
.ui-datepicker tr td:last-child {
	border-right: 0 none;
	opacity: 1;
}
.ui-datepicker table {
	width: 100%;
	margin: 0;
	background: #eaeaea;
}
.ui-state-default {
	-webkit-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}
.ui-datepicker-unselectable .ui-state-default:hover {
	color: #d20000;
}
.ui-state-default:hover {
	color: #1b8dc2;
}
#hours_ajax {
	font-size: 16px;
	line-height: 29px;
	color: #1b1d21;
}
.popup-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 500;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	font-size: 0;
	text-align: center;
	visibility: hidden;
	background: rgba(37, 37, 37, 0.7);
	opacity: 0;
	-webkit-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;
}
.popup-wrapper::after {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	content: '';
}
.popup-wrapper.active {
	visibility: visible;
	opacity: 1;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.popup-text-desc {
	width: 100%;
}
.popup-item {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	background: #f0f0f0;
	opacity: 0;
	-webkit-transition: all 0.3s 0.4s;
	transition: all 0.3s 0.4s;
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px);
}
.popup-wrapper.active .popup-item {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.close-button {
	position: absolute;
	top: -35px;
	right: 50%;
	z-index: 50;
	cursor: pointer;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
}
.close-button img {
	display: block;
	width: 20px;
	opacity: 0.5;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-ransition: all 0.3s;
}
.close-button:hover img {
	opacity: 1;
}
.popup-item.size-1 {
	max-width: 1130px;
	text-align: center;
}
.popup-text {
	position: relative;
	z-index: 5;
	padding: 0 15px;
	background: #fff;
}
.popup-item.size-1 .popup-text {
	float: right;
	width: 40%;
}
.popup-item.size-1 .bg {
	right: 40%;
	width: auto;
}
.popup-item.size-1 .title {
	font-size: 40px;
	line-height: 48px;
}
.popup-item.size-2 {
	max-width: 1000px;
}
.popup-item.size-2 .popup-text {
	width: 100%;
}
.popup-item.size-2.type-2 .popup-text {
	padding: 50px;
}
.popup-item.size-3 {
	max-width: 300px;
}
.popup-item.size-3 .popup-text {
	padding: 30px 20px;
}
.popup-item.size-3 .checkbox-entry span {
	display: inline-block;
}
.popup-item.size-3 .checkbox-entry em,
.popup-item.size-3 .checkbox-entry p {
	padding-left: 30px;
}
.popup-item.size-3 .checkbox-entry i {
	position: absolute;
	top: 0;
	left: 0;
}
.popup-item.size-4 {
	max-width: 1000px;
}
.popup-item.size-4 .popup-text {
	padding: 30px;
	text-align: left;
}
.popup-item.size-5 {
	max-width: 60%;
}
.popup-item.size-5 .popup-text {
	padding: 0;
}
.popup-item.size-5::before {
	width: 440px;
	height: 270px;
}
.popup-item.size-5 .tabs-menu {
	display: inline-block;
	padding-left: 60px;
	cursor: pointer;
}
.popup-item.size-5 .tabs-menu:first-child {
	display: inline-block;
	padding-left: 60px;
	cursor: pointer;
}
.popup-item.size-5 .tabs-menu-wrap {
	position: absolute;
	top: -40px;
	right: 40px;
}
#date-popup .h3 {
	margin-bottom: 30px;
	font-size: 14px;
	color: #222;
	text-transform: uppercase;
}
.next-day,
.prev-day {
	position: absolute;
	top: 50%;
	left: -60px;
	height: 20px;
	cursor: pointer;
	opacity: 0.5;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.next-day:hover,
.prev-day:hover {
	opacity: 1;
}
.next-day img:last-child,
.prev-day img:last-child {
	display: none;
}
.next-day {
	right: -110px;
	left: auto;
}
#setDate {
	height: 25px;
	font-size: 16px;
	font-weight: 400;
	color: #1b1d21;
	text-align: center;
}
.setDate-wrap {
	cursor: pointer;
}
.setDate-wrap input[disabled] {
	position: relative;
	cursor: pointer;
}
.setDate-wrap .date {
	position: relative;
	display: block;
}
#setDate2 {
	height: 20px;
	font-size: 14px;
	font-weight: 500;
	font-weight: 300;
	line-height: 20px;
	color: #888;
	cursor: pointer;
}
.checkbox-entry-wrap {
	position: relative;
	display: block;
	width: 100%;
	padding-bottom: 3px;
	clear: both;
}
.checkbox-entry {
	position: relative;
	display: block;
	cursor: pointer;
}
.checkbox-entry-wrap input {
	display: none;
}
.checkbox-entry i,
.checkbox-entry span {
	position: relative;
	display: block;
}
.checkbox-entry i {
	float: left;
	width: 17px;
	height: 17px;
	background: rgba(255, 255, 255, 0.43);
	border: 1px solid #9e9e9e;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.checkbox-entry i::before {
	position: absolute;
	top: 4px;
	right: 4px;
	bottom: 4px;
	left: 4px;
	content: '';
	background: #9cbf2a;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	-webkit-transform: scale(0);
	transform: scale(0);
}
.checkbox-entry p {
	padding-left: 25px;
}
.checkbox-entry em,
.checkbox-entry p {
	position: relative;
	font-size: 12px;
	font-weight: 300;
	line-height: 19px;
	color: #222;
}
.checkbox-entry em {
	padding-left: 15px;
	vertical-align: top;
}
.checkbox-entry-wrap .checkbox-entry input:checked + span i::before {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.checkbox-entry-wrap .checkbox-entry input:checked + span p {
	color: #1b1d21;
}
.checkbox-entry.font-sm em,
.checkbox-entry.font-sm p {
	font-size: 13px;
	color: #1b1d21;
}
.main-link {
	font-size: 13px;
}
.btn_book,
.main-link {
	position: relative;
	cursor: pointer;
}
.btn_book {
	z-index: 1;
	display: inline-block;
	margin-left: 30px;
	overflow: hidden;
	text-transform: uppercase;
	background: 0 0;
	border: 2px solid #2395ff;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	outline: 0;
	-webkit-transition: 80ms ease-in;
	transition: 80ms ease-in;
}
.fill:hover p {
	color: #f5f5f5;
}
.fill::before {
	position: absolute;
	top: 100%;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	content: '';
	background: #2395ff;
	-webkit-transition: top 90ms ease-in;
	transition: top 90ms ease-in;
}
.fill:hover::before {
	top: 0;
}
.btn_book p {
	position: relative;
	z-index: 7;
	padding: 7px 20px;
	font-size: 12px;
	font-weight: 500;
	color: #000;
	text-align: center;
	text-transform: uppercase;
}
.input {
	z-index: 1;
	display: inline-block;
	margin-bottom: 15px;
	vertical-align: top;
}
.input,
.input__field {
	position: relative;
	width: 100%;
}
.input__field {
	display: block;
	float: right;
	font-size: 14px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.48);
	background: 0 0;
	border: none;
	-webkit-appearance: none;
}
.input__label {
	display: inline-block;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.input--hoshi {
	overflow: hidden;
}
.input__field--hoshi {
	width: 100%;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.48);
	background: 0 0;
}
.input__label--hoshi {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: left;
	pointer-events: none;
}
.input__label-content--hoshi {
	position: absolute;
}
.input__label--hoshi::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	border-bottom: 1px solid #b9c1ca;
}
.input__label--hoshi::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	border-bottom: 2px solid #b9c1ca;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition:
		transform 0.3s,
		-webkit-transform 0.3s;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.input__label--hoshi-color-1::after {
	border-color: #9cbf2a;
}
.input__label--hoshi-color-2::after {
	border-color: #9cbf2a;
}
.input__label--hoshi-color-3::after {
	border-color: #9cbf2a;
}
#mast_behiden {
	display: none;
}
.input .input__label--hoshi.changed::after,
.input--filled .input__label--hoshi::after {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.message,
.ui-loader {
	display: none;
}
.message {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 777;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	justify-content: center;
	width: 100%;
	height: 100dvh;
	background: #329fdf;
}
.message p {
	position: relative;
	font-size: 30px;
	line-height: 1.2;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
.message.show {
	display: -webkit-flex;
	display: -webkit-box;
	display: flex;
}
.game_wrap {
	padding-top: 4rem;
}
.game_wrap,
.game_wrap .row {
	height: auto;
}
.game_wrap #game {
	max-width: 80%;
	margin: 0 auto;
}
.presentation-image__wrapper {
	width: 100%;
	height: 150px;
	overflow: hidden;
	background-color: #000;
}
.presentation-image__wrapper img {
	width: inherit;
	height: inherit;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 0 20%;
	object-position: 0 20%;
}
.form-group.mover__element textarea {
	min-height: 48px;
	max-height: 100px;
	resize: vertical;
}
.demo-1 {
	background: #000 url(header.jpg) no-repeat top;
}
.demo-1 a {
	color: #647fea;
}
.demo-1 a:focus,
.demo-1 a:hover {
	color: #333;
}
.demo-2 {
	color: #5c615c;
	background: #2a2a2a;
}
.demo-2 a {
	color: #6a9d6a;
}
.demo-2 a:focus,
.demo-2 a:hover {
	color: #fff;
}
.hidden {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	pointer-events: none;
}
.info {
	padding: 0 1em 2em;
	margin: 0;
	line-height: 1.31;
}
.content--related {
	font-weight: 700;
	text-align: center;
}
.media-item {
	display: inline-block;
	padding: 1em;
	vertical-align: top;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
.media-item__img {
	max-width: 100%;
	opacity: 0.8;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.media-item:focus .media-item__img,
.media-item:hover .media-item__img {
	opacity: 1;
}
.media-item__title {
	padding: 0.5em;
	margin: 0;
	font-size: 1em;
}
.dialog {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	display: -webkit-flex;
	display: -webkit-box;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.dialog--open {
	z-index: 3000;
}
.dialog::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(0, 0, 0, 0.7);
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.dialog--open::before {
	pointer-events: auto;
	opacity: 1;
}
.dialog__content {
	position: relative;
	z-index: 5;
	width: 100%;
	min-width: 290px;
	max-width: 429px;
	opacity: 0;
}
.dialog__content img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.dialog__content-inner {
	position: relative;
	min-width: 300px;
	max-width: 600px;
	overflow: hidden;
	text-align: center;
	pointer-events: none;
	background: 0 0;
	opacity: 0;
	-webkit-transform: translate3d(0, 450px, 0);
	transform: translate3d(0, 450px, 0);
}
.dialog--open .dialog__content {
	pointer-events: auto;
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.dialog--open .dialog__content-inner {
	opacity: 1;
	-webkit-transition:
		opacity 0.5s,
		-webkit-transform 0.6s cubic-bezier(0.2, 1, 0.3, 1);
	transition:
		opacity 0.5s,
		-webkit-transform 0.6s cubic-bezier(0.2, 1, 0.3, 1);
	transition:
		opacity 0.5s,
		transform 0.6s cubic-bezier(0.2, 1, 0.3, 1);
	transition:
		opacity 0.5s,
		transform 0.6s cubic-bezier(0.2, 1, 0.3, 1),
		-webkit-transform 0.6s cubic-bezier(0.2, 1, 0.3, 1);
	transition:
		opacity 0.5s,
		transform 0.6s cubic-bezier(0.2, 1, 0.3, 1),
		-webkit-transform 0.6s cubic-bezier(0.2, 1, 0.3, 1);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.handle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.handle:hover {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}
.handle:active {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}
.actions {
	padding: 20px 35px;
	overflow: hidden;
	background-color: #f0f0f0;
}
.action {
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
	overflow: hidden;
	font-family:
		Avenir Next,
		Helvetica Neue,
		Lato,
		Segoe UI,
		Helvetica,
		Arial,
		sans-serif;
	color: #201c1c;
	text-align: left;
	pointer-events: auto;
	background: 0 0;
	border: none;
}
.actions .action {
	padding: 20px 0 25px 4.5em;
	opacity: 0;
	-webkit-transform: translate3d(0, 100px, 0);
	transform: translate3d(0, 100px, 0);
}
.dialog--open .actions .action {
	opacity: 1;
	-webkit-transition:
		opacity 0.3s,
		-webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1);
	transition:
		opacity 0.3s,
		-webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1);
	transition:
		opacity 0.3s,
		transform 1s cubic-bezier(0.2, 1, 0.3, 1);
	transition:
		opacity 0.3s,
		transform 1s cubic-bezier(0.2, 1, 0.3, 1),
		-webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1);
	transition:
		opacity 0.3s,
		transform 1s cubic-bezier(0.2, 1, 0.3, 1),
		-webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.dialog--open .actions div:first-child .action {
	-webkit-transition-delay: 70ms;
	transition-delay: 70ms;
}
.dialog--open .actions div:nth-child(2) .action {
	-webkit-transition-delay: 0.14s;
	transition-delay: 0.14s;
}
.dialog--open .actions div:nth-child(3) .action {
	-webkit-transition-delay: 0.21s;
	transition-delay: 0.21s;
}
.action:focus,
.action:hover {
	color: #647fea;
}
.action--close {
	position: absolute;
	top: -6px;
	right: -28px;
	z-index: 1000;
	font-size: 1.5em;
	color: #4760c2;
}
.action--close:hover {
	color: #fff;
}
.text-hidden {
	position: absolute;
	top: 200%;
}
.icon--action {
	position: absolute;
	top: 12px;
	left: 0;
	padding: 15px;
	font-size: 1.5em;
	color: #b6c9e0;
	border: 2px solid;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.action__title {
	display: block;
	font-weight: 700;
}
.action__subline {
	font-size: 0.9em;
	color: #989e9e;
}
.dialog__footer {
	padding: 1.25em;
	background: #b6c9e0;
}
.dialog__footer a {
	font-size: 0.85em;
	font-weight: 700;
	color: #fff;
	pointer-events: auto;
}
.slider {
	position: relative;
	height: 420px;
	padding: 0 50px;
}
.slide {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	text-align: center;
	opacity: 0;
}
.slide:hover {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}
.slide:active {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}
.slide__bg,
.slide__content {
	position: relative;
}
.slide__bg {
	pointer-events: none;
}
.slide__bg--filter {
	transition:
		filter 1s,
		-webkit-filter 1s;
}
.slide__polaroid {
	position: absolute;
	top: -7%;
	left: -7%;
	width: 114%;
	height: 130%;
	pointer-events: none;
	background: #fff;
	-webkit-transform: scale3d(0.875, 0.765, 1);
	transform: scale3d(0.875, 0.765, 1);
	-webkit-transform-origin: 50% 24%;
	transform-origin: 50% 24%;
}
.hint {
	pointer-events: none;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.hint--show {
	opacity: 1;
}
.hint__item {
	position: absolute;
	top: 50%;
	padding: 50px;
	color: #575a57;
	text-align: center;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}
.hint__item--next {
	left: 0;
}
.hint__item--prev {
	right: 0;
}
.hint__icon {
	display: block;
	margin: 0 auto;
	font-size: 3em;
}
.hint__icon--prev {
	-webkit-animation: j 1s linear infinite alternate forwards;
	animation: j 1s linear infinite alternate forwards;
}
.hint__icon--next {
	-webkit-animation: k 1s linear infinite alternate forwards;
	animation: k 1s linear infinite alternate forwards;
}
@-webkit-keyframes j {
	0%,
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	50% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}
@keyframes j {
	0%,
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	50% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}
@-webkit-keyframes k {
	0%,
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	50% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
}
@keyframes k {
	0%,
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	50% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
}
textarea.input__field--hoshi {
	resize: none;
}
.thankyou-text {
	font-size: 125%;
	color: #fff;
	text-align: center;
}
.grecaptcha-badge {
	visibility: hidden;
}
.error-text-wrapper {
	display: -webkit-flex;
	display: -webkit-box;
	display: flex;
	-webkit-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	justify-content: center;
	font-size: 200%;
}
.google-recaptcha a {
	text-decoration: underline;
}
.form__user-choise {
	display: -webkit-flex;
	display: -webkit-box;
	display: flex;
	-webkit-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-align-items: flex-start;
	-webkit-box-align: start;
	align-items: flex-start;
	-webkit-justify-content: space-between;
	-webkit-box-pack: justify;
	justify-content: space-between;
	color: #fff;
}
.form__user-choise span.dashicons {
	margin-right: 10px;
}
.form__choose-date,
.form__choose-time {
	display: grid;
	grid-template-columns: 30px auto auto;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	-webkit-box-pack: start;
	justify-content: flex-start;
	width: 100%;
	margin-bottom: 20px;
	font-size: 12px;
	cursor: pointer;
}
.form__button-actions {
	display: -webkit-flex;
	display: -webkit-box;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
.selected-date,
.selected-time {
	display: inline-block;
	width: 50%;
	margin-left: 15px;
	cursor: pointer;
}
.popup-date-container {
	padding: 0 !important;
}
.popup-date-container #datepicker {
	margin: 0 !important;
}
.btn-actions {
	display: -webkit-flex;
	display: -webkit-box;
	display: flex;
	gap: 12px;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	justify-content: center;
}
.note-text {
	margin-bottom: 10px;
	font-size: 12px;
	color: #fff;
}
.note-text a {
	text-decoration: underline;
}
.question-note-text,
.question-note-text a {
	font-size: 11px;
	color: #222 !important;
}
.form__choose-date input,
.form__choose-time input {
	min-width: 130px;
	max-width: 140px;
	padding: 3px 10px;
	margin-left: 15px;
	font-size: 12px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	text-transform: lowercase;
	cursor: pointer;
	background-color: #9cbf2a;
	border: none;
	border: 1px solid #fff;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-webkit-transform: translateY(1px);
	transform: translateY(1px);
}
.form__user-data h3 {
	margin-bottom: 15px;
	font-size: 28px;
}
.form__user-data input:not(#denta-btn-submit),
.form__user-data textarea {
	padding: 15px 0;
	margin-bottom: 15px;
	font-size: 14px;
	color: #fff;
	border: none;
	border-bottom: 2px solid #fff;
	-webkit-transition: border-color 0.3s;
	transition: border-color 0.3s;
}
.form__user-data label {
	position: relative;
	color: #fff;
}
.form__user-data textarea {
	margin-bottom: 15px;
	font-family: inherit;
}
.form__user-data input:focus,
.form__user-data textarea:focus {
	border-color: #9cbf2a !important;
}
.dialog__body .form-error-wrapper {
	width: 100% !important;
}
.form-error-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	display: none;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	justify-content: center;
	width: 100vw;
	height: 100dvh;
	background-color: #00000094;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.form-error-wrapper-active {
	display: -webkit-flex;
	display: -webkit-box;
	display: flex;
}
.form-error-message {
	z-index: 101;
	max-width: 500px;
	padding: 15px 25px 30px;
	text-align: center;
	background-color: #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.1);
}
.form-error-message > div {
	padding: 0;
	margin: 0;
	border: none;
}
span.wpcf7-not-valid-tip {
	font-size: 12px;
}
.guestion_dialog .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors,
.selected-date span.wpcf7-not-valid-tip,
.selected-time span.wpcf7-not-valid-tip,
label.input span.wpcf7-not-valid-tip {
	display: none !important;
}
.thanks-wrapper {
	display: -webkit-flex;
	display: -webkit-box;
	display: flex;
	-webkit-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	justify-content: center;
	width: 100%;
	text-align: center;
}
@media (min-width: 575px) {
	.sticky-left {
		display: -webkit-flex;
		display: -webkit-box;
		display: flex;
		width: 30px;
	}
	.service-single__tabs {
		padding-left: 15px;
	}
}
@media (min-width: 576px) {
	.presentation-image__wrapper {
		height: 200px;
	}
	.contact__address,
	.contact__email,
	.contact__phones,
	.contact__worktime {
		width: auto;
	}
	.service-single__picture-wrap {
		height: 300px;
	}
	.service-single__item {
		font-size: 14px;
	}
	.specialist__wrapper {
		-webkit-justify-content: space-around;
		justify-content: space-around;
	}
	.specialist__info {
		padding: 10px 15px;
	}
	.form__choose-date,
	.form__choose-date input,
	.form__choose-time,
	.form__choose-time input {
		font-size: 14px;
	}
	.h-tabs-menu__link {
		font-size: 14px;
	}
}
@media (min-width: 768px) {
	.contact__address h3,
	.contact__email h3,
	.contact__phones h3,
	.contact__worktime h3 {
		font-size: 16px;
	}
	.contact__address a,
	.contact__address p,
	.contact__email a,
	.contact__email p,
	.contact__phones a,
	.contact__phones p,
	.contact__worktime a,
	.contact__worktime p {
		font-size: 14px;
	}
	.service-single__list {
		top: 50%;
	}
	.content-main {
		padding-right: 30px;
		padding-left: 30px;
	}
	.header-mobile__second,
	.header-mobile__wrapper {
		margin: 0 -30px;
	}
	.header-mobile__contacts ul li a {
		font-size: 18px;
	}
	.home_content {
		text-align: left;
		-webkit-transform: translateX(-90px);
		transform: translateX(-90px);
	}
	.sticky-left {
		width: 40px;
	}
	.tab__content {
		padding-left: 25px;
		border-left: 1px solid #fafafa;
	}
	.gallery {
		grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
		grid-auto-rows: 150px;
	}
	.services {
		padding: 5vh 0;
	}
	.services__item {
		margin-bottom: 50px;
	}
	.service-single__picture-wrap {
		height: 400px;
		margin: 0 -45px;
	}
	.service-single__title {
		font-size: 28px;
	}
	.service-single__title::before {
		left: 0;
		width: 90px;
	}
	.service-content {
		width: 80%;
		padding-left: 25px;
		margin-left: 0;
		border-top: none;
		border-left: 1px solid #fafafa;
	}
	.doctor__specialization {
		font-size: 14px;
	}
	.sertificate__wrapper {
		grid-template-rows: 150px;
		grid-template-columns: repeat(auto-fit, 130px);
	}
	.sertificate__item,
	.sertificate__item a {
		width: 130px;
		height: 130px;
	}
	.faq__question p,
	.faq__question-text {
		margin-left: 17px;
	}
	.faq__answer {
		padding-left: 47px;
	}
	.faq__answer::before {
		background: #0a9fe6;
	}
	.h-tabs-menu__item {
		width: 220px;
	}
	.specialist__wrapper {
		grid-template-columns: repeat(auto-fit, 300px);
	}
	.specialist__picture {
		height: 350px;
	}
	.presentation-image__wrapper {
		width: 100%;
		height: 300px;
	}
}
@media (min-width: 992px) {
	.service-single__picture-wrap {
		margin: 0;
	}
	.specialist__wrapper {
		grid-template-columns: repeat(auto-fit, 300px);
	}
	.content-wrap {
		grid-template-columns: minmax(300px, 85%);
	}
	.header-aside {
		right: 0;
		width: 190px;
		background-color: rgba(0, 0, 0, 0.2);
	}
	.content-main {
		padding: 30px 35px;
	}
	.close-mobile-menu,
	.header-mobile__second,
	.header-mobile__wrapper {
		display: none;
	}
	.header-top__inner {
		display: block;
	}
	.sticky-left__title {
		font-size: 20px;
	}
	.v-tabs-menu__link {
		padding: 15px;
	}
	.services {
		padding: 10vh 0;
	}
	.doctor__name {
		font-size: 16px;
	}
	.specialist__item.doctor-personal-page .specialist__picture {
		height: 340px;
	}
	.specialist__item.doctor-personal-page .specialist__picture img {
		-o-object-fit: contain;
		object-fit: contain;
	}
	.h-tabs-menu__link {
		font-size: 16px;
	}
	.specialist__picture {
		height: 430px;
	}
	.contact__map {
		height: 100%;
	}
	.contact__address,
	.contact__email,
	.contact__phones,
	.contact__worktime {
		padding-left: 30px;
		border-left: 5px dotted #b6b7b8;
	}
}
@media (min-width: 1200px) {
	.header-aside {
		width: 200px;
	}
	.content-main {
		padding: 25px 45px;
	}
	.sticky-left__title {
		font-size: 24px;
	}
	.gallery {
		grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	}
	.specialist__item.doctor-personal-page .specialist__picture {
		height: 450px;
	}
	.specialist__item.doctor-personal-page .specialist__picture img {
		-o-object-fit: cover;
		object-fit: cover;
	}
	.faq__question p {
		grid-column: 3/4;
		margin: 0;
	}
}
@media (min-width: 1440px) {
	.header-aside__wrapper {
		width: inherit;
	}
	.gallery {
		grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
		grid-auto-rows: 250px;
	}
	.specialist__item.doctor-personal-page .specialist__picture img {
		-o-object-fit: contain;
		object-fit: contain;
	}
}
@media (min-width: 1600px) {
	.v-tabs-menu {
		width: 13%;
	}
	.service-content,
	.tabs__wrapper {
		width: 87%;
	}
}
@media (max-width: 575px) {
	.tabs-menu__about {
		-webkit-flex-shrink: 1;
		flex-shrink: 1;
		padding-bottom: 15px;
		margin-bottom: 10px;
	}
	.v-tabs-menu__link {
		display: inline-block;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		font-size: 14px;
	}
	.team-tabs__menu .h-tabs-menu__link {
		font-size: 12px;
	}
	.header-aside__menu li a {
		margin-bottom: 5px;
		font-size: 11px;
	}
}
@media (max-width: 400px) {
	.slider {
		height: 290px;
	}
}
@media (max-width: 1200px) {
	.assotiations__item {
		width: 50%;
	}
	.home_wrap {
		margin: 0;
	}
	#datepicker {
		margin-left: 0;
	}
	.box_p {
		display: inline-block;
		max-width: 300px;
		margin: 0;
	}
	.wrap_more_our .box_specialist_img,
	.wrap_more_our .box_specialist_info {
		max-width: 350px;
		margin: 0 auto;
	}
	.activities,
	.spetialist_item {
		margin-bottom: 30px;
	}
	.box_img_assotiation {
		margin-bottom: 15px;
	}
	.home_content h1,
	.home_content p {
		font-size: 24px;
	}
	.shares_wrap .shares_box div {
		padding: 20px 0 20px 40px;
	}
}
@media (max-width: 1100px) {
	.contact a {
		line-height: 1.5;
	}
	p {
		font-size: 14px;
	}
	h2 {
		font-size: 22px;
	}
	.my_head_menu li {
		margin-bottom: 15px;
	}
	.service_wrap .items {
		margin-top: 20px;
		margin-bottom: 50px;
	}
	.service_wrap .name {
		font-size: 11px;
		word-wrap: break-word;
	}
	.service_tab_menu .our_team_tab_menu_ul li:hover::after {
		width: 100%;
	}
	.service_tab_menu .our_team_tab_menu_ul li {
		width: auto;
	}
	.contact_wrap,
	.wrap_temp {
		padding-top: 3rem;
		margin: 0;
	}
	.contact_wrap .row,
	.wrap_temp .row {
		height: auto;
	}
}
@media (max-width: 1024px) {
	.about-page-picture,
	.team-page-picture {
		height: 250px;
	}
	.about-page-picture img {
		top: -20px;
	}
}
@media (max-width: 1000px) {
	.cbutton--mask p {
		font-size: 12px;
	}
}
@media (min-width: 992px) {
	.v-tabs-menu {
		width: 20%;
	}
}
@media (max-width: 991px) {
	.header-aside {
		right: -100%;
		width: 100%;
	}
	.bgs-divider > .bg img {
		left: 61%;
		width: 65px;
		height: auto;
		margin-left: -38px;
	}
	.booking_wrap {
		height: auto;
		padding-top: 30px;
	}
	.service-title h1 {
		font-size: 28px;
	}
	.content-wrap .header-wrap {
		-webkit-flex-basis: 16%;
		flex-basis: 16%;
	}
	.my_head {
		width: 16%;
	}
	.content-wrap .main-content-wrap {
		padding-left: 40px;
	}
	.my_info_left {
		width: 40px;
	}
	.service_tab_menu .service_tab_menu_ul {
		display: -webkit-flex;
		display: -webkit-box;
		display: flex;
		-webkit-flex-direction: row;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
		-webkit-justify-content: center;
		-webkit-box-pack: center;
		justify-content: center;
	}
	.service_tab_menu .service_tab_menu_ul li {
		width: 150px;
		width: 130px;
		font-size: 14px;
	}
	.my_head_mobile-wrap > .my_head_networks {
		padding-left: 0 !important;
	}
	.wrap_more_our .box_specialist_img,
	.wrap_more_our .box_specialist_info {
		max-width: 250px;
	}
	.map-order {
		-webkit-order: 2;
		-webkit-box-ordinal-group: 3;
		order: 2;
	}
	.contact-order {
		-webkit-order: 1;
		-webkit-box-ordinal-group: 2;
		order: 1;
	}
	.contact_info {
		display: -webkit-flex;
		display: -webkit-box;
		display: flex;
		-webkit-flex-direction: row;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-webkit-box-pack: justify;
		justify-content: space-between;
		padding-left: 0;
		border: none;
	}
	.contact_info div {
		margin-right: 20px;
		margin-bottom: 25px;
	}
	.contact_info div::after {
		display: none;
	}
	.home_content {
		padding-top: 0;
		-webkit-transform: translateX(-30px);
		transform: translateX(-30px);
	}
	.game_wrap {
		padding-top: 8rem;
	}
	.my_info_left .license p {
		font-size: 10px;
	}
	.menu_title span {
		font-size: 21px;
	}
	.cbutton--mask p {
		font-size: 11px;
	}
	.cbutton--border::after {
		width: 57px;
		height: 57px;
		margin: -30px;
	}
	.contact ul li {
		line-height: 1;
	}
	.contact::before {
		margin-top: 0;
	}
	.adress p {
		line-height: 1.1;
	}
	.logo_top .wrap {
		text-align: left;
	}
	.my_head_top {
		padding-top: 10px;
	}
}
@media only screen and (max-width: 991px) and (max-width: 1101px) {
	.cbutton--mask p {
		font-size: 12px;
	}
}
@media (max-width: 991px) and (min-width: 900px) and (max-width: 950px) {
	.new_wrapper_content {
		margin-top: 1rem !important;
	}
}
@media (max-width: 900px) and (min-width: 860px) and (max-width: 900px) {
	.new_wrapper_content {
		margin-top: 0 !important;
	}
}
@media (max-width: 860px) {
	.service_wrap .items {
		margin-top: 9px;
		margin-bottom: 34px;
	}
	.shares_wrap .shares_box,
	.shares_wrap p {
		margin-bottom: 40px;
	}
}
@media (max-width: 860px) and (min-width: 768px) and (max-width: 860px) {
	.new_wrapper_content {
		margin-top: 0 !important;
	}
}
@media (max-width: 768px) {
	.faq__item {
		position: relative;
	}
	.faq__item::after {
		position: absolute;
		bottom: -25px;
		left: 0;
		width: 100%;
		height: 2px;
		content: '';
		background-color: #85a928;
		opacity: 0.3;
	}
	.hide_content {
		display: none;
	}
	.content-wrap .main-content-wrap {
		width: 100%;
	}
	.implantology-list {
		width: 60%;
	}
	.question_content {
		padding: 0 20px;
	}
	.service_tab_menu .our_team_tab_menu_ul {
		-webkit-justify-content: space-around;
		justify-content: space-around;
	}
	.presentation_image {
		top: 0;
	}
	.my_head_mobile-wrap,
	.second-header {
		display: -webkit-flex !important;
		display: -webkit-box !important;
		display: flex !important;
	}
	.content-wrap .main-content-wrap {
		padding: 0;
	}
	.my_head_mobile_top .my_head_contact ul li a {
		font-size: 14px;
	}
	.my_head_top {
		display: none;
	}
	.my_head {
		top: 0;
		right: -100%;
		bottom: 0;
		width: 220px;
		background-color: #313131;
	}
	.close-mobile-menu {
		display: block;
	}
	.close-mobile-menu .fa-times:hover {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	.menu_title span {
		font-size: 18px;
	}
	.my_info_left {
		width: 30px;
	}
	.my_head {
		padding-left: 45px;
	}
	.about-page-wrapper {
		padding-left: 1.5rem;
	}
	.service_tab_menu {
		padding-left: 30px;
	}
	.serv_tabs_panel p {
		font-size: 1rem;
		text-align: left;
	}
	.my_head > .my_head_networks {
		display: none;
	}
	.abaut_us_tabs {
		-webkit-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}
	.ab_tabs_panel p {
		font-size: 14px;
	}
	.ab_tabs_panel h2::after {
		margin-left: 20px;
	}
	.tabs-menu {
		width: 100%;
		overflow-x: auto;
	}
	.ab_tabs_panel {
		padding-left: 15px !important;
	}
	.service_wrap {
		padding-top: 5vh;
	}
	.shares_wrap h1 {
		font-size: 22px;
	}
	.shares_wrap p,
	.shares_wrap span {
		font-size: 11px;
	}
	.home_wrap {
		-webkit-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-align-items: center;
		-webkit-box-align: center;
		align-items: center;
	}
	.home_content {
		width: 100%;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	.home_content,
	.home_content h1,
	.home_content p {
		text-align: center;
	}
	.ds_zub,
	.home_content {
		padding-top: 0;
	}
}
@media (max-width: 630px) {
	.services-list {
		-webkit-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}
}
@media (max-width: 575px) {
	.box_img_assotiation {
		width: 100%;
	}
	.thank_content p {
		font-size: 20px;
	}
	.thank_content svg {
		width: 60px;
	}
	.phone_contact {
		-webkit-order: 3;
		-webkit-box-ordinal-group: 4;
		order: 3;
	}
	.mode_of_operation {
		-webkit-order: 4;
		-webkit-box-ordinal-group: 5;
		order: 4;
	}
	.Edito-img,
	.guest_btn {
		padding: 0;
	}
	.presentation_image_wrapper {
		height: 172px;
	}
	.service_tab_menu .service_tab_menu_ul {
		-webkit-justify-content: space-around;
		justify-content: space-around;
		margin-right: -15px;
		margin-left: -44px;
	}
	.service_tab_menu .service_tab_menu_ul li {
		width: 100px;
		font-size: 12px;
	}
	.service-list.ortodontiya-list {
		top: 60%;
	}
	.service-list.ortodontiya-list li {
		margin-bottom: 15px;
	}
	.service-list.ortopediya-list {
		top: 60%;
	}
	.service-list.ortopediya-list li {
		margin-bottom: 15px;
	}
	.service-list.terapiya-list {
		top: 60%;
		width: 70%;
	}
	.service-list.terapiya-list li {
		margin-bottom: 15px;
	}
	.service-title h1 {
		font-size: 24px;
	}
	.service-title::before {
		width: 5vw;
	}
	.service-list {
		top: 60%;
		width: 60%;
	}
	.implantology-list {
		top: 60%;
	}
	.service-list.implantology-list {
		width: 70%;
	}
	.service-list.implantology-list li {
		margin-bottom: 15px;
		font-size: 13px;
	}
	.service-list.implantology-list li img {
		margin-right: 10px;
	}
	.surgery-list {
		top: 60%;
		width: 55%;
	}
	.service-list.surgery-list li {
		margin-bottom: 15px;
	}
	.service-list li img {
		width: 25px;
	}
	.service_tab_menu .our_team_tab_menu_ul li a {
		font-size: 14px;
	}
	.service_tab_menu {
		padding-top: 0;
	}
	.service_tab_menu .our_team_tab_menu_ul li {
		margin: 0;
	}
	.license {
		right: 0 !important;
		left: 10px;
	}
	.license-link {
		display: -webkit-flex;
		display: -webkit-box;
		display: flex;
		-webkit-align-items: center;
		-webkit-box-align: center;
		align-items: center;
	}
	.ds_zub {
		width: 30%;
	}
	.contact_info {
		padding-top: 2rem;
	}
	.contact_info div {
		-webkit-flex-basis: 50%;
		flex-basis: 50%;
		margin-right: 0;
	}
	.contact_info h3 {
		font-size: 14px;
	}
	.contact_info a,
	.contact_info p {
		font-size: 12px;
	}
	.my_head_mobile_top > .second-header {
		padding-left: 15px !important;
	}
	.contact_wrap {
		padding-top: 0;
	}
	.home_wrap {
		-webkit-justify-content: flex-start;
		-webkit-box-pack: start;
		justify-content: flex-start;
		padding-top: 10px;
	}
	.home_content h1,
	.home_content p {
		font-size: 18px;
	}
	.my_head_mobile_top > .my_head_mobile-wrap {
		padding-right: 15px !important;
		padding-left: 15px !important;
	}
	.my_head_mobile_top .my_head_contact ul li a {
		font-size: 12px !important;
	}
	.my_head_mobile_top .my_head_contact ul li {
		margin: 0 5px;
	}
	.denta_game {
		display: none;
	}
	.mobile_denta_game {
		display: block;
	}
}
@media (max-width: 425px) {
	.service_tab_menu .our_team_tab_menu_ul {
		-webkit-justify-content: space-between;
		-webkit-box-pack: justify;
		justify-content: space-between;
	}
}
@media (max-width: 389px) {
	.presentation_image_wrapper {
		height: 139px;
	}
}
.modal-content {
	position: relative;
	z-index: 1000;
}
.modal-picture {
	position: relative;
	width: 100%;
	max-width: 800px;
	height: 100%;
	max-height: 530px;
}
.modal-picture img {
	width: 100%;
	height: inherit;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
}
.after-text,
.before-text {
	position: absolute;
	bottom: -25px;
	z-index: -1;
	padding: 5px 20px;
	font-size: 14px;
	font-weight: 700;
	background-color: #fff;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}
.before-text {
	left: 0;
}
.after-text {
	right: 0;
}
@media (max-width: 767px) {
	.after-text,
	.before-text {
		display: none;
	}
	.faq__number {
		display: none;
	}
	.faq__question {
		grid-template-columns: 1fr;
		padding-left: 15px;
	}
	.faq__answer {
		padding-left: 15px;
	}
}
@media (max-width: 574px) {
	.faq__question {
		padding-left: 0;
	}
	.faq__answer {
		padding-left: 0;
	}
}
.modal-action {
	position: absolute;
	top: -30px;
	right: 0;
}
.modal-close::before {
	color: #fff;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.modal-close:hover {
	opacity: 0.5;
}
.work-picture-wrapper {
	width: 100%;
	height: 300px;
}
.work-picture-wrapper a {
	width: inherit;
	height: inherit;
}
.work-picture-wrapper img {
	width: inherit;
	height: inherit;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
@media (max-width: 575px) {
	.work-picture-wrapper {
		height: 150px;
	}
}
.header-aside--active {
	right: 0;
}
.list-wrapper {
	display: -webkit-flex;
	display: -webkit-box;
	display: flex;
	-webkit-align-items: stretch;
	-webkit-box-align: stretch;
	align-items: stretch;
	-webkit-justify-content: space-between;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding-bottom: 10px;
	overflow: hidden;
	overflow-x: auto;
	font-size: 1rem;
	white-space: nowrap;
}
.service-tabs-list {
	display: -webkit-flex;
	display: -webkit-box;
	display: flex;
	-webkit-flex-grow: 1;
	-webkit-box-flex: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	-webkit-box-pack: start;
	justify-content: flex-start;
}
.h-tabs-menu__link {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	justify-content: center;
}
@media (orientation: portrait) and (max-width: 1024px) {
	.modal-content {
		width: 100%;
	}
	.modal-body {
		-webkit-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-align-items: center;
		-webkit-box-align: center;
		align-items: center;
		overflow: hidden;
	}
	.modal-picture {
		width: 100%;
		height: 50%;
	}
	.modal-picture img {
		height: 100%;
	}
	.after-text,
	.before-text {
		display: none;
	}
}
@media (orientation: landscape) and (min-width: 1501px) {
	.modal-content {
		width: 1440px;
		max-height: 600px;
	}
}
@media (orientation: landscape) and (max-width: 1500px) {
	.modal-content {
		width: 1100px;
		max-height: 600px;
	}
}
.animated-modal .modal-picture,
.animated-modal .modal-picture span {
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transform: translateY(-50px);
	transform: translateY(-50px);
}
.animated-modal .modal-picture span {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.services__item[data-scroll] {
	-webkit-transition:
		opacity 0.8s ease-in-out,
		-webkit-transform 0.8s ease-in-out;
	transition:
		opacity 0.8s ease-in-out,
		-webkit-transform 0.8s ease-in-out;
	transition:
		transform 0.8s ease-in-out,
		opacity 0.8s ease-in-out;
	transition:
		transform 0.8s ease-in-out,
		opacity 0.8s ease-in-out,
		-webkit-transform 0.8s ease-in-out;
	transition:
		transform 0.8s ease-in-out,
		opacity 0.8s ease-in-out,
		-webkit-transform 0.8s ease-in-out;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.services__item[data-scroll='in'] {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.services__item[data-scroll='out'] {
	opacity: 0;
	-webkit-transform: translateY(60px);
	transform: translateY(60px);
}
.faq__answer[data-scroll],
.faq__item[data-scroll],
.faq__question[data-scroll] {
	-webkit-transition:
		opacity 0.8s ease-in-out,
		-webkit-transform 0.8s ease-in-out;
	transition:
		opacity 0.8s ease-in-out,
		-webkit-transform 0.8s ease-in-out;
	transition:
		transform 0.8s ease-in-out,
		opacity 0.8s ease-in-out;
	transition:
		transform 0.8s ease-in-out,
		opacity 0.8s ease-in-out,
		-webkit-transform 0.8s ease-in-out;
	transition:
		transform 0.8s ease-in-out,
		opacity 0.8s ease-in-out,
		-webkit-transform 0.8s ease-in-out;
}
.faq__answer[data-scroll='in'],
.faq__item[data-scroll='in'],
.faq__question[data-scroll='in'] {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.faq__answer[data-scroll='out'],
.faq__item[data-scroll='out'],
.faq__question[data-scroll='out'] {
	opacity: 0;
	-webkit-transform: translateY(60px);
	transform: translateY(60px);
}
.faq__question[data-scroll] {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.faq__answer[data-scroll] {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
} /*! Жест "Свайп". Анимация */
.swipe-gesture {
	position: relative;
	-webkit-animation: swipegesture 2s ease-in-out 0.5s normal forwards;
	animation: swipeGesture 2s ease-in-out 0.5s normal forwards;
}
.swipe-gesture::before {
	position: absolute;
	top: 10px;
	left: 20%;
	z-index: 10;
	display: block;
	width: 34px;
	height: 39px;
	content: '';
	background-image: url(/assets/assets/img/swipe-finger.svg.svg);
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-animation: removegesture 2s ease-in-out 0.5s normal forwards;
	animation: removeGesture 2s ease-in-out 0.5s normal forwards;
}
@-webkit-keyframes removeGesture {
	0% {
		opacity: 1;
	}
	75% {
		opacity: 1;
	}
	100% {
		visibility: hidden;
		opacity: 0;
	}
}
@keyframes removeGesture {
	0% {
		opacity: 1;
	}
	75% {
		opacity: 1;
	}
	100% {
		visibility: hidden;
		opacity: 0;
	}
}
@-webkit-keyframes swipeGesture {
	0% {
		margin-left: 0;
	}
	25% {
		margin-left: 40px;
	}
	50% {
		margin-left: 0;
	}
	75% {
		margin-left: -40px;
	}
	100% {
		margin-left: 0;
	}
}
@keyframes swipeGesture {
	0% {
		margin-left: 0;
	}
	25% {
		margin-left: 40px;
	}
	50% {
		margin-left: 0;
	}
	75% {
		margin-left: -40px;
	}
	100% {
		margin-left: 0;
	}
}
#cookie-notice {
	bottom: 20px;
	left: 50%;
	width: 100%;
	min-width: 300px;
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content;
	padding-right: 30px;
	background-color: #fff !important;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	-webkit-box-shadow:
		0 1px 2px rgba(0, 0, 0, 0.07),
		0 2px 4px rgba(0, 0, 0, 0.07),
		0 4px 8px rgba(0, 0, 0, 0.07),
		0 8px 16px rgba(0, 0, 0, 0.07),
		0 16px 32px rgba(0, 0, 0, 0.07),
		0 32px 64px rgba(0, 0, 0, 0.07);
	box-shadow:
		0 1px 2px rgba(0, 0, 0, 0.07),
		0 2px 4px rgba(0, 0, 0, 0.07),
		0 4px 8px rgba(0, 0, 0, 0.07),
		0 8px 16px rgba(0, 0, 0, 0.07),
		0 16px 32px rgba(0, 0, 0, 0.07),
		0 32px 64px rgba(0, 0, 0, 0.07);
	opacity: 0.9;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
@media (max-width: 576px) {
	#cookie-notice {
		bottom: 15%;
	}
}
#cn-notice-text {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin: 0;
	font-size: 12px;
	color: #171717;
}
@media (max-width: 576px) {
	#cn-notice-text {
		font-size: 10px;
	}
}
.cookie-notice-container {
	padding-right: 10px;
	padding-left: 30px;
}
@media (max-width: 576px) {
	.cookie-notice-container {
		padding-left: 15px;
	}
}
#cn-notice-text a {
	display: inline-block;
	color: inherit;
	text-decoration: underline;
}
#cn-notice-buttons {
	position: absolute;
	width: 1px;
	height: auto;
	padding: 0;
	margin: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
	border: 0;
}
.cn-close-icon {
	right: 10px;
	opacity: 0.8;
}
.cn-close-icon::after,
.cn-close-icon::before {
	background-color: #32a0e0;
	opacity: 0.9;
}
.nav-links {
	text-align: center;
}
.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	border: 0;
}
@-webkit-keyframes slide-left {
	0% {
		transform: translateX(0);
	}
	to {
		transform: translateX(-0.5em);
	}
}
@keyframes slide-left {
	0% {
		transform: translateX(0);
	}
	to {
		transform: translateX(-0.5em);
	}
}
@-webkit-keyframes slide-right {
	0% {
		transform: translateX(0);
	}
	to {
		transform: translateX(0.5em);
	}
}
@keyframes slide-right {
	0% {
		transform: translateX(0);
	}
	to {
		transform: translateX(0.5em);
	}
}
@-webkit-keyframes slide-down {
	0% {
		transform: translate(-50%, -400px);
	}
	to {
		transform: translate(-50%);
	}
}
@keyframes slide-down {
	0% {
		transform: translate(-50%, -400px);
	}
	to {
		transform: translate(-50%);
	}
}
@-webkit-keyframes zoom-in {
	0% {
		transform: translate(-50%, -50%) scale(0.9);
	}
	to {
		transform: translate(-50%, -50%) scale(1);
	}
}
@keyframes zoom-in {
	0% {
		transform: translate(-50%, -50%) scale(0.9);
	}
	to {
		transform: translate(-50%, -50%) scale(1);
	}
}
@-webkit-keyframes stretch {
	0% {
		max-height: 0;
	}
	50% {
		max-height: 0;
	}
	to {
		max-height: 175px;
	}
}
@keyframes stretch {
	0% {
		max-height: 0;
	}
	50% {
		max-height: 0;
	}
	to {
		max-height: 175px;
	}
}
@-webkit-keyframes slide-left-in {
	0% {
		transform: translateX(100px);
	}
	to {
		transform: translateX(0);
	}
}
@keyframes slide-left-in {
	0% {
		transform: translateX(100px);
	}
	to {
		transform: translateX(0);
	}
}
@-webkit-keyframes slide-left-out {
	0% {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100px);
	}
}
@keyframes slide-left-out {
	0% {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100px);
	}
}
@-webkit-keyframes slide-right-in {
	0% {
		transform: translateX(-100px);
	}
	to {
		transform: translateX(0);
	}
}
@keyframes slide-right-in {
	0% {
		transform: translateX(-100px);
	}
	to {
		transform: translateX(0);
	}
}
@-webkit-keyframes slide-right-out {
	0% {
		transform: translateX(0);
	}
	to {
		transform: translateX(100px);
	}
}
@keyframes slide-right-out {
	0% {
		transform: translateX(0);
	}
	to {
		transform: translateX(100px);
	}
}
.mc-calendar,
.mc-calendar * {
	line-height: 1.2;
}
.mc-calendar,
.mc-calendar *,
.mc-calendar ::after,
.mc-calendar ::before,
.mc-calendar::after,
.mc-calendar::before {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
.mc-btn,
.mc-select__nav {
	padding: 0;
	overflow: visible;
	font: inherit;
	line-height: normal;
	cursor: pointer;
	background: 0 0;
	border: 0;
}
.mc-btn::-moz-focus-inner,
.mc-select__nav::-moz-focus-inner {
	padding: 0;
	border: 0;
}
.mc-calendar h1,
.mc-calendar h2,
.mc-calendar h3 {
	font-weight: 500;
}
.mc-container {
	position: relative;
	width: 90%;
	margin: 0 auto;
}
.mc-calendar {
	--mc-theme-color: #00a1e6;
	--mc-main-bg: #f5f5f6;
	--mc-active-text-color: #000;
	--mc-inactive-text-color: rgba(0, 0, 0, 0.8);
	--mc-display-foreground: hsla(0, 0%, 100%, 0.8);
	--mc-display-background: #00a1e6;
	--mc-picker-foreground: #000;
	--mc-picker-background: #f5f5f6;
	--mc-picker-header-active: #818181;
	--mc-picker-header-inactive: rgba(0, 0, 0, 0.2);
	--mc-weekday-foreground: #00a1e6;
	--mc-btn-success-foreground: #00a1e6;
	--mc-btn-danger-foreground: #e65151;
	--mc-date-active-def-foreground: #000;
	--mc-date-active-pick-foreground: #fff;
	--mc-date-active-pick-background: #00a1e6;
	--mc-date-active-today-foreground: #000;
	--mc-date-active-today-background: rgba(0, 0, 0, 0.2);
	--mc-date-inactive-def-foreground: rgba(0, 0, 0, 0.2);
	--mc-date-inactive-pick-foreground: #00a1e6;
	--mc-date-inactive-pick-background: #00a1e6;
	--mc-date-inactive-today-foreground: rgba(0, 0, 0, 0.2);
	--mc-date-inactive-today-background: rgba(0, 0, 0, 0.2);
	--mc-date-marcked-foreground: #00a1e6;
	--mc-prev-active-def-foreground: #000;
	--mc-prev-active-pick-foreground: #000;
	--mc-prev-active-pick-background: rgba(0, 0, 0, 0.2);
	--mc-prev-inactive-def-foreground: rgba(0, 0, 0, 0.2);
	--mc-prev-inactive-pick-foreground: rgba(0, 0, 0, 0.2);
	--mc-prev-inactive-pick-background: rgba(0, 0, 0, 0.2);
	display: flex;
	flex-direction: column;
	overflow: hidden;
	font-family: inherit;
	font-weight: 500;
	visibility: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: var(--mc-main-bg);
}
.mc-calendar:focus {
	outline: 0;
}
.mc-calendar--opened {
	visibility: visible;
}
.mc-calendar--inline {
	z-index: 1002;
	width: 100%;
	max-width: 300px;
	height: 100%;
	max-height: 325px;
	font-size: 1rem;
	background: 0 0;
	border-radius: 10px;
	box-shadow: 0 0 1px var(--mc-date-inactive-def-foreground);
}
@media (min-width: 625px) {
	.mc-calendar--inline {
		transform: unset;
	}
}
.mc-calendar--modal {
	position: static;
	z-index: 30;
	width: 100%;
	background-color: #00a1e6;
	transition:
		transform 0.4s linear 0.2s,
		visibility 0s linear 0.5s,
		top 0s linear 0.5s;
}
@media (min-width: 625px) {
	.mc-calendar--modal {
		flex-direction: row;
		width: auto;
		max-width: unset;
		height: 400px;
		opacity: 0;
		transition:
			transform 0.3s,
			opacity 0.3s,
			visibility 0s linear 0.3s,
			top 0s linear 0.3s;
	}
}
.mc-calendar--modal.mc-calendar--opened {
	transition: unset;
}
@media (min-width: 625px) {
	.mc-calendar--modal.mc-calendar--opened {
		max-height: 400px;
		visibility: visible;
		opacity: 1;
	}
}
.mc-calendar--permanent {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mc-display {
	display: none;
	color: #00a1e6;
}
.mc-calendar--modal .mc-display {
	display: flex;
	flex-direction: column;
	max-height: 0;
	transition: max-height 0.2s linear;
}
@media (min-width: 625px) {
	.mc-calendar--modal .mc-display {
		width: 200px;
		height: 100%;
		max-height: unset;
		background-color: #00a1e6;
	}
}
.mc-calendar--modal.mc-calendar--opened .mc-display {
	max-height: 175px;
	-webkit-animation: stretch 0.4s;
	animation: stretch 0.4s;
}
@media (min-width: 625px) {
	.mc-calendar--modal.mc-calendar--opened .mc-display {
		max-height: unset;
		transition: unset;
		-webkit-animation: unset;
		animation: unset;
	}
}
.mc-display__body {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.5em 0;
}
@media (max-width: 420px) {
	@supports (gap: 20px) {
		.mc-display__body {
			gap: 20px;
		}
	}
}
@media (min-width: 625px) {
	.mc-display__body {
		flex-direction: column;
		height: 100%;
		padding: 0;
	}
}
.mc-display__header {
	background-color: rgba(0, 0, 0, 0.2);
}
@media (min-width: 625px) {
	.mc-display[data-target='month'] .mc-display__header,
	.mc-display[data-target='year'] .mc-display__header {
		display: none;
	}
}
.mc-display__day {
	padding: 0.5em 0;
	line-height: 1;
	text-align: center;
}
@supports not (font-size: clamp(1rem, 8vw, 1.25rem)) {
	.mc-display__day {
		font-size: 8vw;
	}
	@media (max-width: 12.5rem) {
		.mc-display__day {
			font-size: 1rem;
		}
	}
	@media (min-width: 15.625rem) {
		.mc-display__day {
			font-size: 1.25rem;
		}
	}
}
@supports (font-size: clamp(1rem, 8vw, 1.25rem)) {
	.mc-display__day {
		font-size: clamp(1rem, 8vw, 1.25rem);
	}
}
.mc-display[data-target='month'] .mc-display__day,
.mc-display[data-target='year'] .mc-display__day {
	visibility: hidden;
}
@media (min-width: 625px) {
	.mc-display__day {
		padding: 1em 0;
	}
}
.mc-display__data {
	display: flex;
	width: 50%;
}
@media (min-width: 625px) {
	.mc-display__data {
		width: 100%;
		height: 50%;
		text-align: center;
	}
}
.mc-display__data--primary {
	justify-content: flex-end;
}
.mc-display[data-target='month'] .mc-display__data--primary,
.mc-display[data-target='year'] .mc-display__data--primary {
	display: none;
}
@media (min-width: 625px) {
	.mc-display__data--primary {
		align-items: flex-end;
		justify-content: center;
	}
}
.mc-display__data--secondary {
	flex-direction: column;
}
.mc-display[data-target='month'] .mc-display__data--secondary,
.mc-display[data-target='year'] .mc-display__data--secondary {
	width: 100%;
	text-align: center;
}
@media (min-width: 625px) {
	.mc-display[data-target='month'] .mc-display__data--secondary,
	.mc-display[data-target='year'] .mc-display__data--secondary {
		justify-content: center;
		height: 100%;
	}
}
@media (min-width: 625px) {
	.mc-display__data--secondary {
		justify-content: space-between;
	}
}
.mc-display__date {
	line-height: 1;
}
@supports not (font-size: clamp(3rem, 35vw, 5rem)) {
	.mc-display__date {
		font-size: 35vw;
	}
	@media (max-width: 12.5rem) {
		.mc-display__date {
			font-size: 3rem;
		}
	}
	@media (min-width: 17.5rem) {
		.mc-display__date {
			font-size: 5rem;
		}
	}
}
@supports (font-size: clamp(3rem, 35vw, 5rem)) {
	.mc-display__date {
		font-size: clamp(3rem, 35vw, 5rem);
	}
}
@supports not (font-size: clamp(1rem, 5vw, 1.4rem)) {
	.mc-display__month {
		font-size: 5vw;
	}
	@media (max-width: 13.3333333333rem) {
		.mc-display__month {
			font-size: 1rem;
		}
	}
	@media (min-width: 16.6666666667rem) {
		.mc-display__month {
			font-size: 1.4rem;
		}
	}
}
@supports (font-size: clamp(1rem, 5vw, 1.4rem)) {
	.mc-display__month {
		font-size: clamp(1rem, 5vw, 1.4rem);
	}
}
.mc-display[data-target='year'] .mc-display__month {
	display: none;
}
@media (min-width: 625px) {
	.mc-display__month {
		height: auto;
	}
}
.mc-display__year {
	line-height: 0.8;
}
@supports not (font-size: clamp(1.4rem, 10vw, 2rem)) {
	.mc-display__year {
		font-size: 10vw;
	}
	@media (max-width: 13.3333333333rem) {
		.mc-display__year {
			font-size: 1.4rem;
		}
	}
	@media (min-width: 16.6666666667rem) {
		.mc-display__year {
			font-size: 2rem;
		}
	}
}
@supports (font-size: clamp(1.4rem, 10vw, 2rem)) {
	.mc-display__year {
		font-size: clamp(1.4rem, 10vw, 2rem);
	}
}
.mc-display[data-target='year'] .mc-display__year {
	padding: 0.3em 0;
}
@media (min-width: 625px) {
	.mc-display__year {
		height: auto;
		padding: 0.5em 0;
	}
}
.mc-picker {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	color: var(--mc-picker-foreground);
	background-color: var(--mc-picker-background);
}
.mc-calendar--modal .mc-picker {
	height: 65vh;
	max-height: 400px;
}
@media (min-width: 625px) {
	.mc-calendar--modal .mc-picker {
		align-items: flex-end;
		justify-content: center;
		width: 425px;
		height: 100%;
		border-radius: unset;
	}
}
.mc-calendar--inline .mc-picker {
	border-radius: unset;
}
.mc-picker__header {
	display: flex;
	justify-content: center;
	padding: 1em 0 0.5em;
	color: var(--mc-picker-header-active);
}
@supports not (font-size: clamp(1rem, 8vw, 1.25rem)) {
	.mc-picker__header {
		font-size: 8vw;
	}
	@media (max-width: 12.5rem) {
		.mc-picker__header {
			font-size: 1rem;
		}
	}
	@media (min-width: 15.625rem) {
		.mc-picker__header {
			font-size: 1.25rem;
		}
	}
}
@supports (font-size: clamp(1rem, 8vw, 1.25rem)) {
	.mc-picker__header {
		font-size: clamp(1rem, 8vw, 1.25rem);
	}
}
@media (min-width: 625px) {
	.mc-calendar--modal .mc-picker__header {
		justify-content: space-between;
		padding: 0.7em 0;
	}
}
.mc-calendar--inline .mc-picker__header {
	padding: 0.7em 0 0;
	font-size: 1rem;
}
.mc-picker__header .icon-angle {
	height: calc(8vw + 0.25rem);
	min-height: 1.75rem;
	max-height: 2rem;
}
@media (max-width: 420px) {
	.mc-picker__header .icon-angle {
		width: max-content;
	}
}
.mc-picker__body {
	position: relative;
	flex: 1 0;
	width: 100%;
}
.mc-picker__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1em 0 2em;
}
.mc-calendar--inline .mc-picker__footer {
	padding: 0.5em 0 1em;
}
.mc-select[data-target='year'] .mc-select__month {
	display: none;
}
.mc-select[data-target='year'] .mc-select__year {
	width: 100%;
}
.mc-select[data-target='year'] .mc-select__year .mc-select__data--year {
	justify-content: center;
	width: 75%;
	min-width: unset;
	max-width: unset;
}
.mc-select[data-target='year'] .mc-select__year .mc-select__nav {
	position: relative;
	display: flex;
}
.mc-select__month,
.mc-select__nav,
.mc-select__year {
	display: flex;
	align-items: center;
}
.mc-select__nav {
	position: absolute;
	padding: 0 1em;
	color: var(--mc-picker-header-active);
	text-decoration: none;
	outline: revert;
}
@media (min-width: 625px) {
	.mc-calendar--modal .mc-select__nav {
		position: relative;
	}
}
.mc-select__nav:focus {
	-webkit-tap-highlight-color: transparent;
	touch-action: manipulation;
}
.mc-select__nav--inactive {
	color: var(--mc-picker-header-inactive);
	cursor: default;
}
.mc-select__nav--inactive:active {
	transform: none !important;
}
.mc-select__nav--next,
.mc-select__nav--prev {
	transition: transform 0.2s ease-in-out;
}
.mc-select__nav--prev:active {
	transform: translateX(-0.5em);
}
.mc-calendar--inline .mc-select__month .mc-select__nav--prev,
.mc-select__nav--prev {
	left: 0;
}
.mc-select__nav--next:active {
	transform: translateX(0.5em);
}
.mc-calendar--inline .mc-select__month .mc-select__nav--next,
.mc-select__nav--next {
	right: 0;
}
.mc-calendar--inline .mc-select__year .mc-select__nav,
.mc-calendar--permanent .mc-select__year .mc-select__nav,
.mc-select__year .mc-select__nav {
	display: none;
}
@media (min-width: 625px) {
	.mc-select__year .mc-select__nav {
		display: flex;
	}
}
.mc-select__data {
	position: relative;
	display: flex;
	align-items: center;
	height: calc(8vw + 0.25rem);
	min-height: 1.75rem;
	max-height: 2rem;
	overflow: hidden;
	cursor: pointer;
}
@supports not (font-size: clamp(1rem, 8vw, 1.25rem)) {
	.mc-select__data {
		font-size: 8vw;
	}
	@media (max-width: 12.5rem) {
		.mc-select__data {
			font-size: 1rem;
		}
	}
	@media (min-width: 15.625rem) {
		.mc-select__data {
			font-size: 1.25rem;
		}
	}
}
@supports (font-size: clamp(1rem, 8vw, 1.25rem)) {
	.mc-select__data {
		font-size: clamp(1rem, 8vw, 1.25rem);
	}
}
.mc-select__data span {
	position: absolute;
	line-height: 1.2;
	text-align: center;
}
.mc-select[data-target='year'] .mc-select__data span {
	position: relative;
}
.mc-select__data--month,
.mc-select__data--month span {
	width: 40vw;
	min-width: 5rem;
	max-width: 6.25rem;
}
.mc-calendar--inline .mc-select__data--month,
.mc-calendar--inline .mc-select__data--month span {
	width: 6.4rem;
}
.mc-select__data--year,
.mc-select__data--year span {
	width: 22vw;
	min-width: 3rem;
	max-width: 3.5rem;
}
@media (max-width: 420px) {
	.mc-select__data--year,
	.mc-select__data--year span {
		display: none;
	}
}
.mc-calendar--inline .mc-select__data--year,
.mc-calendar--inline .mc-select__data--year span {
	width: 3.2rem;
}
.slide-right--in {
	-webkit-animation: slide-right-in 0.2s ease;
	animation: slide-right-in 0.2s ease;
}
.slide-right--out {
	-webkit-animation: slide-right-out 0.2s ease;
	animation: slide-right-out 0.2s ease;
}
.slide-left--in {
	-webkit-animation: slide-left-in 0.2s ease;
	animation: slide-left-in 0.2s ease;
}
.slide-left--out {
	-webkit-animation: slide-left-out 0.2s ease;
	animation: slide-left-out 0.2s ease;
}
.mc-date {
	width: 14.28571%;
	font-weight: 300;
	text-align: center;
	vertical-align: middle;
}
.mc-date--active {
	color: var(--mc-date-active-def-foreground);
	cursor: pointer;
}
.mc-date--active.mc-date--today {
	color: var(--mc-date-active-today-foreground);
	background-color: var(--mc-date-active-today-background);
}
.mc-date--active.mc-date--picked {
	color: var(--mc-date-active-pick-foreground);
	background-color: #00a1e6;
}
.mc-date--inactive {
	color: var(--mc-date-inactive-def-foreground);
	cursor: default;
}
.mc-date--inactive.mc-date--today {
	color: var(--mc-date-inactive-today-foreground);
	box-shadow: 0 0 0 1px var(--mc-date-inactive-today-background);
	box-shadow: none;
}
.mc-date--inactive.mc-date--picked {
	color: var(--mc-date-inactive-pick-foreground);
	box-shadow: 0 0 0 1px var(--mc-date-inactive-pick-background);
	box-shadow: none;
}
.mc-date--marked {
	font-weight: 500;
	color: var(--mc-date-marcked-foreground);
}
.mc-table {
	height: 100%;
	border-collapse: unset;
}
@media (min-width: 625px) {
	.mc-calendar--modal .mc-table {
		border-top: none;
	}
}
.mc-calendar--inline .mc-table {
	border-top: none;
}
.mc-table__weekday {
	width: 14.28571%;
	padding: 0.5em 0;
	color: #00a1e6;
	text-align: center;
}
.mc-month-year__preview {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-evenly;
	width: 90%;
	height: 100%;
	margin: 0 5%;
	overflow: hidden;
	visibility: hidden;
	background-color: var(--mc-picker-background);
	opacity: 0;
}
.mc-month-year__preview--opened {
	visibility: visible;
	opacity: 1;
}
.mc-month-year__cell {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30%;
	height: 20%;
	color: var(--mc-prev-active-def-foreground);
	text-align: center;
	cursor: pointer;
}
.mc-month-year__cell--picked {
	color: var(--mc-prev-active-pick-foreground);
	background-color: var(--mc-prev-active-pick-background);
}
.mc-month-year__cell--inactive {
	color: var(--mc-prev-inactive-def-foreground);
	cursor: default;
}
.mc-month-year__cell--inactive.mc-month-year__cell--picked {
	color: var(--mc-prev-inactive-pick-foreground);
	background-color: transparent;
	box-shadow: 0 0 0 1px var(--mc-prev-inactive-pick-background);
}
.mc-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 0.5em;
	font-weight: 500;
}
.mc-btn--success {
	margin-left: 0.5em;
	font-weight: 700;
	color: #00a1e6;
}
.mc-btn--danger {
	margin-right: 0.5em;
	color: var(--mc-btn-danger-foreground);
}
.mc-btn:active {
	transform: scale3d(0.95, 0.95, 0.95);
}
.mc-btn:focus {
	-webkit-tap-highlight-color: transparent;
	touch-action: manipulation;
}
@media (min-width: 625px) {
	.u-display-none {
		display: none !important;
	}
}
.mc-picker-vhidden {
	position: absolute;
	top: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	border: 0;
}
.book-modal {
	box-sizing: border-box;
	width: 100vw;
	height: 100dvh;
	padding: 40px;
	overflow-x: hidden;
	overflow-y: auto;
	color: #212121;
	background-color: transparent;
	transition: all 0.3s ease;
}
@media (max-width: 768px) {
	.book-modal {
		padding: 40px 10px;
	}
}
@media (max-width: 420px) {
	.book-modal {
		padding: 0;
	}
}
.book-modal.is-book-modal-fixed {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.book-modal.is-book-modal-active {
	z-index: 500;
	background-color: rgba(33, 33, 33, 0.5);
}
.book-modal-close {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 40px;
	background-color: transparent;
	border: none;
}
.book-modal-close::before {
	position: absolute;
	top: 30%;
	left: 50%;
	display: block;
	width: 30%;
	height: 3px;
	content: '';
	background-color: rgba(33, 33, 33, 0.5);
	transform: translate(-50%, -50%);
}
@media (max-width: 420px) {
	.book-modal-close {
		display: flex;
	}
}
.book-modal-title {
	margin: 0;
	font-size: 24px;
	color: #212121;
}
@media (max-width: 450px) {
	.book-modal-title {
		font-size: 20px;
	}
}
.book-modal-subtitle {
	margin-bottom: 1.5rem;
	color: #212121;
}
.book-modal-content {
	position: relative;
	top: 200%;
	z-index: 52;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	max-width: 600px;
	padding: 25px;
	margin: 0 auto;
	color: #212121;
	background-color: #fff;
	border-radius: 10px;
	transition: all 0.8s ease-in-out;
}
@media (max-width: 420px) {
	.book-modal-content {
		position: absolute;
		bottom: 0;
		height: 75vh;
		border-radius: 0;
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
	}
}
.book-modal.is-book-modal-active .book-modal-content {
	top: 0;
}
@media (max-width: 420px) {
	.book-modal.is-book-modal-active .book-modal-content {
		top: 25vh;
	}
}
.book-modal-content .time-date-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 3rem;
}
.book-modal-content .form-label {
	margin-bottom: 1rem;
	font-size: 1.125rem;
	font-weight: 600;
	color: #212121;
}
@media (max-width: 420px) {
	.book-modal-content .form-label {
		font-size: 1rem;
	}
}
.book-modal-content .form-field {
	display: flex;
	flex-direction: column;
	margin-bottom: 1.5rem;
}
.book-modal-content .form-input {
	width: 100%;
	height: 42px;
	font-size: 16px;
	border: none;
	border-bottom: 1px solid #85a928;
}
@media (max-width: 420px) {
	.book-modal-content .form-input {
		font-size: 14px;
	}
}
.book-modal-content .form-input::placeholder {
	font-family:
		'Exo 2.0',
		-apple-system,
		BlinkMacSystemFont,
		'Segoe UI',
		Roboto,
		Oxygen,
		Ubuntu,
		Cantarell,
		'Open Sans',
		'Helvetica Neue',
		sans-serif;
	color: rgba(33, 33, 33, 0.5);
}
.book-modal-content .form-textarea {
	min-height: 100px;
	max-height: 150px;
	font-size: 16px;
	resize: vertical;
}
@media (max-width: 420px) {
	.book-modal-content .form-textarea {
		font-size: 14px;
	}
}
.book-modal-content .form-textarea::placeholder {
	font-family:
		'Exo 2.0',
		-apple-system,
		BlinkMacSystemFont,
		'Segoe UI',
		Roboto,
		Oxygen,
		Ubuntu,
		Cantarell,
		'Open Sans',
		'Helvetica Neue',
		sans-serif;
	color: rgba(33, 33, 33, 0.5);
}
.book-modal-content .form-submit {
	color: #fff;
	cursor: pointer;
	background-color: #85a928;
	transition: all 0.3s ease;
}
.book-modal-content .form-submit:hover {
	background-color: #759423;
}
.book-modal-inner {
	overflow: -moz-scrollbars-none;
}
.book-modal-inner::-webkit-scrollbar {
	width: 0;
}
@media (max-width: 420px) {
	.book-modal-inner {
		margin-top: 30px;
		overflow-y: auto;
	}
}
.book-modal-note {
	font-size: 12px;
	color: #212121;
}
.book-modal-note a {
	color: #85a928;
	text-decoration: underline;
}
.book-modal .ajax-loader {
	position: absolute;
	top: 30px;
	right: 20px;
}
.button-return {
	display: inline-flex;
	max-width: max-content;
	padding: 0.5em 1em;
	margin-top: 30px;
	font-size: 18px;
	color: #fff;
	letter-spacing: 1px;
	cursor: pointer;
	background-color: #85a928;
	border-radius: 10px;
	transition: all 0.3s ease;
}
.button-return:hover {
	background-color: #65801e;
} /*! кнопка "запись на прием" */
.cbutton--mask {
	position: relative;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.cbutton--border {
	position: relative;
	border: 2px solid #85a928;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.cbutton,
.cbutton--close-popin {
	display: inline-block;
	width: 100%;
	max-width: 130px;
	padding: 4px 8px;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: background 0.5s;
	transition: background 0.5s;
}
.cbutton--mask p {
	position: relative;
	z-index: 7;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	text-transform: lowercase;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.cbutton--mask .cbutton__mask {
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	z-index: 0;
	overflow: hidden;
	background: 0 0;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.cbutton--mask .cbutton__mask i {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
}
.cbutton--mask::after {
	z-index: -1;
}
.cbutton--mask .cbutton__mask i::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	width: 0;
	content: '';
	background: #85a928;
	-webkit-transition: width 0.7s cubic-bezier(0.81, 0.16, 0.19, 0.9);
	transition: width 0.7s cubic-bezier(0.81, 0.16, 0.19, 0.9);
}
.cbutton--mask.hv:hover {
	color: #ede6db;
}
.cbutton--mask.hv:hover .cbutton__mask i::before {
	left: 0;
	width: 100%;
}
.cbutton--border::after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 77px;
	height: 77px;
	margin: -39px;
	content: '';
	background-image: url(assets/img/home/circle.svg);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-animation: d 15s infinite linear;
	animation: d 15s infinite linear;
}
@-webkit-keyframes d {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}
@keyframes d {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}
.thanks-content {
	font-weight: 600;
}
.thanks-content p {
	margin: 20px 0;
	font-size: 34px;
}
@media (max-width: 420px) {
	.thanks-content p {
		font-size: 26px;
	}
}
@media (max-width: 350px) {
	.thanks-content p {
		font-size: 20px;
	}
}
.thanks-wrapper {
	padding: 0 15px;
}
.thanks-video {
	max-width: 320px;
	border-radius: 100%;
}
@media (max-width: 420px) {
	.thanks-video {
		max-width: 250px;
	}
}
.content-main--remove-overflow {
	overflow: unset;
}
.home_wrap_max {
	height: max-content;
}
.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.7rem 1rem;
	margin: 0;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 700;
	cursor: pointer;
	background-color: transparent;
	border: none;
	transition: all 0.3s ease-in-out;
}
.button-primary {
	color: #fefefe;
	background-color: #85a928;
}
.button-primary:hover {
	background-color: #65801e;
}
.header-aside-button {
	font-size: 0.9rem;
}
.service-btn-link {
	display: flex;
	width: 100%;
	margin-bottom: 30px;
	border-radius: 0;
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.fadeInDown {
	-webkit-animation-name: fadeindown;
	animation-name: fadeInDown;
}
@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.fadeInRight {
	-webkit-animation-name: fadeinright;
	animation-name: fadeInRight;
}
@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.fadeInLeft {
	-webkit-animation-name: fadeinleft;
	animation-name: fadeInLeft;
}
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.fadeIn {
	-webkit-animation-name: fadein;
	animation-name: fadeIn;
}
.faq-button {
	padding: 12px;
	border-radius: 6px;
	border: none;
	color: #fff;
	cursor: pointer;
	background-color: #0a9fe6;
}

.faq-button--submit {
	background-color: #85a928;
}
.header__mobile {
	display: inline-flex;
	aspect-ratio: 197/60;
	width: 160px;
	height: auto;
}

.header__mobile img {
	width: 100%;
	height: auto;
}