@charset "UTF-8";

html {
	overflow-x: hidden
}

html.burger-lock,
html.lock,
html.popup-active,
html.with-fancybox {
	overflow: hidden
}

*,
:after,
:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.page {
	max-width: 100vw;
	min-width: 320px;
	overflow-x: hidden;
	width: 100%
}

::-webkit-scrollbar {
	width: 6px
}

::-webkit-scrollbar-thumb {
	background-color: #4680fd;
	border-radius: 10px
}

body {
	background-color: #fff;
	color: #333;
	font-family: Inter, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	min-width: 320px;
	padding: 0
}

body.burger__active,
body.lock {
	overflow: hidden
}

body a {
	color: #333;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

body a:hover {
	color: #4680fd
}

select {
	border: none
}

select:active,
select:focus,
select:hover {
	border: none;
	outline: none
}

a,
button {
	background: none;
	color: inherit;
	cursor: pointer;
	outline: none;
	text-decoration: none;
	-webkit-transition: color .3s linear, background-color .3s linear, border-color .3s linear;
	transition: color .3s linear, background-color .3s linear, border-color .3s linear
}

select {
	background-color: inherit
}

blockquote,
button {
	margin: 0
}

button {
	border: none;
	font-family: inherit;
	font-size: inherit;
	padding: 0
}

textarea {
	border: none;
	outline: none
}

textarea:focus {
	outline-width: 0
}

input::-webkit-input-placeholder {
	border: none;
	font-family: inherit;
	font-size: inherit;
	font-weight: 400;
	outline: none
}

input::-moz-placeholder {
	border: none;
	font-family: inherit;
	font-size: inherit;
	font-weight: 400;
	outline: none
}

input:-ms-input-placeholder {
	border: none;
	font-family: inherit;
	font-size: inherit;
	font-weight: 400;
	outline: none
}

input::-ms-input-placeholder {
	border: none;
	font-family: inherit;
	font-size: inherit;
	font-weight: 400;
	outline: none
}

input,
input::placeholder {
	border: none;
	font-family: inherit;
	font-size: inherit;
	font-weight: 400;
	outline: none
}

picture {
	display: block
}

picture img {
	max-width: 100%;
	width: 100%
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
ul {
	-webkit-margin-after: 0;
	margin: 0;
	margin-block-end: 0;
	padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
ul {
	-webkit-margin-before: 0;
	margin-block-start: 0
}

p {
	-webkit-margin-after: 0;
	margin-block-end: 0
}

ul li {
	list-style-type: none
}

ol {
	margin: 0;
	padding: 0
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
	display: none
}

.price__table,
.price__table tbody,
.price__table td,
.price__table thead,
.price__table tr {
	display: block;
	width: auto
}

.price__table tr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.container {
	margin: 0 auto;
	max-width: 1360px;
	padding: 0 20px;
	width: 100%
}

.blue-btn {
	background-color: #4680fd;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.5;
	padding: 14px 22px;
	text-align: center;
	text-transform: uppercase
}

.blue-btn:hover {
	background: #e1406d;
	color: #fff
}

.pink-btn {
	background-color: #e1406d;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.5;
	padding: 14px 22px;
	text-align: center;
	text-transform: uppercase
}

.pink-btn:hover {
	background: #4680fd;
	color: #fff
}

.section-title {
	color: #333;
	font-size: 44px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 50px;
	padding: 0 10px;
	text-align: left
}

.section-offset {
	clear: both;
	padding: 160px 0 0
}

.section-btn__wrap {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center
}

.offset-bottom {
	padding-bottom: 160px
}

.hide-item__content {
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height .3s ease;
	transition: max-height .3s ease
}

.custom-list {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 15px
}

.custom-list-item {
	padding-left: 33px;
	position: relative
}

.custom-list-item:before {
	background: url(../img/icons/checkmark.svg) 50% no-repeat;
	content: "";
	display: block;
	height: 25px;
	left: 0;
	position: absolute;
	top: 0;
	width: 25px
}

@supports not (background:url("../img/icons/checkmark.svg")) {
	.custom-list-item:before {
		background: url(../img/icons/checkmark.png) 50% no-repeat
	}
}

.title__bg {
	background-attachment: fixed;
	background-size: cover;
	color: #fff;
	margin-bottom: 60px;
	overflow: hidden;
	padding: 0 0 100px;
	position: relative;
	text-align: center;
	z-index: 1
}

.title__bg:after {
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	background-color: rgba(0, 6, 20, .5);
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transition: background-color .3s ease;
	transition: background-color .3s ease;
	width: 100%;
	z-index: -1
}

.title__bg h1 {
	font-size: 44px;
	font-weight: 600;
	line-height: 1;
	margin: 60px 0 25px
}

.title__bg p {
	margin-bottom: 50px
}

.about-title__bg {
	background: url(../img/bg3.webp) 50% no-repeat;
	background-size: cover
}

@supports not (background:url("../img/bg3.webp")) {
	.about-title__bg {
		background: url(../img/bg3.jpg) 50% no-repeat
	}
}

.about-title__bg h1 {
	margin: 90px 0
}

.breadcrumbs {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 30px;
	padding-top: 20px
}

.breadcrumbs,
.breadcrumbs li {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px
}

.breadcrumbs li {
	font-size: 14px;
	font-weight: 300
}

.breadcrumbs li,
.breadcrumbs li a {
	color: hsla(0, 0%, 100%, .451)
}

.breadcrumbs a:hover {
	color: #4680fd
}

.breadcrumbs li:after {
	content: "-";
	display: block;
	font-size: 14px;
	line-height: 1
}

.breadcrumbs li:last-of-type {
	color: #fff
}

.breadcrumbs li:last-of-type:after {
	display: none
}

.breadcrumbs2 {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 50px;
	padding-top: 20px
}

.breadcrumbs2,
.breadcrumbs2 li {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px
}

.breadcrumbs2 li {
	font-size: 14px;
	font-weight: 300
}

.breadcrumbs2 li,
.breadcrumbs2 li a {
	color: rgba(51, 51, 51, .451)
}

.breadcrumbs2 a:hover {
	color: #4680fd
}

.breadcrumbs2 li:after {
	content: "-";
	display: block;
	font-size: 14px;
	line-height: 1
}

.breadcrumbs2 li:last-of-type {
	color: #4680fd
}

.breadcrumbs2 li:last-of-type:after {
	display: none
}

.zoom {
	border: 2px solid transparent;
	border-radius: 15px;
	position: relative;
	-webkit-transition: border .3s ease;
	transition: border .3s ease;
	width: 100%
}

.zoom:after {
	background-color: rgba(70, 128, 253, .22);
	border-radius: 15px;
	height: 100%;
	left: 0;
	top: 0;
	-webkit-transition: opacity .3s ease, width .3s ease;
	transition: opacity .3s ease, width .3s ease;
	width: 0;
	z-index: 1
}

.zoom:after,
.zoom:before {
	content: "";
	display: block;
	opacity: 0;
	position: absolute
}

.zoom:before {
	background: url(../img/icons/zoom.svg) 50% no-repeat;
	background-size: cover;
	height: 70px;
	left: 50%;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	width: 70px;
	z-index: 2
}

@supports not (background:url("../img/icons/zoom.svg")) {
	.zoom:before {
		background: url(../img/icons/zoom.png) 50% no-repeat
	}
}

.zoom:hover {
	border-color: #4680fd
}

.zoom:hover:after {
	opacity: 1;
	width: 100%
}

.zoom:hover:before {
	opacity: 1
}

.zoom-border10 {
	border: 2px solid transparent;
	border-radius: 15px;
	position: relative;
	-webkit-transition: border .3s ease;
	transition: border .3s ease;
	width: 100%
}

.zoom-border10:after {
	background-color: rgba(70, 128, 253, .22);
	border-radius: 10px;
	height: 100%;
	left: 0;
	top: 0;
	-webkit-transition: opacity .3s ease, width .3s ease;
	transition: opacity .3s ease, width .3s ease;
	width: 0;
	z-index: 1
}

.zoom-border10:after,
.zoom-border10:before {
	content: "";
	display: block;
	opacity: 0;
	position: absolute
}

.zoom-border10:before {
	background: url(../img/icons/zoom.svg) 50% no-repeat;
	background-size: cover;
	height: 70px;
	left: 50%;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	width: 70px;
	z-index: 2
}

@supports not (background:url("../img/icons/zoom.svg")) {
	.zoom-border10:before {
		background: url(../img/icons/zoom.png) 50% no-repeat
	}
}

.zoom-border10:hover {
	border-color: #4680fd
}

.zoom-border10:hover:after {
	opacity: 1;
	width: 100%
}

.zoom-border10:hover:before {
	opacity: 1
}

@media (max-width:1024px) {
	.zoom:hover:after {
		border-radius: 10px
	}

	.zoom:hover:before {
		height: 50px;
		width: 50px
	}

	.offset-bottom {
		padding-bottom: 120px
	}

	.section-offset {
		padding-top: 120px
	}

	.title__bg {
		margin-bottom: 40px;
		padding: 0 0 70px
	}

	.title__bg h1 {
		font-size: 34px
	}

	.section-title {
		font-size: 34px;
		margin-bottom: 35px;
		padding: 0 10px
	}

	.container,
	.section-btn__wrap {
		padding: 0 10px
	}
}

@media (max-width:600px) {

	.breadcrumbs,
	.breadcrumbs2 {
		margin-bottom: 15px;
		padding-top: 10px
	}

	.title__bg {
		padding: 0 0 40px
	}

	.title__bg h1 {
		font-size: 28px;
		margin: 40px 0 15px
	}

	.title__bg p {
		margin-bottom: 85px
	}
}

@media (max-width:500px) {

	.blue-btn,
	.pink-btn {
		font-size: 12px;
		text-decoration: none;
		width: 100%
	}

	body,
	body a {
		font-size: 14px
	}

	.section-title {
		font-size: 28px;
		margin-bottom: 25px
	}

	.offset-bottom {
		padding-bottom: 60px
	}

	.section-offset {
		padding-top: 60px
	}

	.page-title {
		margin-top: 40px
	}
}

.translate-item {
	opacity: 0;
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
	-webkit-transition: opacity .3s ease, -webkit-transform .6s ease;
	transition: opacity .3s ease, -webkit-transform .6s ease;
	transition: opacity .3s ease, transform .6s ease;
	transition: opacity .3s ease, transform .6s ease, -webkit-transform .6s ease
}

.translate-item.animation-active {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.scale-item {
	opacity: 0;
	scale: .4;
	-webkit-transition: opacity .3s ease, scale .6s ease;
	transition: opacity .3s ease, scale .6s ease
}

.scale-item.animation-active {
	opacity: 1;
	scale: 1
}

.rotate-item {
	opacity: 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: opacity .3s ease, -webkit-transform .6s ease;
	transition: opacity .3s ease, -webkit-transform .6s ease;
	transition: opacity .3s ease, transform .6s ease;
	transition: opacity .3s ease, transform .6s ease, -webkit-transform .6s ease
}

.rotate-item.animation-active {
	opacity: 1;
	-webkit-transform: rotate(0);
	transform: rotate(0)
}

html {
	-webkit-text-size-adjust: 100%;
	line-height: 1.15
}

body {
	margin: 0
}

main {
	display: block
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: 700
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

img {
	border-style: none;
	display: block
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: none
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type=checkbox],
[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details {
	display: block
}

summary {
	display: list-item
}

[hidden],
template {
	display: none
}

@font-face {
	font-display: swap;
	font-family: Days One;
	font-style: normal;
	font-weight: 400;
	src: local("Days One"), url(../fonts/DaysOne/DaysOne-Regular.woff2) format("woff2"), url(../fonts/DaysOne/DaysOne-Regular.woff) format("woff")
}

@font-face {
	font-display: swap;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 400;
	src: local("Montserrat"), url(../fonts/Montserrat/Montserrat-Regular.woff2) format("woff2"), url(../fonts/Montserrat/Montserrat-Regular.woff) format("woff")
}

@font-face {
	font-display: swap;
	font-family: Inter;
	font-style: normal;
	font-weight: 400;
	src: local("Inter"), url(../fonts/Inter/Inter-Regular.woff2) format("woff2"), url(../fonts/Inter/Inter-Regular.woff) format("woff")
}

@font-face {
	font-display: swap;
	font-family: Inter;
	font-style: normal;
	font-weight: 500;
	src: local("Inter"), url(../fonts/Inter/Inter-Medium.woff2) format("woff2"), url(../fonts/Inter/Inter-Medium.woff) format("woff")
}

@font-face {
	font-display: swap;
	font-family: Inter;
	font-style: normal;
	font-weight: 600;
	src: local("Inter"), url(../fonts/Inter/Inter-SemiBold.woff2) format("woff2"), url(../fonts/Inter/Inter-SemiBold.woff) format("woff")
}

@font-face {
	font-display: swap;
	font-family: Inter;
	font-style: normal;
	font-weight: 700;
	src: local("Inter"), url(../fonts/Inter/Inter-Bold.woff2) format("woff2"), url(../fonts/Inter/Inter-Bold.woff) format("woff")
}

.popup {
	background: hsla(0, 0%, 9%, .5);
	bottom: 0;
	height: 100vh;
	left: 0;
	opacity: 0;
	overflow-y: auto;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
	width: 100%;
	z-index: 1000
}

.popup__body {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	min-height: 100%;
	padding: 60px 15px 20px;
	width: 100%
}

.popup.open {
	opacity: 1;
	pointer-events: all
}

.popup__content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	background: #fff;
	border-radius: 20px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
	max-width: 760px;
	overflow: hidden;
	padding: 55px 60px;
	position: relative;
	scale: 1.2;
	-webkit-transition: scale .4s ease;
	transition: scale .4s ease;
	width: 100%
}

.popup__title {
	color: #333;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 25px;
	padding: 0
}

.popup__content_reviews {
	background-color: #fff;
	padding: 0
}

.open .popup__content {
	scale: 1
}

.popup__subtitle {
	color: #333;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.56;
	margin-bottom: 50px
}

.popup-form__label-text {
	position: relative;
	width: 100%
}

.popup-form__label-text input {
	background: #f8f9fd;
	border: 1px solid hsla(0, 0%, 100%, .08);
	border-radius: 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: rgba(51, 51, 51, .45);
	padding: 17px 20px 17px 59px
}

.popup-form__label-text input::-webkit-input-placeholder {
	color: rgba(51, 51, 51, .45);
	font-size: 16px;
	font-weight: 400;
	line-height: 1
}

.popup-form__label-text input::-moz-placeholder {
	color: rgba(51, 51, 51, .45);
	font-size: 16px;
	font-weight: 400;
	line-height: 1
}

.popup-form__label-text input:-ms-input-placeholder {
	color: rgba(51, 51, 51, .45);
	font-size: 16px;
	font-weight: 400;
	line-height: 1
}

.popup-form__label-text input::-ms-input-placeholder {
	color: rgba(51, 51, 51, .45);
	font-size: 16px;
	font-weight: 400;
	line-height: 1
}

.popup-form__label-text input::placeholder {
	color: rgba(51, 51, 51, .45);
	font-size: 16px;
	font-weight: 400;
	line-height: 1
}

.popup-form__label-text:before {
	background: url(../img/icons/user-blue.svg) 50% no-repeat;
	background-size: cover;
	content: "";
	display: block;
	height: 16.8px;
	left: 22px;
	position: absolute;
	top: 20px;
	width: 16.8px;
	z-index: 2
}

@supports not (background:url("../img/icons/user-blue.svg")) {
	.popup-form__label-text:before {
		background: url(../img/icons/user-blue.png) 50% no-repeat
	}
}

.popup-form__label-tel {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	width: 100%
}

.popup-form__label-tel input {
	background: #f8f9fd;
	border: 1px solid hsla(0, 0%, 100%, .08);
	border-radius: 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: rgba(51, 51, 51, .45);
	padding: 17px 20px 17px 59px
}

.popup-form__label-tel input::-webkit-input-placeholder {
	color: rgba(51, 51, 51, .45);
	font-size: 16px;
	font-weight: 400;
	line-height: 1
}

.popup-form__label-tel input::-moz-placeholder {
	color: rgba(51, 51, 51, .45);
	font-size: 16px;
	font-weight: 400;
	line-height: 1
}

.popup-form__label-tel input:-ms-input-placeholder {
	color: rgba(51, 51, 51, .45);
	font-size: 16px;
	font-weight: 400;
	line-height: 1
}

.popup-form__label-tel input::-ms-input-placeholder {
	color: rgba(51, 51, 51, .45);
	font-size: 16px;
	font-weight: 400;
	line-height: 1
}

.popup-form__label-tel input::placeholder {
	color: rgba(51, 51, 51, .45);
	font-size: 16px;
	font-weight: 400;
	line-height: 1
}

.popup-form__label-tel:before {
	background: url(../img/icons/phone-blue.svg) 50% no-repeat;
	background-size: cover;
	content: "";
	display: block;
	height: 16px;
	left: 22px;
	position: absolute;
	top: 20px;
	width: 16px;
	z-index: 2
}

@supports not (background:url("../img/icons/phone-blue.svg")) {
	.popup-form__label-tel:before {
		background: url(../img/icons/phone-blue.png) 50% no-repeat
	}
}

.popup__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
	max-width: 100%
}

.popup__form * {
	-ms-flex-preferred-size: calc(50% - 10px);
	flex-basis: calc(50% - 10px)
}

.privacy-policy {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: rgba(51, 51, 51, .45);
	display: -webkit-box;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.56
}

.privacy-policy a {
	color: rgba(51, 51, 51, .45);
	text-decoration: underline
}

.privacy-policy a:hover {
	color: #4680fd
}

.popup__form-btn {
	width: 100%
}

.reviews__item_original {
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	padding: 20px 40px;
	z-index: 2
}

.reviews__date_original {
	color: #fff
}

.city,
.search-site {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 15px;
	justify-content: space-between;
	max-height: 220px;
	overflow-y: auto;
	width: 100%;
	z-index: 10
}

.city::-webkit-scrollbar,
.search-site::-webkit-scrollbar {
	width: 6px
}

.city::-webkit-scrollbar-thumb,
.search-site::-webkit-scrollbar-thumb {
	background-color: #4680fd;
	border-radius: 10px
}

.city li,
.search-site li {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    color: #333;
}

.city li.hide,
.search-site li.hide {
	display: none
}

.city li a,
.search-site li a {
	color: #333;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	line-height: 1.25;
	position: relative
}

.city li a:hover,
.search-site li a:hover {
	color: #4680fd
}

.city li a.active:before,
.city li a:hover:before,
.search-site li a.active:before,
.search-site li a:hover:before {
	width: 100%
}

.search-site {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.search-site__empty {
	color: #71c399;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	margin-top: 20px
}

.search-site__empty a {
	text-decoration: underline;
	-webkit-transition: text-decoration-color .3s linear;
	transition: text-decoration-color .3s linear
}

.search-site__empty a:hover {
	text-decoration-color: #000
}

.search-site__empty.hide {
	display: none
}

.close-popup {
	cursor: pointer;
	opacity: .7;
	position: absolute;
	right: 25px;
	top: 25px;
	-webkit-transition: blueform .2s ease, opacity .2s ease;
	transition: blueform .2s ease, opacity .2s ease;
	width: 16px;
	z-index: 100000
}

.close-popup:hover {
	blueform: rotate(90deg);
	opacity: 1
}

.close-popup img {
	width: 25px
}

.original-popup__content {
	padding: 50px 60px
}

.popup-input__wrap {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
	justify-content: space-between;
	margin-bottom: 15px;
	min-width: 650px;
	width: 100%
}

.popup-input__wrap>* {
	-ms-flex-preferred-size: calc(50% - 5px);
	flex-basis: calc(50% - 5px)
}

.popup-bottom__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
	min-width: 650px
}

.popup-bottom__wrap>* {
	-ms-flex-preferred-size: calc(50% - 5px);
	flex-basis: calc(50% - 5px)
}

.popup__input {
	background: hsla(0, 0%, 100%, .12);
	border-radius: 5px;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	min-height: 55px;
	padding: 15px 15px 15px 50px;
	width: 100%
}

.popup__input::-webkit-input-placeholder {
	color: #fff
}

.popup__input::-moz-placeholder {
	color: #fff
}

.popup__input:-ms-input-placeholder {
	color: #fff
}

.popup__input::-ms-input-placeholder {
	color: #fff
}

.popup__input::placeholder {
	color: #fff
}

.popup__textarea {
	background: hsla(0, 0%, 100%, .12);
	border-radius: 5px;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	min-height: 55px;
	min-width: 650px;
	padding: 15px;
	resize: none;
	width: 100%
}

.popup__textarea::-webkit-input-placeholder {
	color: #fff
}

.popup__textarea::-moz-placeholder {
	color: #fff
}

.popup__textarea:-ms-input-placeholder {
	color: #fff
}

.popup__textarea::-ms-input-placeholder {
	color: #fff
}

.popup__textarea::placeholder {
	color: #fff
}

.search-wrapper {
	max-width: 440px
}

.search-title {
	font-size: 28px
}

.popup.open .reviews__item {
	margin-top: 0
}

.popup.open .reviews__item:before {
	display: none
}

.popup__form-search {
	width: 100%
}

.popup__form-search input {
	-ms-flex-preferred-size: 100%;
	background: #f8f9fd;
	border: 1px solid hsla(0, 0%, 100%, .08);
	border-radius: 8px;
	color: #858fa1;
	flex-basis: 100%;
	font-size: 16px;
	margin-bottom: 15px;
	padding: 15px 20px;
	width: 100%
}

.popup__form-search input::-webkit-input-placeholder {
	border-radius: 5px;
	color: #858fa1;
	font-size: 16px;
	line-height: 1
}

.popup__form-search input::-moz-placeholder {
	border-radius: 5px;
	color: #858fa1;
	font-size: 16px;
	line-height: 1
}

.popup__form-search input:-ms-input-placeholder {
	border-radius: 5px;
	color: #858fa1;
	font-size: 16px;
	line-height: 1
}

.popup__form-search input::-ms-input-placeholder {
	border-radius: 5px;
	color: #858fa1;
	font-size: 16px;
	line-height: 1
}

.popup__form-search input::placeholder {
	border-radius: 5px;
	color: #858fa1;
	font-size: 16px;
	line-height: 1
}

@media (max-width:1024px) {
	.popup__content {
		gap: 0;
		padding: 40px 20px
	}

	.popup__title {
		font-size: 36px;
		margin-bottom: 20px
	}

	.popup__subtitle {
		font-size: 14px;
		margin-bottom: 40px
	}

	.popup__content_reviews {
		padding: 0
	}

	.popup-bottom__wrap,
	.popup-input__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		min-width: 100%
	}

	.popup__white {
		border-radius: 15px;
		padding: 20px
	}

	.popup__white>.popup__title {
		font-size: 26px
	}

	.popup__white>.city>li a {
		font-size: 14px
	}

	.popup__form-search {
		width: 100%
	}

	.popup__form-search input {
		font-size: 14px;
		padding: 15px
	}

	.popup__form-search input::-webkit-input-placeholder {
		font-size: 14px
	}

	.popup__form-search input::-moz-placeholder {
		font-size: 14px
	}

	.popup__form-search input:-ms-input-placeholder {
		font-size: 14px
	}

	.popup__form-search input::-ms-input-placeholder {
		font-size: 14px
	}

	.popup__form-search input::placeholder {
		font-size: 14px
	}
}

@media (max-width:600px) {
	.popup__content {
		padding: 40px 20px 25px
	}

	.close-popup {
		right: 20px;
		top: 20px
	}

	.popup__title {
		font-size: 22px;
		margin-bottom: 10px
	}

	.popup__subtitle {
		font-size: 14px;
		margin-bottom: 20px
	}

	.popup__form {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.popup__form>* {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}
}

.swiper-button-disabled {
	cursor: auto;
	opacity: .7;
	pointer-events: none
}

.swiper-btns {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	left: -60px;
	position: absolute;
	right: -50px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: calc(100% + 120px)
}

.custom-wrapper__swiper,
.slider-button {
	position: relative
}

.slider-button {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	background-color: #f0f2f7;
	border: 1px solid #eaf6f0;
	border-radius: 50%;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 52px;
	justify-content: center;
	text-align: center;
	-webkit-transition: background-color .2s ease;
	transition: background-color .2s ease;
	width: 52px;
	z-index: 10
}

.slider-button:after {
	border-bottom: 2px solid #4680fd;
	border-right: 2px solid #4680fd;
	content: "";
	height: 10px;
	right: 50%;
	top: 50%;
	-webkit-transition: border-color .2s ease;
	transition: border-color .2s ease;
	width: 10px
}

.slider-button:hover {
	background: #4680fd;
	border-color: #fff
}

.slider-button:hover:after {
	border-color: #fff
}

.slider-button_prev:after {
	margin-left: 5px;
	-webkit-transform: rotate(-225deg);
	transform: rotate(-225deg)
}

.slider-button_next:after {
	margin-right: 5px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.swiper-pagination-bullets {
  margin-bottom: 20px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	position: static;
	width: auto;
	z-index: 10
}

.swiper-pagination-bullet {
	background-color: #a2c0ff;
	border: 1px solid #eaeaea;
	border-radius: 50%;
	height: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 7px));
	opacity: 1;
	position: relative;
	-webkit-transition: background-color .3s linear, border-color .3s linear;
	transition: background-color .3s linear, border-color .3s linear;
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 7px))
}

.swiper-pagination-bullet:hover {
	border-color: #4680fd
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #4680fd;
	border-color: #4680fd;
	height: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 14px));
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 14px))
}

.swiper {
	margin-bottom: 50px
}

.swiper,
.swiper-btns {
	padding: 0 10px
}

@media (max-width:1600px) {
	.custom-wrapper__swiper {
		margin: 0 auto;
		max-width: calc(100% - 120px)
	}
}

@media (max-width:1400px) {
	.slider-button {
		height: 40px;
		width: 40px
	}

	.swiper {
		margin-bottom: 30px
	}
}

@media (max-width:500px) {

	.slider-pagination,
	.swiper {
		margin-bottom: 25px
	}

	.swiper {
		padding: 0 10px
	}

	.custom-wrapper__swiper {
		margin: 0 auto;
		max-width: 100%
	}

	.swiper-btns {
		display: none
	}

	.swiper-pagination-bullet {
		background-color: #c5c8cb;
		height: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
		width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px))
	}
}

.header {
	background-color: #fff;
	color: #8c94a8
}

.header__plashka,
.header__plashka-mobile {
	background-color: #f0f2f7;
	color: #8c94a8;
	font-size: 14px;
	font-weight: 500;
	line-height: 15px;
	padding: 15px 0;
	text-align: center
}

.header__logo {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 12px
}

.header-logo__picture {
	max-height: 38px;
	max-width: 43px;
	min-height: 38px;
	min-width: 43px
}

.header-logo__picture img {
	height: 100%;
	width: 100%
}

.header__logo span {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	color: #9ba6b6;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 10px;
	text-transform: uppercase
}

.header__logo span span {
	color: #4680fd;
	font-size: 22px;
	font-weight: 500;
	text-transform: none
}

.header__contact {
	font-size: 14px;
	gap: 12px
}

.header__contact,
.header__contact-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.header__contact-wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: left
}

.header__contact-picture {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	background: #f0f2f7;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 40px;
	justify-content: center;
	text-align: center;
	width: 40px
}

.header__contact-link {
	color: #000;
	font-size: 16px;
	font-weight: 600;
	line-height: 25px
}

.header__contact-picture img {
	height: 16px;
	width: 16px
}

.header__licences {
	color: #8c94a8;
	font-size: 12px;
	font-weight: 400;
	line-height: 15px;
	max-width: 150px;
	text-align: left
}

.header__wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 0
}

.header__top,
.header__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.header__top {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	justify-content: space-between;
	padding: 25px 0;
	position: relative
}

.header__top:after {
	background-color: #f0f2f8;
	bottom: 0;
	content: "";
	display: block;
	height: 1px;
	left: -200%;
	position: absolute;
	right: -200%;
	width: 400%
}

.header__top-item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px
}

.header-mobile__bottom {
	display: none
}

.header__nav {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	font-size: 16px;
	gap: 20px;
	justify-content: space-between;
	position: relative;
	width: 100%
}

.header__bottom,
.header__nav {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.header__bottom {
	margin-bottom: 10px;
	padding-top: 15px
}

.header__subnav {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.header__link {
	color: #000;
	padding: 15px 0
}

.header__link>button {
	pointer-events: none;
	-webkit-transition: -webkit-transform .3s linear;
	transition: -webkit-transform .3s linear;
	transition: transform .3s linear;
	transition: transform .3s linear, -webkit-transform .3s linear
}

.header-mobile__inner {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%
}

.header-mobile__inner,
.header__sublink {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.header__sublink {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	position: relative
}

.header__sublink>button {
	-webkit-transition: -webkit-transform .2s linear;
	transition: -webkit-transform .2s linear;
	transition: transform .2s linear;
	transition: transform .2s linear, -webkit-transform .2s linear
}

.header__subsublink>a {
	display: block
}

.burger__menu {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-negative: 0;
	align-items: center;
	background: #f0f2f7;
	border-radius: 50%;
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	flex-shrink: 0;
	gap: 4px;
	height: 40px;
	justify-content: center;
	position: relative;
	width: 40px
}

.burger__menu:after,
.burger__menu:before {
	background-color: #4680fd;
	border-radius: 5px;
	content: "";
	display: block;
	height: 2px;
	left: 8px;
	position: absolute;
	-webkit-transition: top .3s ease, bottom .3s ease, -webkit-transform .3s ease;
	transition: top .3s ease, bottom .3s ease, -webkit-transform .3s ease;
	transition: transform .3s ease, top .3s ease, bottom .3s ease;
	transition: transform .3s ease, top .3s ease, bottom .3s ease, -webkit-transform .3s ease;
	width: 25px
}

.burger__menu span {
	left: 50%;
	margin: 0 auto;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	-webkit-transition: width .3s ease, right .3s ease;
	transition: width .3s ease, right .3s ease
}

.burger__menu:before {
	bottom: 14px
}

.burger__menu:after {
	top: 14px
}

.burger__menu.active:after {
	top: 19px;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg)
}

.burger__menu.active:before {
	bottom: 18px;
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg)
}

.burger__menu.active span {
	width: 0
}

.header__link_sumbenu {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 2px
}

.header__link_sumbenu:last-child .header__subsubnav,
.header__link_sumbenu:nth-last-child(2) .header__subsubnav,
.header__link_sumbenu:nth-last-child(3) .header__subsubnav {
	left: auto;
	right: 100%
}

.header__mail span {
	position: relative
}

.header__mail span:before {
	background-color: #000;
	bottom: -1px;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
	-webkit-transition: width .3s ease;
	transition: width .3s ease;
	width: 0
}

.header__mail span:hover:before {
	width: 100%
}

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

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

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

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@media (min-width:1100px) {
	.panel-title {
		display: none
	}

	.header__sublink,
	.header__subsublink {
		padding: 7.5px 0
	}

	.header__sublink a,
	.header__subsublink a {
		font-size: 14px;
		font-weight: 500;
		line-height: 1.4
	}

	.header__sublink a:hover,
	.header__subsublink a:hover {
		color: #4680fd
	}

	.header__sublink button,
	.header__subsublink button {
		margin-left: auto;
		pointer-events: none
	}

	.header__subnav {
		background: #fff;
		border-radius: 15px;
		-webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .08);
		box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .08);
		opacity: 0;
		padding: 10px 20px;
		pointer-events: none;
		position: absolute;
		scale: 1.2;
		top: 100%;
		-webkit-transition: opacity .15s linear, scale .3s linear;
		transition: opacity .15s linear, scale .3s linear;
		z-index: 100
	}

	.header__link:hover>button {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}

	.header__link:hover .header__subnav {
		opacity: 1;
		pointer-events: all;
		scale: 1
	}

	.header__sublink:hover>button {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}

	.header__sublink:hover .header__subsubnav {
		opacity: 1;
		pointer-events: all;
		scale: 1
	}

	.header.fixed {
		-webkit-animation: headerFixed .3s linear;
		animation: headerFixed .3s linear;
		-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .2);
		box-shadow: 0 4px 4px rgba(0, 0, 0, .2);
		left: 0;
		position: fixed;
		right: 0;
		top: 0;
		z-index: 100
	}

	.header.fixed .header__top,
	.header.fixed .top-plashka__inner {
		display: none
	}

	.header__subsubnav {
		background: #fff;
		border-radius: 15px;
		-webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .08);
		box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .08);
		left: 100%;
		max-height: 50vh;
		opacity: 0;
		overflow-y: auto;
		padding: 10px 20px;
		pointer-events: none;
		position: absolute;
		scale: 1.2;
		top: 0;
		-webkit-transition: opacity .15s linear, scale .3s linear;
		transition: opacity .15s linear, scale .3s linear;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content
	}

	.header__subsubnav::-webkit-scrollbar {
		width: 6px
	}

	.header__subsubnav::-webkit-scrollbar-thumb {
		background-color: #4680fd;
		border-radius: 10px
	}

	.header-mobile {
		display: none
	}
}

@-webkit-keyframes headerAnimation {
	0% {
		display: none;
		scale: 0
	}

	to {
		display: -webkit-box;
		display: flex;
		scale: 1
	}
}

@keyframes headerAnimation {
	0% {
		display: none;
		scale: 0
	}

	to {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		scale: 1
	}
}

@media (max-width:1500px) {

	.header-btn__inner,
	.header__bottom,
	.header__nav,
	.header__top {
		gap: 10px
	}
}

.header__plashka-mobile {
	display: none
}

@media (max-width:1160px) {
	.header__top-picture {
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		align-items: center;
		background: #f0f2f7;
		border-radius: 50%;
		border-radius: 5px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: 40px;
		justify-content: center;
		width: 40px
	}

	.header__top-picture img {
		height: 15px;
		width: 15px
	}

	.header__plashka {
		display: none
	}

	.header__plashka-mobile {
		display: block
	}

	.header__address,
	.header__btn_search,
	.header__mail {
		display: none
	}

	.header-logo__picture {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		max-height: 30px;
		max-width: 34px;
		min-height: 30px;
		min-width: 34px
	}

	.header__logo span {
		font-size: 8px
	}

	.header__logo span span {
		font-size: 18px
	}

	.header-mobile__inner {
		padding: 15px 0
	}

	.header__link>button {
		height: 24px;
		width: 32px
	}

	.header__link>button picture {
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: 100%;
		justify-content: center;
		width: 100%
	}

	.header__link>button img {
		height: 5px;
		width: 10px
	}

	.header-mobile__bottom p {
		color: rgba(59, 115, 121, .5);
		font-size: 12px;
		line-height: 1
	}

	.header-mobile__bottom a {
		color: #000;
		font-size: 14px;
		font-weight: 500;
		line-height: 1
	}

	.header-mobile__bottom a:hover {
		text-decoration: underline
	}

	.header-mobile__bottom span {
		color: #000;
		font-size: 14px;
		font-weight: 500;
		line-height: 1
	}

	.header-mobile__bottom-item {
		gap: 12px;
		margin-bottom: 30px
	}

	.header-mobile__bottom-item,
	.header-mobile__bottom-picture {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.header-mobile__bottom-picture {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		background-color: #f0f2f7;
		border-radius: 50%;
		height: 34px;
		justify-content: center;
		width: 34px
	}

	.header-mobile__bottom-picture img {
		height: 14px;
		width: 14px
	}

	.header-mobile-social__wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 15px;
		padding: 10px
	}

	.header-mobile-social__wrap>a {
		display: block
	}

	.header-mobile-social__img {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background-color: rgba(108, 196, 151, .1);
		border-radius: 50%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: 34px;
		justify-content: center;
		width: 34px
	}

	.header-mobile-social__img img {
		width: 17px
	}

	.header-mobile__phone {
		color: #000;
		font-size: 18px;
		font-weight: 600
	}

	.header__link {
		padding: 15px 0
	}

	.header__link .panel-active {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}

	.header__sublink .hide-item__title>button {
		height: 24px;
		pointer-events: none;
		-webkit-transition: -webkit-transform .3s linear;
		transition: -webkit-transform .3s linear;
		transition: transform .3s linear;
		transition: transform .3s linear, -webkit-transform .3s linear;
		width: 32px
	}

	.header__sublink .hide-item__title img {
		height: 10px;
		-webkit-transition: -webkit-transform .2s linear;
		transition: -webkit-transform .2s linear;
		transition: transform .2s linear;
		transition: transform .2s linear, -webkit-transform .2s linear;
		width: 14px
	}

	.header__sublink .hide-item__title.active img {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}

	.header__sublink-wrapper {
		width: 100%
	}

	.header__sublink {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 0
	}

	.header__sublink>a {
		max-width: calc(100% - 30px)
	}

	.header__sublink>button {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		pointer-events: all;
		width: 20px
	}

	.header__subsubnav {
		width: 100%
	}

	.header-mobile {
		display: block
	}

	.header__top-phone_show {
		display: none
	}

	.header__wrapper {
		height: 0;
		overflow-x: hidden;
		padding-bottom: 0;
		pointer-events: none;
		-webkit-transition: height .4s linear, padding-bottom .4s linear;
		transition: height .4s linear, padding-bottom .4s linear
	}

	.header__wrapper .header__top,
	.header__wrapper .logo-desktop {
		display: none
	}

	.header__wrapper.active {
		padding-bottom: 20px;
		pointer-events: all
	}

	.header__wrapper::-webkit-scrollbar {
		width: 6px
	}

	.header__wrapper::-webkit-scrollbar-thumb {
		background-color: #4680fd;
		border-radius: 10px
	}

	.header__wrapper .header-mobile__bottom {
		display: block
	}

	.header__logo_show {
		display: none
	}

	.header__nav {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-direction: column;
		flex-direction: column;
		font-size: 14px;
		gap: 0;
		padding-bottom: 0;
		width: 100%
	}

	.header {
		-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .12);
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, .12);
		left: 0;
		position: fixed;
		right: 0;
		top: 0;
		z-index: 100
	}

	.header.fixed .header__plashka {
		display: none
	}

	.header__link>button {
		pointer-events: all
	}

	.header__subnav {
		display: none;
		gap: 10px;
		padding: 0;
		-webkit-transition: all .3s linear;
		transition: all .3s linear;
		width: 100%
	}

	.header__subnav a {
		color: #7a7a7a;
		font-size: 14px;
		font-weight: 500;
		line-height: 1.4
	}

	.header__subnav.active {
		-webkit-animation: HeaderMobileAnimation .3s linear;
		animation: HeaderMobileAnimation .3s linear;
		opacity: 1
	}

	.header-mobile__wrap,
	.header__subnav.active {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.header-mobile__wrap {
		gap: 10px
	}

	.header__link_sumbenu {
		border-bottom: 1px solid #e9edf7;
		gap: 10px;
		width: 100%
	}

	.header__link_sumbenu:last-child {
		border-bottom: none
	}

	.header__link_sumbenu>a {
		font-size: 14px;
		font-weight: 600;
		line-height: 20px;
		text-transform: uppercase
	}

	.header-mobile__bottom-licences {
		margin-bottom: 25px
	}

	.header-mobile__bottom-licences span {
		color: #8c94a8;
		font-size: 14px;
		font-weight: 400;
		line-height: 1.56
	}
}

@-webkit-keyframes HeaderMobileAnimation {
	0% {
		display: none;
		padding: 0
	}

	to {
		display: -webkit-box;
		display: flex;
		padding: 10px 0 0
	}
}

@keyframes HeaderMobileAnimation {
	0% {
		display: none;
		padding: 0
	}

	to {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 10px 0 0
	}
}

@media (max-width:450px) {
	.header__top-link {
		display: none
	}
}

.footer {
	background: #010f2e;
	color: hsla(0, 0%, 100%, .45);
	padding-top: 80px
}

.footer__content {
	-ms-flex-preferred-size: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	flex-basis: 100%;
	gap: 40px;
	justify-content: space-between;
	padding-bottom: 80px
}

.footer-item__nav,
.footer__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.footer-item__nav {
	-ms-flex-preferred-size: calc(50% - 26.666px);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	flex-basis: calc(50% - 26.666px);
	justify-content: center
}

.footer__nav {
	grid-column-gap: 80px;
	grid-row-gap: 20px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(5, 1fr);
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content
}

.requisites__bottom p {
	color: hsla(0, 0%, 100%, .45);
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.56;
	text-align: center
}

.footer-contact-social__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	margin-bottom: 80px
}

.footer-item__info,
.footer__item {
	-ms-flex-preferred-size: calc(25% - 26.666px);
	flex-basis: calc(25% - 26.666px)
}

.footer__content_bottom {
	background: #000a21;
	padding: 20px 0
}

.footer__item,
.pay__inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.pay__inner {
	margin-bottom: 40px
}

.pay__inner span {
	margin-bottom: 15px
}

.footer-descr {
	margin-bottom: 40px
}

.footer-descr,
.ministerstvo {
	font-size: 12px;
	font-weight: 500;
	line-height: 1.66
}

.ministerstvo {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 55px
}

.ministerstvo,
.pay__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.pay__wrap {
	gap: 5px
}

.pay__item {
	background-color: #fff;
	border-radius: 5px;
	height: 35px;
	position: relative;
	width: 56px
}

.pay__item img {
	left: 10%;
	max-height: 30px;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 45px
}

.footer-nav__item,
.footer__nav-item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px
}

.footer__logo {
	gap: 12px;
	margin-bottom: 30px;
	max-width: 251px
}

.footer__logo,
.footer__logo picture {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.footer__logo picture {
	height: 38px;
	width: 43px
}

.footer__logo span {
	color: #fff;
	font-size: 10px;
	font-weight: 400;
	line-height: 1;
	text-align: left;
	text-transform: uppercase
}

.footer__logo span span {
	color: #4680fd;
	font-size: 22px;
	font-weight: 500;
	line-height: 1;
	text-align: left;
	text-transform: none
}

.footer-btn__wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 15px;
	margin-bottom: 25px;
	max-width: 250px
}

.footer-btn__wrap,
.footer__btn-search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.footer__btn-search {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	background: hsla(0, 0%, 100%, .1);
	border: 1px solid transparent;
	border-radius: 5px;
	color: #fff;
	font-weight: 500;
	gap: 5px;
	justify-content: center;
	padding: 15px 40px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.footer__btn-search:hover {
	background-color: transparent;
	border-color: hsla(0, 0%, 100%, .1)
}

.footer__btn {
	margin-bottom: 20px
}

.footer__nav-title {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	text-align: left;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.footer__nav-title:hover {
	color: hsla(0, 0%, 100%, .55)
}

.footer-item__bottom {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 12px;
	font-weight: 500;
	gap: 5px;
	line-height: 1;
	text-decoration-line: underline
}

.requisites {
	margin-bottom: 30px
}

.requisites p {
	font-size: 12px;
	font-weight: 500;
	line-height: 1.66
}

.footer__info-phone {
	color: #fff;
	font-size: 22px !important;
	font-weight: 600;
	line-height: 1;
	text-align: left
}

.footer__info-title {
	color: hsla(0, 0%, 100%, .45);
	font-size: 22px;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 30px;
	text-align: left
}

.footer__info-item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 5px;
	margin-bottom: 30px
}

.footer__info-item,
.footer__info-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.footer__info-wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.footer__info-wrap a,
.footer__info-wrap span {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 1
}
.footer__info-picture {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: hsla(0, 0%, 100%, .1);
	border-radius: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 40px;
	justify-content: center;
	margin-right: 15px;
	width: 40px
}

.footer__info-picture img {
	height: 16px;
	width: 18px
}

.footer-contact-social__picture {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: hsla(0, 0%, 100%, .1);
	border: 1px solid hsla(0, 0%, 100%, .1);
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 40px;
	justify-content: center;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	width: 40px
}

.footer-contact-social__picture:hover {
	background-color: transparent
}

.footer-contact-social__picture img {
	height: 16px;
	width: 16px
}

.btn-search__picture img {
	height: 20px;
	width: 20px
}

@media (max-width:1024px) {
	.footer__nav {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

@media (max-width:750px) {
    .text__content picture img {
        margin-left: 0;
    }
	.footer__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-bottom: 40px
	}

	.footer-item__nav {
		-webkit-box-pack: left;
		-ms-flex-pack: left;
		justify-content: left
	}

	.footer-contact-social__wrap {
		margin-bottom: 20px
	}

	.footer {
		padding-top: 40px
	}

	.footer__logo,
	.requisites {
		margin-bottom: 15px
	}

	.footer__btn {
		margin-bottom: 10px
	}
}

.intro {
	background: url(../img/intro/bg.webp) 50% no-repeat;
	background-size: cover;
	overflow: hidden;
	padding: 175px 0;
	position: relative;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 1
}

@supports not (background:url("../img/intro/bg.webp")) {
	.intro {
		background: url(../img/intro/bg.jpg) 50% no-repeat
	}
}

.intro h1 {
	color: #fff;
	font-size: 44px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 30px
}

.intro p {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 80px
}

.intro__wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 650px
}

.intro-btn {
	max-width: 295px
}

@media (max-width:1024px) {
	.intro {
		background-position-x: 90%;
		padding: 100px 0
	}

	.intro h1 {
		font-size: 36px;
		margin-bottom: 20px
	}

	.intro p {
		font-size: 16px;
		margin-bottom: 80px
	}
}

@media (max-width:450px) {
	.intro {
		background-position-x: 77%;
		padding: 40px 0
	}

	.intro h1 {
		font-size: 28px;
		margin-bottom: 15px
	}

	.intro p {
		font-size: 14px;
		margin-bottom: 145px
	}

	.intro-btn {
		min-width: 100%
	}
}

.service__wrap {
	counter-reset: num;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px
}

.service__wrap * {
	-ms-flex-preferred-size: calc(25% - 7.5px);
	flex-basis: calc(25% - 7.5px)
}

.service__item {
	background: #f0f2f7;
	border: 1px solid transparent;
	border-radius: 20px;
	counter-increment: num;
	padding: 30px;
	position: relative;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.service__item:before {
	color: #8c94a8;
	content: counter(num) ".";
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	position: absolute;
	right: 30px;
	top: 30px
}

.service__item:nth-child(-n+9):before {
	content: "0" counter(num)
}

.service__item:hover {
	border-color: #4680fd
}

.service__item-wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 130px
}

.service__item-title {
	color: #333;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.4;
	text-transform: uppercase
}

.service__item-descr {
	color: #8c94a8;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4
}

.service__item-picture,
.service__item-picture img {
	height: 37.5px;
	width: 37.5px
}

.services-title__bg {
	background: url(../img/bg1.webp) 50% no-repeat;
	background-size: cover
}

@supports not (background:url("../img/bg1.webp")) {
	.services-title__bg {
		background: url(../img/bg1.jpg) 50% no-repeat
	}
}

.service-title__bg {
	background: url(../img/bg2.webp) 50% no-repeat;
	background-size: cover
}

@supports not (background:url("../img/bg2.webp")) {
	.service-title__bg {
		background: url(../img/bg2.jpg) 50% no-repeat
	}
}

@media (max-width:1060px) {
	.service__wrap * {
		-ms-flex-preferred-size: calc(50% - 5px);
		flex-basis: calc(50% - 5px)
	}

	.service__item-title {
		font-size: 20px
	}

	.service__item-wrap {
		margin-top: 110px
	}
}

@media (max-width:450px) {
	.service__item-title {
		font-size: 18px
	}

	.service__item-wrap {
		margin-top: 90px
	}

	.service__wrap * {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}

	.service__item-picture,
	.service__item-picture img {
		height: 27px;
		width: 27px
	}
}

.subservices__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px
}

.subservices__inner>* {
	-ms-flex-preferred-size: calc(33.33333% - 13.33333px);
	flex-basis: calc(33.33333% - 13.33333px)
}

.subservices__item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	background: #f0f2f7;
	border: 1px solid transparent;
	border-radius: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 80px;
	justify-content: space-between;
	padding: 30px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.subservices__item:hover {
	border-color: #4680fd;
	color: #333
}

.subservices__title {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.56
}

.subservices__price {
	background-color: #fff;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 600;
	padding: 12px 15px;
	position: relative
}

.subservices__price:before {
	bottom: 15px;
	color: #4680fd;
	content: "➔";
	display: block;
	position: absolute;
	right: 20px
}

@media (max-width:800px) {
	.subservices__inner>* {
		-ms-flex-preferred-size: calc(50% - 10px);
		flex-basis: calc(50% - 10px)
	}
}

@media (max-width:550px) {
	.subservices__inner {
		gap: 10px
	}

	.subservices__inner>* {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}

	.subservices__title {
		font-size: 18px
	}

	.subservices__item {
		border-radius: 10px;
		gap: 40px;
		padding: 15px 20px
	}

	.subservices__price {
		font-size: 14px;
		padding: 10px 12px
	}

	.subservices__price:before {
		bottom: 10px;
		right: 12px
	}
}

.advantages__item-picture {
	height: 35px;
	margin-bottom: 15px;
	width: 35px
}

.advantages__item {
	-ms-flex-preferred-size: calc(33.33333% - 13.3333px);
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	border: 2px solid #efecf2;
	border-radius: 15px;
	flex-basis: calc(33.33333% - 13.3333px);
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 15px;
	padding: 30px
}

.advantages__item,
.advantages__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.advantages__wrap {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center
}

.advantages__item-descr {
	color: #8c94a8;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	text-align: left
}

.advantages__item-title {
	color: #333;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.4;
	text-align: left;
	text-transform: uppercase
}

@media (max-width:1024px) {
	.advantages__item {
		-ms-flex-preferred-size: calc(50% - 5px);
		flex-basis: calc(50% - 5px);
		gap: 15px;
		padding: 20px;
		width: 100%
	}

	.advantages__item-title {
		font-size: 20px
	}

	.advantages__wrap {
		gap: 10px
	}
}

@media (max-width:570px) {
	.advantages__item {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		min-width: 100%;
		width: 100%
	}

	.advantages__item-title {
		font-size: 18px
	}

	.advantages__item-descr {
		font-size: 14px
	}

	.advantages__item-picture {
		height: 30px;
		width: 30px
	}
}

.main-gallery__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px
}

.main-gallery__wrap>* {
	-ms-flex-preferred-size: calc(33.3333% - 13.33333px);
	flex-basis: calc(33.3333% - 13.33333px)
}

.main-gallery__item-picture img {
	border-radius: 15px;
	-o-object-fit: cover;
	object-fit: cover
}

@media (max-width:1024px) {
	.main-gallery__wrap>* {
		-ms-flex-preferred-size: calc(50% - 10px);
		flex-basis: calc(50% - 10px)
	}
}

@media (max-width:600px) {
	.main-gallery__wrap>* {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}

	.main-gallery__item-picture img {
		max-height: 180px
	}
}

.doctors__item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #f0f2f7;
	border: 1px solid transparent;
	border-radius: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	height: auto;
	justify-content: center;
	padding: 25px;
	text-align: center;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.doctors__item:hover {
	border-color: #4680fd
}

.doctors__item span {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #e1406d;
	border-radius: 3px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	margin: 0 auto;
	padding: 5px 10px;
	text-transform: uppercase
}

.doctors__item p {
	color: rgba(51, 51, 51, .549);
	font-weight: 400;
	line-height: 1.56;
	margin-bottom: 30px;
	text-align: center
}

.doctors__picture {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	background: #fff;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	max-height: 170px;
	max-width: 170px;
	min-height: 170px;
	min-width: 170px;
	width: 100%
}

.doctors__picture img {
	background-color: #f0f2f7;
	border-radius: 50%;
	max-height: 160px;
	max-width: 160px;
	min-height: 160px;
	min-width: 160px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top
}

.doctors__name {
	color: #333;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.25;
	margin-bottom: 30px;
	padding-top: 20px;
	text-align: center
}

.doctors-btn__wrap {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.doctors-btn__wrap,
.doctors__inner-page {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.doctors__inner-page {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 15px
}

.doctors__inner-page>* {
	-ms-flex-preferred-size: calc(25% - 12px);
	flex-basis: calc(25% - 12px)
}

.doctors__container {
	padding: 0
}

.doctors-swiper,
.doctors__title,
.doctors_swiper-btns {
	padding: 0 10px
}

.doctor__card {
	margin-top: 70px
}

.main-doctors__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px
}

.main-doctors__wrap>* {
	-ms-flex-preferred-size: calc(25% - 15px);
	flex-basis: calc(25% - 15px)
}

.doctor__card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 80px
}

.doctor__picture {
	max-width: 390px;
	min-width: 390px
}

.doctor__about {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 910px
}

.doctor__text {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-bottom: 50px
}

.doctor__btn-wrap {
	gap: 10px;
	margin-bottom: 60px
}

.doctor__btn-item,
.doctor__btn-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.doctor__btn-item {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	background: #f4f3f5;
	border-radius: 10px;
	justify-content: center;
	padding: 22px 50px;
	text-align: center
}

.doctor__btn-item picture img {
	height: 30px;
	max-width: 150px;
	width: 100%
}

.doctor__info__wrap {
	gap: 50px;
	margin-bottom: 20px
}

.doctor__info-item,
.doctor__info__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.doctor__info-item {
	gap: 10px
}

.doctor__info-item picture img {
	height: 25px;
	width: 25px
}

.doctor__info-item p {
	color: #b1b0b3;
	font-size: 16px
}

.doctor__info-item span {
	font-size: 16px;
	font-weight: 400
}

.schedule {
	margin-bottom: 40px;
	width: 100%
}

.schedule h5 {
	font-size: 22px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 15px
}

.schedule__item {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	border-bottom: 1px solid #d7e3ee;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	padding: 15px 0
}

.schedule__item:last-child {
	border-bottom: 0
}

.schedule__item p {
	font-size: 16px
}

.schedule__item span {
	font-size: 16px;
	font-weight: 600
}

.doctor__card-text-content-wrap>ol>li {
	padding: 7px 0
}

.doctor__card-photo .grade__inner {
	padding: 25px 50px
}

.doctor__card-picture-mobile {
	display: none
}

.doctor__card-picture {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #f3f3f3;
	border-radius: 20px;
	position: relative
}

.doctor__card-picture,
.doctor__card-picture img {
	max-height: 320px;
	max-width: 320px;
	min-height: 320px;
	min-width: 320px;
	width: 100%
}

.doctor__card-picture img {
	bottom: 0;
	height: 100%;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
	position: absolute
}

.doc-card__form {
	background-color: #f0f2f7;
	border-radius: 20px;
	margin-bottom: 60px;
	padding: 35px 40px;
	width: 100%
}

.doc-card__form-title {
	font-size: 22px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 25px
}

.doc-card__form-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	margin-bottom: 25px
}

.doc-card__form-wrap>* {
	-ms-flex-preferred-size: calc(33.3333% - 13.3333px);
	flex-basis: calc(33.3333% - 13.3333px)
}

.doc-card__form-label-text {
	position: relative;
	width: 100%
}

.doc-card__form-label-text input {
	background: #fff;
	border: 1px solid hsla(0, 0%, 100%, .08);
	border-radius: 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: rgba(51, 51, 51, .45);
	padding: 17px 20px 17px 59px
}

.doc-card__form-label-text input::-webkit-input-placeholder {
	color: rgba(51, 51, 51, .45);
	font-size: 16px;
	font-weight: 400;
	line-height: 1
}

.doc-card__form-label-text input::-moz-placeholder {
	color: rgba(51, 51, 51, .45);
	font-size: 16px;
	font-weight: 400;
	line-height: 1
}

.doc-card__form-label-text input:-ms-input-placeholder {
	color: rgba(51, 51, 51, .45);
	font-size: 16px;
	font-weight: 400;
	line-height: 1
}

.doc-card__form-label-text input::-ms-input-placeholder {
	color: rgba(51, 51, 51, .45);
	font-size: 16px;
	font-weight: 400;
	line-height: 1
}

.doc-card__form-label-text input::placeholder {
	color: rgba(51, 51, 51, .45);
	font-size: 16px;
	font-weight: 400;
	line-height: 1
}

.doc-card__form-label-text:before {
	background: url(../img/icons/user-blue.svg) 50% no-repeat;
	background-size: cover;
	content: "";
	display: block;
	height: 16.8px;
	left: 22px;
	position: absolute;
	top: 20px;
	width: 16.8px;
	z-index: 2
}

@supports not (background:url("../img/icons/user-blue.svg")) {
	.doc-card__form-label-text:before {
		background: url(../img/icons/user-blue.png) 50% no-repeat
	}
}

.doc-card__form-label-tel {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	width: 100%
}

.doc-card__form-label-tel input {
	background: #fff;
	border: 1px solid hsla(0, 0%, 100%, .08);
	border-radius: 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: rgba(51, 51, 51, .45);
	padding: 17px 20px 17px 59px
}

.doc-card__form-label-tel input::-webkit-input-placeholder {
	color: rgba(51, 51, 51, .45);
	font-size: 16px;
	font-weight: 400;
	line-height: 1
}

.doc-card__form-label-tel input::-moz-placeholder {
	color: rgba(51, 51, 51, .45);
	font-size: 16px;
	font-weight: 400;
	line-height: 1
}

.doc-card__form-label-tel input:-ms-input-placeholder {
	color: rgba(51, 51, 51, .45);
	font-size: 16px;
	font-weight: 400;
	line-height: 1
}

.doc-card__form-label-tel input::-ms-input-placeholder {
	color: rgba(51, 51, 51, .45);
	font-size: 16px;
	font-weight: 400;
	line-height: 1
}

.doc-card__form-label-tel input::placeholder {
	color: rgba(51, 51, 51, .45);
	font-size: 16px;
	font-weight: 400;
	line-height: 1
}

.doc-card__form-label-tel:before {
	background: url(../img/icons/phone-blue.svg) 50% no-repeat;
	background-size: cover;
	content: "";
	display: block;
	height: 16px;
	left: 22px;
	position: absolute;
	top: 20px;
	width: 16px;
	z-index: 2
}

@supports not (background:url("../img/icons/phone-blue.svg")) {
	.doc-card__form-label-tel:before {
		background: url(../img/icons/phone-blue.png) 50% no-repeat
	}
}

@media (max-width:1300px) {
	.doc-card__form-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.doc-card__form-wrap button,
	.doc-card__form-wrap label {
		max-width: 330px
	}
}

@media (max-width:1150px) {
	.main-doctors__wrap>* {
		-ms-flex-preferred-size: calc(33.33333% - 13.333px);
		flex-basis: calc(33.33333% - 13.333px)
	}
}

@media (max-width:1024px) {

	.doctors__item p,
	.doctors__name {
		margin-bottom: 25px
	}

	.doctors__picture {
		max-height: 140px;
		max-width: 140px;
		min-height: 140px;
		min-width: 140px
	}

	.doctors__picture img {
		max-height: 135px;
		max-width: 135px;
		min-height: 135px;
		min-width: 135px
	}

	.doctors__item {
		padding: 20px
	}
}

@media (max-width:960px) {
	.doctor__picture {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: center;
		max-height: none;
		max-width: none
	}

	.doctor__picture img {
		max-height: 250px;
		max-width: 300px;
		-o-object-fit: contain;
		object-fit: contain
	}

	.doctor__btn {
		width: 100%
	}

	.doctor__card-picture {
		min-height: 260px;
		min-width: 260px
	}

	.doctor__card-picture:before {
		background: -webkit-gradient(linear, left top, right top, color-stop(-1.63%, #4e8c8e), color-stop(146.72%, #80cca5)), #fff;
		background: linear-gradient(90deg, #4e8c8e -1.63%, #80cca5 146.72%), #fff;
		border-radius: 15px;
		height: 140px;
		width: 240px
	}

	.doctor__card-picture img {
		max-height: 260px;
		max-width: 254px;
		min-height: 260px;
		min-width: 254px
	}

	.doctor__card {
		gap: 40px
	}
}

@media (max-width:868px) {
	.doc-card__form {
		padding: 20px
	}

	.doctor__card-picture-mobile {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background: #f3f3f3;
		border-radius: 10px;
		display: block;
		margin-bottom: 20px;
		max-width: 300px;
		min-height: 300px;
		min-width: 300px;
		position: relative;
		width: 100%
	}

	.doctor__card-picture-mobile img {
		bottom: 0;
		height: 100%;
		left: 0;
		max-height: 300px;
		max-width: 300px;
		min-height: 300px;
		min-width: 300px;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: top;
		object-position: top;
		position: absolute;
		width: 100%
	}

	.doctor__card-picture {
		display: none
	}

	.doctor__card {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		gap: 20px
	}

	.doctor__about {
		width: 100%
	}

	.doctor__info__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 10px
	}

	.doctor__info-item picture {
		height: 20px;
		width: 20px
	}

	.doctor__info-item p,
	.doctor__info-item span {
		font-size: 14px
	}

	.doctor__card-photo .grade__inner {
		padding: 10px
	}

	.doctor__btn-wrap {
		border-radius: 5px;
		margin-bottom: 35px
	}

	.doctor__text {
		margin-bottom: 10px
	}

	.doctor__btn-item {
		padding: 20px
	}

	.doctor__about .schedule h5 {
		font-size: 18px
	}

	.doctor__about .schedule p,
	.doctor__about .schedule span {
		font-size: 14px
	}

	.doc-card__form {
		margin-bottom: 30px
	}
}

@media (max-width:800px) {
	.teatarea__input {
		max-width: 300px
	}

	.doctor__card-form {
		border-radius: 10px;
		margin-bottom: 10px
	}

	.main-doctors__wrap>* {
		-ms-flex-preferred-size: calc(50% - 10px);
		flex-basis: calc(50% - 10px)
	}
}

@media (max-width:550px) {
	.main-doctors__wrap {
		gap: 10px
	}

	.main-doctors__wrap>* {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}
}

.text__wrapper {
	max-height: 600px;
	overflow: hidden;
	-webkit-transition: max-height .5s cubic-bezier(.175, .885, .32, 1);
	transition: max-height .5s cubic-bezier(.175, .885, .32, 1)
}

.text__content>* {
	margin-bottom: 20px
}

.text__content>:last-child {
	margin-bottom: 0
}

.text__content>h2 {
	font-size: 44px;
	line-height: 1.25;
	padding-bottom: 15px
}

.text__content h3,
.text__content>h2 {
	color: #333;
	font-weight: 600;
	text-align: left
}

.text__content h3 {
	display: -webkit-box;
	font-size: 32px;
	line-height: 1.11;
	margin-top: 40px;
	padding-top: 25px
}

.text__content h4 {
	font-size: 24px;
	line-height: 1
}

.text__content h5 {
	font-size: 20px;
	line-height: 1
}

.text__content ul {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
	padding-bottom: 10px;
	padding-top: 10px
}

.text__content ul li {
	padding-left: 14px;
	position: relative
}

.text__content ul li:before {
	background: #71c399;
	border-radius: 50%;
	content: "";
	display: block;
	height: 6px;
	left: 0;
	position: absolute;
	top: 9px;
	width: 6px
}

.text__content b,
.text__content strong {
    color: #1e293b; 
    font-weight: 700;
}

.text__content ol {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	counter-reset: num;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
	list-style: none;
	padding-bottom: 10px;
	padding-top: 10px
}

.text__content ol li {
	counter-increment: num;
	padding-left: 48px;
	position: relative
}

.text__content ol li:before {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	background: #4680fd;
	border-radius: 50%;
	color: #fff;
	content: "0" counter(num);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	height: 35px;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 2px;
	width: 35px;
	z-index: 2
}

.text__content ol li:nth-child(n+9):before {
	content: counter(num)
}

.text__content blockquote {
	background: #f0f2f7;
	border-radius: 20px;
	color: #333;
    margin-right: 16px;
	font-size: 16px;
	font-weight: 500;
	padding: 25px 25px 25px 100px;
	overflow: hidden;
	position: relative
}

.text__content blockquote:before {
	background: url(../img/icons/pr.svg) 50% no-repeat;
	content: "";
	display: block;
	height: 45px;
	left: 25px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 60px;
	z-index: 2
}

@supports not (background:url("../img/icons/pr.svg")) {
	.text__content blockquote:before {
		background: url(../img/icons/pr.png) 50% no-repeat
	}
}

.doctor-text__content>h4 {
	margin-top: 40px
}

.checkmark-list ul {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 15px
}

.checkmark-list ul>li {
	padding-left: 33px;
	position: relative
}

.checkmark-list ul>li:before {
	background: url(../img/icons/checkmark.svg) 50% no-repeat;
	content: "";
	display: block;
	height: 25px;
	left: 0;
	position: absolute;
	top: 0;
	width: 25px
}

@supports not (background:url("../img/icons/checkmark.svg")) {
	.checkmark-list ul>li:before {
		background: url(../img/icons/checkmark.png) 50% no-repeat
	}
}

.float-right {
	float: right;
	margin-bottom: 20px;
	margin-left: 60px;
	max-width: 50%;
	-o-object-fit: cover;
	object-fit: cover
}

.float-right img {
	border-radius: 20px;
	max-height: 485px;
	max-width: 532px
}

.float-left {
	float: left;
	margin-bottom: 20px;
	margin-right: 60px;
	max-width: 50%
}

.float-left img {
	border-radius: 20px;
	height: 485px;
	width: 532px
}

.text-video__item {
	position: relative
}

.text-video__item p {
	bottom: 0;
	color: #fff;
	display: block;
	font-size: 32px;
	left: 0;
	line-height: 1.25;
	padding: 35px 40px;
	position: absolute;
	z-index: 3
}

.text-video__item iframe {
	border-radius: 25px
}

.text-video-content {
	border-radius: 25px;
	height: 620px
}

.text-video__item.active>p {
	display: none
}

.text__pic-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
	margin-bottom: 80px
}

.text__pic {
	max-height: 330px;
	min-height: 330px;
	width: 100%
}

.text__pic img {
	border-radius: 20px;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%
}

@media (max-width:1024px) {
	.text__content>h2 {
		font-size: 40px
	}

	.text__content h3 {
		font-size: 28px
	}

	.text__content h4 {
		font-size: 20px
	}

	.text__content h5 {
		font-size: 16px
	}

	.text-video-content {
		height: 520px
	}
}

@media (max-width:800px) {
	.float-right {
		margin-left: 0;
		max-width: 100%
	}

	.float-right img {
		border-radius: 10px;
		height: 100%
	}

	.float-left {
		margin-right: 0;
		max-width: 100%
	}

	.float-left img {
		border-radius: 10px;
		height: 100%
	}

	.text-video-content {
		height: 420px
	}

	.text__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.text__content h2 {
		font-size: 26px;
		margin-bottom: 15px
	}

	.text__content h3 {
		font-size: 22px;
		margin-bottom: 20px;
		margin-top: 20px;
		padding-top: 20px
	}

	.text__content h4 {
		font-size: 20px;
		margin-bottom: 15px
	}

	.text__content h5 {
		font-size: 16px;
		line-height: 1;
		margin-bottom: 10px
	}

	.text__content p {
		margin-bottom: 15px
	}

	.text__content p:last-child {
		margin-bottom: 0
	}

	.text__content b {
		font-weight: 600;
		margin-bottom: 10px
	}

	.text__content>a {
		font-size: 14px
	}

	.text__content blockquote {
		padding: 20px 20px 20px 60px
	}

	.text__content blockquote:before {
		top: 35px
	}

	.text-content__wrap {
		margin-bottom: 40px
	}

	.text__content blockquote {
		border-radius: 10px;
		font-size: 14px;
		padding: 55px 20px 20px
	}

	.text__content blockquote:before {
		background-size: cover;
		height: 20px;
		left: 25px;
		top: 25px;
		width: 26px
	}
}

@media (max-width:600px) {
	.text-video-content {
		height: 320px
	}
}

.faq-btn__wrap {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	width: 100%
}

.faq-btn__wrap,
.main-faq__top-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.main-faq__top-wrap {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 50px
}

.main-faq__title {
	margin-bottom: 0
}

.faq__inner,
.main-faq__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	margin-bottom: 45px
}

.faq__inner,
.faq__item,
.main-faq__inner,
.main-faq__item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.faq__item,
.main-faq__item {
	background: #f4f3f5;
	border-radius: 10px;
	position: relative;
	width: 100%
}

.faq__item:before,
.main-faq__item:before {
	background: #fff;
	border-radius: 50%;
	content: "";
	display: block;
	height: 36px;
	position: absolute;
	right: 35px;
	top: 18px;
	width: 36px
}

.faq__item-title,
.main-faq__item-title {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #f0f2f7;
	border-radius: 10px;
	color: #333;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	font-weight: 600;
	gap: 10px;
	justify-content: space-between;
	line-height: 1.4;
	padding: 20px 70px 20px 25px;
	position: relative;
	text-align: left;
	-webkit-transition: background .3s ease;
	transition: background .3s ease
}

.faq__item-title:after,
.faq__item-title:before,
.main-faq__item-title:after,
.main-faq__item-title:before {
	background-color: #4680fd;
	border-radius: 2px;
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	right: 43px;
	top: 50%;
	-webkit-transition: width .2s ease, color .2s ease;
	transition: width .2s ease, color .2s ease;
	width: 20px
}

.faq__item-title:after,
.main-faq__item-title:after {
	height: 20px;
	right: 37px;
	top: calc(50% + 1px);
	-webkit-transform: translate3d(-15px, -50%, 0);
	transform: translate3d(-15px, -50%, 0);
	-webkit-transition: height .2s ease;
	transition: height .2s ease;
	width: 2px
}

.faq__item-title.active:after,
.main-faq__item-title.active:after {
	height: 0
}

.faq__item-title:hover,
.main-faq__item-title:hover {
	background: #edeff8
}

.faq__text,
.main-faq__text {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
	padding: 0 30px 25px
}
.doc-check__picture img {
    max-width: 200px;
}
@media (max-width:920px) {
	.main-faq__top-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 20px;
		margin-bottom: 25px
	}
    
}

@media (max-width:800px) {

	.faq__text,
	.main-faq__text {
		padding: 20px
	}

	.faq__item-title,
	.main-faq__item-title {
		font-size: 14px;
		padding: 12px 40px 12px 20px
	}

	.faq__item-title:after,
	.main-faq__item-title:after {
		height: 10px;
		right: 16px
	}

	.faq__item-title:before,
	.main-faq__item-title:before {
		right: 27px;
		width: 10px
	}

	.faq__item:before,
	.main-faq__item:before {
		height: 25px;
		right: 20px;
		top: 12px;
		width: 25px
	}

	.faq__inner,
	.main-faq__inner {
		gap: 5px;
		margin-bottom: 25px
	}
}

@media (max-width:600px) {

	.faq-btn__wrap,
	.faq__item:before,
	.main-faq__item:before {
		display: none
	}
}

.licences__picture {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	border: 2px solid #efecf2;
	border-radius: 15px;
	height: 100%;
	margin: 0 auto;
	max-height: 340px;
	max-width: 250px;
	min-height: 340px;
	padding: 15px;
	-webkit-transition: border .3s ease;
	transition: border .3s ease;
	width: 100%
}

.licences__picture img {
	border: 5px;
	height: 100%;
	max-height: 310px;
	min-height: 310px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top
}

.licences__item {
	width: 100%
}

.licences__container {
	padding: 0
}

.main-licences__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px
}

.main-licences__wrap>* {
	-ms-flex-preferred-size: calc(20% - 16px);
	flex-basis: calc(20% - 16px)
}

.main-licences__picture {
	background: #fff;
	border: 2px solid #efecf2;
	border-radius: 15px;
	height: 100%;
	max-height: 340px;
	min-height: 340px;
	padding: 20px;
	-webkit-transition: border .3s ease;
	transition: border .3s ease;
	width: 100%
}

.main-licences__picture img {
	border-radius: 5px;
	height: 100%;
	max-height: 300px;
	min-height: 300px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top
}

@media (max-width:1250px) {
	.main-licences__wrap>* {
		-ms-flex-preferred-size: calc(25% - 15px);
		flex-basis: calc(25% - 15px)
	}
}

@media (max-width:1000px) {
	.main-licences__wrap>* {
		-ms-flex-preferred-size: calc(33.33333% - 13.33333px);
		flex-basis: calc(33.33333% - 13.33333px)
	}
}

@media (max-width:750px) {
	.main-licences__wrap {
		gap: 10px
	}

	.main-licences__wrap>* {
		-ms-flex-preferred-size: calc(50% - 5px);
		flex-basis: calc(50% - 5px)
	}

	.main-licences__picture {
		border-radius: 10px;
		max-height: 200px;
		min-height: 200px;
		padding: 10px
	}

	.main-licences__picture img {
		max-height: 180px;
		min-height: 180px;
		min-width: 115px
	}
}

.price__content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	color: #333;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
	opacity: .65
}

.text__content table thead  {
	display: table-header-group;
}
.text__content table tbody {
	display: table-row-group !important;
}

.price__content,
.price__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.text__content table {
	max-width: 100%;
	overflow-x: auto;
}
.text__content table::-webkit-scrollbar {
	height: 4px;
}
.text__content table tr {
	display: table-row;
}


.price__item {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 15px;
	gap: 5px;
	justify-content: space-between;
	padding: 0;
	width: 100%
}

.price__head-name {
	-ms-flex-preferred-size: 55%;
	flex-basis: 55%
}

.price__head-btn,
.price__head-cost,
.price__head-dates,
.price__head-name {
	color: #8c94a8;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	padding: 20px 0;
	text-align: left
}

.text__content table thead th {
	color: #8c94a8;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	padding: 20px 10px;
	text-align: left
}

.price__head-btn,
.price__head-cost,
.price__head-dates {
	-ms-flex-preferred-size: 15%;
	flex-basis: 15%
}

.price__title {
	-ms-flex-preferred-size: 55%;
	color: #333;
	flex-basis: 55%;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	padding: 10px 0;
	text-align: left
}

.price__bottom,
.price__cost,
.price__dates {
	-ms-flex-preferred-size: 15%;
	flex-basis: 15%;
	font-weight: 400;
	line-height: 1;
	padding: 10px 0
}


.price__dates>span {
	display: none
}

.price__cost-btn {
	pointer-events: none
}

.price__item-btn {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	background: rgba(225, 64, 109, .08);
	border-radius: 5px;
	color: #e1406d;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	font-weight: 600;
	justify-content: center;
	line-height: 1;
	padding: 13px 15px;
	text-align: center
}

.price__item-btn:hover {
	background: #e1406d;
	color: #fff
}

.price__table, .text__content table {
	margin-bottom: 30px
}

.price__table>tbody>tr,
.price__table>thead>tr {
	border-bottom: 1px solid #f0f2f8
}

.main-price__table {
	margin-bottom: 0
}

.main-price__inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 60px
}

.price__btn {
	display: inline
}

.price__inner,
.text__content .table {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px
}

@media (max-width:800px) {
	.price__tab {
		border-radius: 10px;
		font-size: 16px;
		padding: 15px
	}

	.price__item {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 5px
	}

	.price__item,
	.price__tabs__wrapper {
		border-radius: 10px
	}

	.price__item-btn {
		width: 100%
	}

	.price__table .price__bottom,
	.price__table thead {
		display: none
	}

	.price__cost-btn {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		background: rgba(225, 64, 109, .08);
		border-radius: 5px;
		color: #e1406d;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-size: 14px;
		font-weight: 600;
		justify-content: center;
		line-height: 1;
		padding: 13px 15px;
		pointer-events: all;
		text-align: center;
		width: 100%
	}

	.price__cost-btn:hover {
		background: #e1406d;
		color: #fff
	}

	.price__dates {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 5px
	}

	.price__dates>span {
		display: block
	}

	.price__bottom,
	.price__cost,
	.price__dates {
		-ms-flex-preferred-size: 20%;
		flex-basis: 20%
	}

	.price__title {
		-ms-flex-preferred-size: 40%;
		flex-basis: 40%
	}

	.price__dates,
	.price__title {
		color: #333;
		font-size: 14px;
		font-weight: 700
	}

	.price__dates span {
		color: #8c94a8
	}
}

@media (max-width:720px) {

	.price__bottom,
	.price__cost,
	.price__dates,
	.price__title {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}

	.price__dates,
	.price__title {
		padding: 2.5px 0
	}
}

.consultation-first {
	background: url(../img/form-bg.webp) 50% no-repeat;
	background-size: cover;
	overflow: hidden;
	padding: 80px 0;
	position: relative;
	z-index: 1
}

@supports not (background:url("../img/form-bg.webp")) {
	.consultation-first {
		background: url(../img/form-bg.jpg) 50% no-repeat
	}
}

.consultation-second {
	background-color: #f0f2f7;
	background-size: cover;
	padding: 80px 0
}

.consultation-second__picture {
	bottom: -80px;
	position: absolute;
	right: 40px;
	width: 33%
}

.consultation-second__inner {
	background: linear-gradient(142.77deg, #4680fd, #5a95ff 98.939%);
	border-radius: 25px;
	padding: 50px 60px;
	position: relative
}

.consultation__item {
	max-width: 722px
}

.consultation__title {
	color: #fff;
	font-size: 44px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 20px;
	text-align: left
}

.consultation__item p {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.56;
	margin-bottom: 50px;
	text-align: left
}

.form__label-text {
	position: relative;
	width: 100%
}

.form__label-text input {
	background: hsla(0, 0%, 100%, .12);
	border-radius: 8px;
	padding: 17px 20px 17px 59px
}

.form__label-text:before {
	background: url(../img/icons/user-trans.svg) 50% no-repeat;
	background-size: cover;
	content: "";
	display: block;
	height: 16.8px;
	left: 22px;
	position: absolute;
	top: 20px;
	width: 16.8px;
	z-index: 2
}

@supports not (background:url("../img/icons/user-trans.svg")) {
	.form__label-text:before {
		background: url(../img/icons/user-trans.png) 50% no-repeat
	}
}

.form__label-tel {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	width: 100%
}

.form__label-tel input {
	background: hsla(0, 0%, 100%, .12);
	border-radius: 8px;
	padding: 17px 20px 17px 59px
}

.form__label-tel:before {
	background: url(../img/icons/phone-trans.svg) 50% no-repeat;
	background-size: cover;
	content: "";
	display: block;
	height: 16px;
	left: 22px;
	position: absolute;
	top: 20px;
	width: 16px;
	z-index: 2
}

@supports not (background:url("../img/icons/phone-trans.svg")) {
	.form__label-tel:before {
		background: url(../img/icons/phone-trans.png) 50% no-repeat
	}
}

.form__politic {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: hsla(0, 0%, 100%, .55);
	display: -webkit-box;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.56;
	text-align: left
}

.form__politic a {
	color: hsla(0, 0%, 100%, .55);
	text-decoration: underline
}

.form__politic a:hover {
	color: #fff
}

.consultation__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px
}

.consultation__form * {
	-ms-flex-preferred-size: calc(50% - 10px);
	flex-basis: calc(50% - 10px)
}

.form__btn {
	border: 1px solid transparent;
	max-height: 52px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.form__btn:hover {
	border-color: #fff
}

.form__input {
	color: #fff;
	width: 100%
}

.form__input::-webkit-input-placeholder {
	color: #fff
}

.form__input::-moz-placeholder {
	color: #fff
}

.form__input:-ms-input-placeholder {
	color: #fff
}

.form__input::-ms-input-placeholder {
	color: #fff
}

.form__input::placeholder {
	color: #fff
}

@media (max-width:1200px) {
	.consultation-first {
		background: #4d88fd
	}

	.consultation__item {
		max-width: 100%
	}

	.consultation-second__picture {
		display: none
	}
}

@media (max-width:1024px) {
	.consultation-first {
		padding: 60px 0
	}

	.consultation__title {
		font-size: 34px
	}

	.consultation-second__inner {
		padding: 40px
	}

	.consultation-second {
		padding: 60px 0
	}
}

@media (max-width:550px) {
	.consultation__form {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 15px
	}
}

@media (max-width:450px) {
	.consultation-first {
		background: url(../img/bg-mobile.jpg);
		background-position: bottom;
		background-size: cover;
		padding: 40px 0 280px
	}

	.consultation__title {
		font-size: 28px;
		margin-bottom: 15px
	}

	.consultation__item p {
		font-size: 14px;
		margin-bottom: 25px
	}

	.consultation-second__inner {
		border-radius: 15px;
		padding: 20px
	}

	.consultation-second {
		padding: 40px 0
	}
}

.reviews__item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	background: #fff;
	border: 2px solid #efecf2;
	border-radius: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	height: auto;
	justify-content: space-between;
	margin-top: 10px;
	padding: 40px 30px 25px;
	position: relative;
	text-align: left
}

.reviews__item:before {
	background: url(../img/icons/pr.svg) 50% no-repeat;
	content: "";
	display: block;
	height: 20px;
	position: absolute;
	right: 40px;
	top: -10px;
	width: 26px
}

@supports not (background:url("../img/icons/pr.svg")) {
	.reviews__item:before {
		background: url(../img/icons/pr.png) 50% no-repeat
	}
}

.reviews__inner {
	margin-bottom: 50px
}

.reviews__top {
	margin-bottom: 10px;
	color: #333;
	font-size: 22px;
	line-height: 1.3
}

.reviews__btn,
.reviews__top {
	font-weight: 600;
	text-align: left
}

.reviews__btn {
	color: #4680fd;
	cursor: pointer;
	display: none;
	font-size: 16px;
	line-height: 1;
	margin-bottom: 20px;
	padding-right: 10px;
	position: relative;
	-webkit-transition: all .3 ease;
	transition: all .3 ease;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content
}

.reviews__btn:before {
	border-right: 3px solid #4680fd;
	border-top: 3px solid #4680fd;
	content: "";
	display: block;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 5px;
	position: absolute;
	right: 0;
	top: 5px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 5px
}

.reviews__btn.active {
	display: block
}

.reviews__bottom {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	border-top: 1px solid #dfdff2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 20px 0 0
}

.reviews__bottom span {
	color: #858fa1;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.56
}

.reviews__card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 5px;
	padding-left: 30px;
	position: relative
}

.reviews__card:before {
	background: url(../img/icons/user-blue.svg) 50% no-repeat;
	content: "";
	display: block;
	height: 18px;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 18px
}

@supports not (background:url("../img/icons/user-blue.svg")) {
	.reviews__card:before {
		background: url(../img/icons/user-blue.png) 50% no-repeat
	}
}

.reviews__date {
	padding-left: 30px;
	position: relative
}

.reviews__date:before {
	background: url(../img/icons/calendar.svg) 50% no-repeat;
	content: "";
	display: block;
	height: 18px;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 18px
}

@supports not (background:url("../img/icons/calendar.svg")) {
	.reviews__date:before {
		background: url(../img/icons/calendar.png) 50% no-repeat
	}
}

.reviews__text {
	margin-bottom: 10px;
	position: relative
}

.reviews__text p {
	color: #333;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.56;
	text-align: left
}

.reviews__text:not(.reviews_text_original).hidden {
	max-height: 150px;
	overflow: hidden
}

.reviews__text:not(.reviews_text_original).hidden:before {
	background: #fff;
	bottom: -5px;
	content: "";
	display: block;
	-webkit-filter: blur(7px);
	filter: blur(7px);
	height: 25px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%
}

@media (max-width:800px) {
	.reviews__top {
		margin-bottom: 10px
	}

	.reviews__top {
		font-size: 18px
	}

	.reviews__btn,
	.reviews__text p {
		font-size: 14px
	}

	.reviews__btn {
		margin-bottom: 20px
	}

	.reviews__bottom span {
		font-size: 14px
	}

	.reviews__item {
		min-height: 100%;
		padding: 25px 20px
	}

	.reviews__card:before,
	.reviews__date:before {
		height: 16px;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 16px
	}

	.reviews__date:before {
		content: "";
		display: block;
		position: absolute
	}

	.reviews-text_swiper-btns {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
		gap: 10px;
		justify-content: center;
		padding-top: 80px;
		position: static;
		width: 100%
	}
}

.reviews__container {
	padding: 0
}

.reviews-text-swiper,
.reviews__title {
	padding: 0 10px
}

.main-reviews__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px
}

.main-reviews__wrap>* {
	-ms-flex-preferred-size: calc(50% - 10px);
	flex-basis: calc(50% - 10px)
}

@media (max-width:650px) {
	.main-reviews__wrap>* {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}
}

.play-button-service {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 35px;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	width: 35px
}

.play-button-service.hide,
.play-button.hide {
	display: none
}

.video__item {
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 1
}

.video__item iframe {
	width: 100%
}

.video__item:hover .youtube .play {
	height: 80px;
	width: 80px
}

.video__picture {
	bottom: 0;
	display: block;
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
	width: 100%;
	z-index: 2
}

.video__picture img {
	border-radius: 25px;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%
}

.video__picture:after {
	background: rgba(0, 6, 20, .502);
	border-radius: 25px;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2
}

.video__item.active .video__picture {
	opacity: 0;
	pointer-events: none
}

.youtube {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 25px;
	cursor: pointer;
	display: inline-block;
	height: 400px;
	-o-object-fit: cover;
	object-fit: cover;
	overflow: hidden;
	position: relative;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out
}

.youtube .play {
	background: url(../img/icons/play.svg) 50% no-repeat;
	background-size: cover;
	bottom: 0;
	height: 60px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: width .3s ease, height .3s ease;
	transition: width .3s ease, height .3s ease;
	width: 60px;
	z-index: 10
}

.if_video {
	border-radius: 25px
}

@media (max-width:800px) {
	.youtube {
		border-radius: 10px
	}

	.text-video__item p {
		font-size: 18px;
		padding: 15px 20px
	}
}

.articles-btn__wrap {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	width: 100%
}

.articles__picture {
	margin-bottom: 20px;
  cursor: pointer;
}

.articles__picture img {
	border-radius: 25px;
	height: 260px;
	-o-object-fit: cover;
	object-fit: cover;
	position: relative;
	z-index: 1
}

.articles__category {
	background: #fff;
	border-radius: 50px;
	margin: 10px;
	padding: 8px 15px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2
}
.articles__wrap .articles__name,
.articles__wrap h5 {
	color: #333;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 15px;
	position: relative;
	text-align: left
}

.articles__title {
	color: #333;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 15px;
	position: relative;
	text-align: left
}

.articles__wrap p {
	color: #8c94a8;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.56;
	margin-bottom: 20px;
	text-align: left
}

.articles__wrap span {
	background: #4680fd;
	border-radius: 4px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	padding: 5px 10px;
	text-transform: uppercase
}

.articles__item {
  position: relative;
}

.articles__item:hover h5 {
	color: #4680fd
}

.articles__container {
	padding: 0
}

.main-articles__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px
}

.main-articles__wrap>* {
	-ms-flex-preferred-size: calc(33.3333% - 20px);
	flex-basis: calc(33.3333% - 20px)
}

.article-title__bg {
	background: url(../img/bg3.webp) 50% no-repeat;
	background-size: cover
}

@supports not (background:url("../img/bg3.webp")) {
	.article-title__bg {
		background: url(../img/bg3.jpg) 50% no-repeat
	}
}

.article-tag {
	background-color: #fff;
	border-radius: 50px;
	color: #333;
	padding: 7px 15px
}

.article__form {
	-ms-flex-preferred-size: calc(70% - 10px);
	background-color: #f0f2f7;
	border-radius: 20px;
	flex-basis: calc(70% - 10px);
	padding: 35px 40px;
	width: 100%
}

.article__bottom {
	margin-top: 80px
}

.article__bottom,
.estimate {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px
}

.estimate {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-preferred-size: calc(30% - 10px);
	background-color: #f0f2f7;
	border-radius: 20px;
	flex-basis: calc(30% - 10px);
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 35px 40px
}

.estimate-item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.estimate-item span {
	font-weight: 600;
	line-height: 1
}

.services-stages__form {
	margin-bottom: 60px
}

.estimate-social__img {
	height: 25px;
	width: 25px
}

.estimate-social__img img {
	background-size: cover;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%
}

.estimate-social__wrap {
	gap: 12px
}

.estimate-item,
.estimate-social__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.estimate-item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	background: hsla(0, 0%, 100%, .15);
	border-radius: 5px;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 15px
}

.estimate-item span {
	color: #333;
	font-size: 18px;
	font-weight: 500
}

.estimate-item .rating>span:before {
	content: "★"
}

.estimate-item .rating>span.active {
	color: red
}

.estimate-item .rating-area {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	gap: 2px;
	overflow: hidden
}

.estimate-item .rating-area:not(:checked)>input {
	display: none
}

.estimate-item .rating-area:not(:checked)>label {
	color: rgba(70, 128, 253, .612);
	cursor: pointer;
	float: right;
	font-size: 25px;
	line-height: 1;
	padding: 0;
	-webkit-transition: color .2s ease;
	transition: color .2s ease;
	width: 25px
}

.estimate-item .rating-area:not(:checked)>label:before {
	content: "★";
	font-weight: 700
}

.estimate-item .rating-area:not(:checked)>label:hover,
.estimate-item .rating-area:not(:checked)>label:hover~label,
.estimate-item .rating-area>input:checked+label:hover,
.estimate-item .rating-area>input:checked+label:hover~label,
.estimate-item .rating-area>input:checked~label,
.estimate-item .rating-area>input:checked~label:hover,
.estimate-item .rating-area>input:checked~label:hover~label,
.estimate-item .rating-area>label:hover~input:checked~label {
	color: #4680fd
}

.estimate-item .rate-area>label:active {
	position: relative
}

.reviews__form-inputs {
	-ms-flex-preferred-size: calc(33% - 5px);
	flex-basis: calc(33% - 5px)
}

.reviews__form-estimate-item.estimate-item span {
	color: #fff;
	font-size: 15px;
	font-weight: 500
}

.reviews__form-bottom {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 15px
}

.article-video {
	margin-bottom: 80px
}

.article-services-text__form {
	margin-bottom: 40px
}

.comments__item-info {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	border-bottom: 1px solid #dde3ef;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	padding: 23px 0
}

.comments__item-info b {
	font-family: Days One, sans-serif;
	font-size: 20px;
	line-height: 1
}

.comments__item-info b>span {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #71c399;
	border-radius: 50%;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	margin-right: 15px;
	padding: 12px 16px;
	text-align: center
}

.comments__item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px
}

.comments__btn,
.comments__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.comments__btn {
	margin: 40px auto 0;
	max-width: 220px
}

.article__text {
	margin-bottom: 100px
}

@media (max-width:1110px) {
	.article__form {
		-ms-flex-preferred-size: calc(60% - 10px);
		flex-basis: calc(60% - 10px)
	}

	.estimate {
		-ms-flex-preferred-size: calc(40% - 10px);
		flex-basis: calc(40% - 10px)
	}
}

@media (max-width:1024px) {
	.article__bottom {
		-webkit-box-orient: vertical;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.article__bottom,
	.estimate {
		-webkit-box-direction: normal
	}

	.estimate {
		-webkit-box-orient: horizontal;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-ms-flex-direction: row;
		flex-direction: row;
		justify-content: space-between
	}

	.article__form,
	.estimate {
		padding: 20px
	}
}

@media (max-width:800px) {
	.services-stages__form {
		margin-bottom: 30px
	}

	.estimate-item span {
		font-size: 14px
	}

	.estimate-social__img {
		height: 20px;
		width: 20px
	}

	.rating-area:not(:checked)>label {
		font-size: 20px;
		width: 20px
	}

	.estimate-item,
	.estimate-social__wrap {
		gap: 10px
	}
}

@media(max-width: 991px){
    .main-articles__wrap {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media(max-width: 767px){
    .main-articles__wrap {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
}
@media (max-width:550px) {
	.estimate {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 15px
	}

	.main-articles__item {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}
}

@media (max-width:800px) {
	.articles__picture img {
		border-radius: 10px
	}

	.articles__picture span {
		border-radius: 50px;
		font-size: 12px;
		margin: 5px;
		padding: 2px 10px
	}
    .articles__wrap .articles__name,
	.articles__wrap h5 {
		font-size: 16px
	}
	.articles__title {
		font-size: 16px
	}

	.articles__wrap span {
		font-size: 11px
	}
}

@media (max-width:600px) {
	.comments__item-info {
		padding: 15px 0
	}

	.comments__item-info b {
		font-size: 16px
	}

	.article__text {
		margin-bottom: 45px
	}
}

@media (max-width:400px) {
	.comments__btn {
		margin-top: 25px;
		width: 100%
	}
}

.map {
	background: url(../img/contact/map.webp) 50% no-repeat;
	background-size: cover;
	border-radius: 25px;
	min-height: 440px;
	overflow: hidden;
	padding: 0;
	width: calc(60% - 15px)
}

@supports not (background:url("../img/contact/map.webp")) {
	.map {
		background: url(../img/contact/map.jpg) 50% no-repeat
	}
}

.map__item-page {
	max-height: 680px;
	width: 100%
}

.map__item-page iframe {
	border-radius: 25px;
	height: 100%;
	width: 100%
}

.contact__title {
	margin-bottom: 30px
}

.contact__info {
	background: #f0f2f7;
	border-radius: 20px;
	padding: 45px 50px;
	width: calc(40% - 15px)
}

.contact__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px
}

.contact__inner p {
	color: #333;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	opacity: .65;
	text-align: left
}

.contact__inner a,
.contact__inner span {
	color: #333;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.56;
	text-align: left
}

.phone-contact__info {
	font-size: 22px !important;
	font-weight: 600;
	line-height: 1
}

.contact__info-item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 5px;
	margin-bottom: 25px
}

.contact__info-item,
.contact__info__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.contact__info__wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.contact__info-picture {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	border-radius: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 40px;
	justify-content: center;
	margin-right: 15px;
	width: 40px
}

.contact__info-picture img {
	height: 16px;
	width: 18px
}

.contact__info-btn {
	margin: 15px auto 0;
	width: 100%
}

.section-offset-contact {
	padding: 5px 0 0
}

@media (max-width:1024px) {
	.contact__info {
		padding: 30px
	}

	.phone-contact__info {
		font-size: 20px !important
	}

	.contact__info-item {
		margin-bottom: 15px
	}
}

@media (max-width:800px) {
	.contact__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.contact__info {
		padding: 20px
	}

	.contact__info,
	.map {
		border-radius: 15px;
		width: 100%
	}

	.contact__info-picture {
		height: 36px;
		margin-right: 12px;
		width: 36px
	}
}

.content__inner {
	background: #f0f2f7;
	border-radius: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	padding: 20px
}

.content__inner * {
	-ms-flex-preferred-size: calc(50% - 10px);
	flex-basis: calc(50% - 10px)
}

.content__navigation {
	padding: 15px 20px
}

.content__navigation-title {
	color: #333;
	font-size: 22px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 20px
}

.navigation__item a {
	color: #8c94a8;
	font-size: 16px;
	font-weight: 400;
	line-height: 1
}

.navigation__item::marker {
	color: #e1406d
}

.content__navigation-list {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
	padding-left: 20px
}

.content__navigation-list,
.doc-check {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.doc-check {
	background-color: #5a95ff;
	border-radius: 10px;
	color: #fff;
	font-size: 16px;
	max-height: 305px;
	overflow: hidden;
	padding: 25px 30px;
	position: relative
}

.doc-check:before {
	background-color: #4680fd;
	border-radius: 50%;
	bottom: -340px;
	content: "";
	display: block;
	height: 618px;
	position: absolute;
	right: -480px;
	width: 618px
}

.doc-check span {
	color: hsla(0, 0%, 100%, .651)
}

.doc-check__inner {
	z-index: 2
}

.doc-check__date-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 25px
}

.doc-check__picture {
	top: 20px;
	position: absolute;
	right: 20px
}

.doc-check__name,
.doc-check__text {
	margin-bottom: 10px
}

.doc-check__name {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.25;
	padding-bottom: 10px;
	position: relative
}

.doc-check__name:before {
	background-color: #fff;
	bottom: 0;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	opacity: .8;
	position: absolute;
	width: 80px
}

.doc-check__spec {
	margin-bottom: 65px
}

.doc-check__date span {
	white-space: nowrap
}

@media (max-width:1200px) {
	.doc-check__picture {
		display: none
	}
}

@media (max-width:900px) {
	.content__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

@media (max-width:600px) {
	.content__navigation-title {
		font-size: 18px;
		margin-bottom: 15px
	}

	.navigation__item a {
		font-size: 14px
	}

	.content__inner {
		border-radius: 10px;
		padding: 15px 20px
	}

	.doc-check {
		border-radius: 10px;
		padding: 15px
	}

	.content__navigation {
		padding: 0
	}
}

.filter__list {
	background-color: #fff;
	border: 1px solid #4680fd;
	border-radius: 10px;
	color: #333;
	font-weight: 600;
	left: 0;
	opacity: 0;
	padding: 20px 15px;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: opacity .2s linear, top .4s linear, border-radius .3s linear;
	transition: opacity .2s linear, top .4s linear, border-radius .3s linear;
	z-index: 30
}

.filter__list ul {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	font-weight: 600;
	gap: 10px
}

.filter__list ul li button {
	font-size: 16px;
	font-weight: 600
}

.filter__list ul button:hover {
	color: #4680fd;
	font-weight: 600
}

.filter__current {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border: 1px solid #4680fd;
	border-radius: 10px;
	color: #333;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 600;
	gap: 10px;
	justify-content: space-between;
	padding: 20px 25px;
	position: relative;
	-webkit-transition: border-radius .3s linear;
	transition: border-radius .3s linear;
	width: 100%;
	z-index: 31
}

.filter__current:after {
	border-bottom: 2px solid #4680fd;
	border-right: 2px solid #4680fd;
	content: "";
	display: block;
	font-weight: 600;
	height: 10px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: border-color .4s linear, -webkit-transform .4s linear;
	transition: border-color .4s linear, -webkit-transform .4s linear;
	transition: transform .4s linear, border-color .4s linear;
	transition: transform .4s linear, border-color .4s linear, -webkit-transform .4s linear;
	width: 10px
}

.filter__wrappper {
	max-width: 470px;
	width: 100%
}

@-webkit-keyframes filterHide {
	0% {
		display: -webkit-box;
		display: flex;
		opacity: 1;
		scale: 1
	}

	to {
		display: none;
		opacity: 0;
		scale: .5
	}
}

@keyframes filterHide {
	0% {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		opacity: 1;
		scale: 1
	}

	to {
		display: none;
		opacity: 0;
		scale: .5
	}
}

@-webkit-keyframes filterShow {
	0% {
		display: none;
		opacity: 0;
		scale: .5
	}

	to {
		display: -webkit-box;
		display: flex;
		opacity: 1;
		scale: 1
	}
}

@keyframes filterShow {
	0% {
		display: none;
		opacity: 0;
		scale: .5
	}

	to {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		opacity: 1;
		scale: 1
	}
}

.filter__item {
	-webkit-animation: filterShow .5s forwards;
	animation: filterShow .5s forwards;
	font-weight: 600
}

.filter__item.hide {
	-webkit-animation: filterHide .5s forwards;
	animation: filterHide .5s forwards;
	display: none
}

.filter__wrappper {
	position: relative
}

@media (min-width:1024px) {
	.filter__wrappper:hover .filter__list {
		border-radius: 0 0 10px 10px;
		opacity: 1;
		pointer-events: all;
		top: 100%
	}

	.filter__wrappper:hover .filter__current {
		border-radius: 10px 10px 0 0
	}

	.filter__wrappper:hover .filter__current:after {
		-webkit-transform: rotate(225deg);
		transform: rotate(225deg)
	}
}

@media (max-width:1024px) {
	.filter__list.active {
		border-radius: 0 0 10px 10px;
		opacity: 1;
		pointer-events: all;
		top: 100%
	}

	.filter__current.active {
		border-radius: 10px 10px 0 0
	}

	.filter__current.active:after {
		-webkit-transform: rotate(225deg);
		transform: rotate(225deg)
	}
}

@media (max-width:700px) {
	.filter__wrappper {
		max-width: 100%
	}
}

.tab-content,
.tabs__active-text {
	display: none
}

.tab-content.active,
.text__content table tbody {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.tab-content.active,
.tabs__wrapper,
.text__content table tbody,
.text__content .table {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.tabs__wrapper {
	background: #f0f2f7;
	border-radius: 8px;
	margin-bottom: 10px;
	padding: 3px
}

.tab {
	border-radius: 5px;
	color: #333;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	padding: 17px 20px;
	text-align: center;
	text-transform: uppercase;
	width: 100%
}

.tab.active,
.tab:hover {
	color: #4680fd
}

.tab.active {
	background: #fff;
	border: none
}

.tabs__close {
	display: none
}

@media (max-width:720px) {
	.tabs__wrapper {
		min-width: 300px
	}

	.tabs__container {
		background-color: rgba(0, 0, 0, .6);
		bottom: 0;
		height: 100%;
		left: 0;
		opacity: 0;
		overflow-y: auto;
		pointer-events: none;
		position: fixed;
		right: 0;
		top: 0;
		-webkit-transition: opacity .2s ease;
		transition: opacity .2s ease;
		z-index: 10020
	}

	.tabs__content {
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: center;
		min-height: 100%;
		padding: 60px 20px 20px;
		width: 100%
	}

	.tabs__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		background-color: #fff;
		border-radius: 20px;
		-ms-flex-direction: column;
		flex-direction: column;
		overflow: hidden;
		pointer-events: none;
		scale: .4;
		-webkit-transition: scale .4s ease;
		transition: scale .4s ease
	}

	.tabs.active .tabs__wrapper {
		pointer-events: all;
		scale: 1
	}

	.tabs.active .tabs__container {
		opacity: 1;
		pointer-events: all
	}

	.tabs__active-text {
		font-size: 16px
	}

	.tabs__active,
	.tabs__active-text {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: space-between;
		width: 100%
	}

	.tabs__active {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background-color: #fff;
		border: 1px solid #4680fd;
		border-radius: 10px;
		color: #333;
		font-size: 14px;
		font-weight: 600;
		gap: 10px;
		gap: 20px;
		margin-bottom: 25px;
		padding: 15px 20px;
		pointer-events: all;
		position: relative;
		-webkit-transition: border-radius .3s linear;
		transition: border-radius .3s linear;
		z-index: 31
	}

	.tabs__active :after {
		border-bottom: 2px solid #4680fd;
		border-right: 2px solid #4680fd;
		content: "";
		diansit-transform .4s linear;
		width: 10px
	}
}

.provservices__item {
	display: flex;
	flex-direction: column;
	gap: 20px;
	height: auto;
}

.provservices__item .doctors__item {
	height: 100%;
}

.search-list .hide{
display:none;
}
.doc-check__link {
    display: none;
}



.sitemap__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}

.sitemap__grid > li > a {
    display: block;
	color: #333;
    font-weight: 600;
    text-align: left;
	font-size: 22px;
    transition: all 0.2s ease-in;
}
.sitemap__grid > li > a:hover {
	color: #4680fd;
}


.sitemap__sublist {
	display: flex;
	flex-direction: column;
	gap: 12px;
    margin-top: 16px;
}

.sitemap__sublist > li > a {
    padding-left: 14px;
    position: relative;
}
.sitemap__sublist > li > a::before {
    background: #71c399;
    border-radius: 50%;
    content: "";
    display: block;
    height: 6px;
    left: 0;
    position: absolute;
    top: 9px;
    width: 6px;
}

@media (max-width: 750px) {
    .sitemap__grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }  
    .sitemap__grid > li > a {
        font-size: 18px;
    }
    .sitemap__sublist {
        margin-top: 10px;
    }
}
ul.geography {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 750px) {
    ul.geography {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 450px) {
    ul.geography {
        grid-template-columns: 1fr;
    }
}


.servintro {
    display: grid;
    grid-template-areas: "title utp"
                         "form utp";
    gap: 40px;
}

.servintro__main{grid-area: title;}
.servintro__utp{grid-area: utp;}
.servintro__formblock{grid-area: form;}

.servintro__main h1, .servintro__main p {
    text-align: left;
    margin-top: 0;
}

.servintro__formblock {
    background-color: white;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 30px;
}

.servintro__formtop {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px rgba(90, 149, 255, 0.2) solid;
}

.servintro__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 40px;
    gap: 20px;
}

.servintro__disclaimer {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: flex-start;
    background-color: white;
    border-radius: 20px;
    align-items: center;
    padding: 20px;
    position: relative;
    overflow: hidden;
}

.servintro__dic-icon {
    min-width: 30px;
    min-height: 30px;
}

.servintro__disclaimer span {
    font-size: 14px;
    color: rgba(51, 51, 51, 1);
    text-align: left;
}

.servintro__dic-back {
    position: absolute;
    top: 0;
    right: 0;
}

.servintro__item {
    border-radius: 20px;
    background-color: transparent;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 60px;
    position: relative;
    overflow: hidden;
}

.servintro__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    display: block;
    background-color: rgba(255, 255, 255, 0.1);
    filter: blur(25px);
}

.servintro__icon {
    width: 60px;
    height: 60px;
}

.servintro__item-text {
    text-align: left;
    margin: 0 !important;
    margin-top: auto !important;
}

.servintro__newprice {
    color: rgba(225, 64, 109, 1);
    font-size: 28px;
    font-weight: 800;
}

.servintro__oldprice {
    color: rgba(232, 112, 145, 1);
    text-decoration: line-through;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px;
}

.servintro__price, .servintro__offer {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: flex-end;
}

.servintro__caption {
    font-size: 14px;
    font-weight: 500;
    color: rgba(51, 51, 51, 0.4);
}

.servintro .form__inputs {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}

.servintro .form__input {
    background-color: rgba(235, 242, 255, 1);
    color: rgba(90, 149, 255, 1);
}

.servintro input::placeholder{
    color: rgba(90, 149, 255, 1);
}

.servintro .form__label-tel:before {
    background: url(/newdesign/public_html/assets/img/phone.svg);
    height: 18px;
    width: 18px;
    top: 18px;
}

.servintro .form__btn {
    min-width: 275px;
}

.servintro .form__caption-text {
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    font-weight: 500;
}

.servintro .form__caption-phone {
    font-size: 16px;
    color: rgba(90, 149, 255, 1);
    font-weight: 700;
}

.servintro .form__caption {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.servintro__form.form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.servintro .form__politic, .form__politic a {
    color: rgba(51, 51, 51, 0.7);
}

.servintro__main h1 {
    line-height: 50px;
}

@media(max-width: 1161px){
.servintro {
    grid-template-areas:
        "title"
        "utp"
        "form";
}
}

@media(max-width: 1161px) and (min-width: 1101px){
ul.breadcrumbs {
    margin-top: 150px;
}

}
@media(max-width: 1101px){
.servintro__list {
    grid-template-columns: repeat(1, 1fr);
}
.servintro__item {
    flex-direction: row;
    gap: 15px;
    justify-content: flex-start;
}
.servintro__item-text {
    margin: 0 !important;
    display: flex;
    align-items: center;
    text-align: center;
}
.servintro .form__inputs, .servintro .form__caption {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.servintro__formtop {
    flex-direction: column-reverse;
    align-items: flex-start;
}

.servintro .form__caption {gap:0;}
.servintro__newprice, .servintro__oldprice {
    white-space: nowrap;
}

.servintro__price {
    flex-wrap: wrap;
    gap: 10px;
    row-gap: 0;
}
.servintro__main p {
    margin-bottom: 20px;
}
}

.text__block a {
	color: #4680fd;
}
.text__block a:hover {
	color: #e1406d;
}

.text__content a {
	color: #4680fd;
}
.text__content a:hover {
	color: #e1406d;
}
  .anonim-consult {
    margin-block-end: 160px;
  }

  @media screen and (width<=900px) {
    .anonim-consult {
      margin-block-end: 80px;
    }
  }

  .anonim-consult__inner {
    background: url(../img/bg-anonim-consult.webp) no-repeat center;
    background-size: cover;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 85px;
  }
  .anonim-consult__content {
    max-width: 870px;
    width: 100%;
  }
  .anonim-consult__title {
    font-size: 44px;
    font-weight: 600;
    margin-block-end: 40px;
    text-align: center;
    line-height: 1.2;
  }
  .anonim-consult__text {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    margin-block-end: 50px;
    text-align: center;
  }
  .anonim-consult__text a {
    color: #4680FD;
    font-weight: 700;
    text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-size: 0% 1px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    transition: color 0.2s ease, background-size 0.25s ease;
  }
  .anonim-consult__text a:hover {
    background-size: 100% 1px;
  }
  .anonim-consult__btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .anonim-consult__btn {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    padding: 20px;
    border-radius: 8px;
    max-width: 314px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: scale 300ms;
  }
  .anonim-consult__btn:hover {
    color:#fff;
    scale:1.05;
  }
  .anonim-consult__btn_tg {
    background-color: #34AADF;
  }
  .anonim-consult__btn_max {
    background-color: #3A7BD5;
  }
    @media screen and (width<=900px) {
    .anonim-consult__inner {
      padding: 40px 20px;
    }
    .anonim-consult__title {
      font-size: 28px;
      margin-block-end: 15px;
      text-align: left;
    }
    .anonim-consult__text {
      font-size: 16px;
      margin-block-end: 20px;
      text-align: left;
    }
    .anonim-consult__btns {
      gap: 10px;
      flex-direction: column;
    }
    .anonim-consult__btn {
      padding: 15px;
      max-width: none;
    }
  }
  
  .links {
    margin-block-end: 50px;
    width: 100%;
  }

  .links__list {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
  }

  .links__item {
    width: 100%;
    transition: scale 300ms;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 265px;
    height: 60px;
  }
  
  .links__item:hover {
    scale: 1.03;
  }

  .links__item > a {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    background-color: #F0F2F6;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  @media screen and (width<=900px) {
    .links {
      margin-block-end: 35px;
    }
    .links__list {
      gap: 5px;
    }
    .links__item {
      max-width: none;
      height: 50px;
    }
  }
  
  .doctor__info h2:not(:first-child),
  .doctor__info h3:not(:first-child),
  .doctor__info h4:not(:first-child),
  .doctor__info h5:not(:first-child) {
      margin-block-start: 60px;
  }
  
  .doctor__info {
      margin-block-end: 160px;
  }
  
  @media screen and (width<=900px) {
    .doctor__info {
        margin-block-end: 80px;
    }
  
    .doctor__info h2:not(:first-child),
    .doctor__info h3:not(:first-child),
    .doctor__info h4:not(:first-child),
    .doctor__info h5:not(:first-child) {
        margin-block-start: 30px;
    }
  }
  
  section.text ~ .anonim-consult {
    margin-block: 70px;
}

@media(max-width: 400px) {
	.header__top-picture {
		width: 30px;
		height: 30px;
	}
	.burger__menu {
		width: 30px;
		height: 30px;
	}

	.burger__menu:after,  .burger__menu:before{
		width: 18px;
		left: 6px;
	}

	.burger__menu:after {
		top: 12px;
	}

	.burger__menu:before {
		bottom: 12px;
	}
	.burger__menu.active:after {
		top: 14px;
	}
	.burger__menu.active:before {
		bottom: 15px;
	}
	.header-mobile__wrap {
		align-items: center;
		gap: 5px;
	}

	.header__logo span span {
        font-size: 14px;
    }
	.servintro {
		display: flex;
		flex-direction: column;
	}

	.servintro__main {
		order: 1;
	}
	.servintro__utp {
		order: 2
	}
	.servintro__formblock {
		order: 3
	}
	.servintro .form__btn {
		min-width: 100%;
	}

}
/* ===== ЧИСТЫЕ СТИЛИ ДЛЯ ОБЫЧНЫХ ТАБЛИЦ (НЕ ПРАЙС-ЛИСТ) ===== */
.text__content table:not(.price__table) {
    display: table;
    width: 100%;
    max-width: 100%;
    margin: 30px 0;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    border: 1px solid #b0c4de !important;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-sizing: border-box;
}

/* Заголовки и ячейки */
.text__content table:not(.price__table) th,
.text__content table:not(.price__table) td {
    display: table-cell;
    padding: 14px 18px;
    border-right: 1px solid #b0c4de;
    border-bottom: 1px solid #b0c4de;
    text-align: left;
    vertical-align: top;
    box-sizing: border-box;
}

/* Убираем правую границу у последнего столбца */
.text__content table:not(.price__table) tr th:last-child,
.text__content table:not(.price__table) tr td:last-child {
    border-right: none;
}

/* Убираем нижнюю границу у последней строки */
.text__content table:not(.price__table) tr:last-child td {
    border-bottom: none;
}

/* Стиль заголовков */
.text__content table:not(.price__table) th {
    background-color: #f1f5f9;
    color: #1e293b;
    font-weight: 700;
}

/* Стиль ячеек */
.text__content table:not(.price__table) td {
    color: #334155;
    font-size: 15px;
}

/* Адаптивность: скролл на мобильных */
@media (max-width: 768px) {
    .text__content table:not(.price__table) {
        display: block !important; /* Превращаем в блок-контейнер */
        overflow-x: auto !important; /* Разрешаем горизонтальный скролл */
        -webkit-overflow-scrolling: touch;
        width: 100% !important;
        border-radius: 8px !important;
        /* Убираем скрытие overflow, чтобы скролл не конфликтовал с углами */
        overflow-y: hidden; 
    }

    .text__content table:not(.price__table) thead,
    .text__content table:not(.price__table) tbody {
        width: auto !important; /* Убираем 100%, чтобы таблица могла быть шире экрана */
        min-width: 100% !important;
    }

    .text__content table:not(.price__table) tr {
        display: table-row !important; /* Строки должны оставаться строками */
    }

    .text__content table:not(.price__table) th,
    .text__content table:not(.price__table) td {
        min-width: 150px !important; /* Принудительно задаем ширину для появления скролла */
        white-space: normal !important; 
        display: table-cell !important;
    }
}

.text__content h2 {
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 30px;
    padding-bottom: 0;
}

.text__content h3 {
    font-size: 28px;
    line-height: 1.3;
    margin-top: 45px;
    margin-bottom: 20px;
    padding-top: 0;
}

.text__content h4 {
    font-size: 22px;
    line-height: 1.35;
    margin-top: 35px;
    margin-bottom: 15px;
}

.text__content h5 {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 30px;
    margin-bottom: 10px;
}

/* Параграфы и списки — единый вертикальный ритм */
.text__content p,
.text__content ul,
.text__content ol {
    margin-bottom: 24px; /* кратно высоте строки */
}

.text__content ul,
.text__content ol {
    padding-left: 24px; /* отступ для маркеров */
    gap: 8px;
}

.text__content li {
    margin-bottom: 4px;
}

/* Картинки внутри текста — равномерные отступы */
.text__content picture,
.text__content img {
    margin: 30px 0;
}

/* Адаптив для мобильных */
@media (max-width: 800px) {
    .text__content h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .text__content h3 {
        font-size: 22px;
        margin-top: 35px;
        margin-bottom: 15px;
    }

    .text__content h4 {
        font-size: 18px;
        margin-top: 25px;
        margin-bottom: 10px;
    }
}

@media (max-width: 600px) {
    .text__content {
        font-size: 15px;
    }

    .text__content h2 {
        font-size: 24px;
    }

    .text__content h3 {
        font-size: 20px;
    }

}
/* ===== ИЗОБРАЖЕНИЯ В СТАТЬЯХ (и через picture, и прямые img) ===== */
.text__content picture,
.text__content > img {
    float: right;
    max-width: 450px;
    width: 100%;
    height: auto;
    margin: 0 0 20px 20px;      /* отступ снизу и слева */
    border-radius: 16px;        /* скругление */
    overflow: hidden;           /* чтобы border-radius точно обрезал */
    display: block;
}

/* Вложенный img внутри picture наследует скругление и не дублирует float/отступы */
.text__content picture img {
    float: none;
    margin: 0;
    max-width: 100%;
    border-radius: inherit;
}

/* Очистка float в конце каждого текстового блока */
.text__content::after {
    content: "";
    display: table;
    clear: both;
}

/* Отступы между соседними блоками .text__content */
.text__content + .text__content {
    margin-top: 50px;
}

/* Адаптив: на мобильных центрируем и отключаем обтекание */
@media (max-width: 800px) {
    .text__content picture,
    .text__content > img {
        float: none;
        margin: 20px auto;
        max-width: 100%;
        width: auto !important;   /* сбрасываем фиксированную ширину */
        height: auto !important;  /* сохраняем пропорции */
    }

    .text__content + .text__content {
        margin-top: 30px;
    }
}

/* Убираем увеличенные отступы внутри цитаты */
.text__content blockquote p,
.text__content blockquote ul,
.text__content blockquote ol {
    margin-bottom: 0;           /* или 8px, если нужно разделение абзацев */
}

/* Чтобы последний элемент не создавал лишний отступ снизу */
.text__content blockquote > :last-child {
    margin-bottom: 0;
}