html {
	box-sizing: border-box;
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
}

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

::selection {
	background: #3AB985;
}

/* fixes to plugins */

.fancybox-button--zoom {
	display: none !important;
}

body {
	color: #564E6A;
	margin: 0 !important;
}

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

.owl-dots {
	display: flex;
	justify-content: center;
	margin: 20px 0 0;
}

.owl-dots .owl-dot {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #E2EAEF;
	border: none;
	margin: 0 10px;
	display: block;
	padding: 0;
}

.owl-dots .owl-dot.active {
	background: #3AB985;
}

a {
	color: #35ADE1;
	text-decoration: none;
	transition: all 300ms ease;
}

a:hover {
	text-decoration: underline;
}

b {
	font-weight: bold;
}

i {
	font-style: italic;
}

.hide-mobile {
	display: none;
}

.hide-desktop {
	display: block;
}

a:focus { outline: none; }
a { outline: none; }
* { outline: none; }
*:not(#fake) { outline: none; }

@media screen and (min-width: 420px) {
	.hide-mobile {
		display: block;
	}

	.hide-desktop {
		display: none;
	}
}

.wrapper {
	width: 1218px;
	margin: 0 auto;
}

.wrapper-flex {
	display: flex;
}

.wrapper-small {
	padding: 0 613px 0 0;
}

.wrapper-medium {
	padding: 0 330px 0 0;
}

/* шапка  */

.header {
	z-index: 100;
	width: 100%;
	background: #fff;
}

.header a:hover,
.header a:active {
	color: #3AB985;
	text-decoration: none;
}

.header__nav1 {
	height: 65px;
	border-bottom: 1px solid #E2EAEF;
	padding: 23px 0 0 0;
}

.header__nav1 .wrapper:after {
	content: '';
	clear: both;
}

.header__nav1 li {
	display: inline;
	position: relative;
}

.header__nav1-b1:before {
	content: '';
	display: inline-block;
	background: url(../img/pointer1.svg) 0 0 no-repeat;
	width: 15px;
	height: 18px;
	line-height: 18px;
	margin: 0 10px -3px 0;
}

.header__nav1-b1 {
	font-size: 15px;
	line-height: 130%;
	color: #222026;
	margin: 0 40px 0 0;
}

.header__nav1-b2:before {
	content: '';
	display: inline-block;
	background: url(../img/pointer2.svg) 0 0 no-repeat;
	width: 14px;
	height: 14px;
	line-height: 18px;
	margin: 0 10px -2px 0;
}

.header__nav1-b2 {
	font-size: 15px;
	line-height: 18px;
	color: #222026;
	margin: 0 40px 0 0;
}

.header__nav1-b3 {
	font-size: 15px;
	line-height: 18px;
	color: #222026;
	margin: 0 40px 0 0;
}

.header__nav1-b4 {
	font-size: 15px;
	line-height: 18px;
	color: #222026;
	margin: 0;
	float: right;
}

.header__nav1-dropdown-wrapper {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	left: -23px;
	display: none;
	z-index: 101;
}

.header__nav1-dropdown {
	background: #fff;
	border: 1px solid #B2B9CA;
	box-sizing: border-box;
	box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.05);
	border-radius: 4px;
	min-width: 274px;
	text-align: left;
	padding: 22px 28px 24px;
	margin: 10px 0 0;
}

.header__nav1-dropdown-item:hover .header__nav1-dropdown-wrapper,
.header__nav1-dropdown-item .header__nav1-dropdown-wrapper:hover {
	visibility: visible;
	opacity: 1;
	display: block;
}

.header__nav1-dropdown-item .header__nav1-dropdown li {
	width: 100%;
	text-align: left;
	display: flex;
	justify-content: space-between;
}

.header__nav1-dropdown-item .header__nav1-dropdown li:not(:last-child) {
	margin-bottom: 20px;
}

.header__nav2 > .wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0 0 0;
}

.mobile-menu {
	overflow: hidden;
	height: 100%;
	width: 100%;
	position: fixed;
	touch-action: none;
	-ms-touch-action: none;
}
.mobile-menu .header {
	position: relative;
	z-index: 100000;
}

.header__nav2-hamburger-item {
	display: none;
}

.header__nav2-hamburger {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 48px;
	height: 40px;
	background: linear-gradient(84.51deg, #00B49D -23.3%, #97C25F 142.8%);
	border-radius: 6px;
}

.header__nav2-hamburger span,
.header__nav2-hamburger span:after,
.header__nav2-hamburger span:before {
	display: block;
	width: 20px;
	height: 2px;
	background: #fff;
	border-radius: 2px;
}

.header__nav2-hamburger span {
	position: relative;
}

.header__nav2-hamburger span:after,
.header__nav2-hamburger span:before {
	content: '';
	position: absolute;
}

.header__nav2-hamburger span:before {
	top: -6px;
}

.header__nav2-hamburger span:after {
	bottom: -6px;
}

.header__nav2-close {
	display: none;
	justify-content: center;
	align-items: center;
	width: 48px;
	height: 40px;
	background: linear-gradient(84.51deg, #00B49D -23.3%, #97C25F 142.8%);
	border-radius: 6px;
}

.header__nav2-close span {
	display: block;
	width: 20px;
	height: 2px;
	position: relative;
}

.header__nav2-close span:after,
.header__nav2-close span:before {
	display: block;
	width: 20px;
	height: 2px;
	background: #fff;
	border-radius: 2px;
}

.header__nav2-close span:after,
.header__nav2-close span:before {
	content: '';
	position: absolute;
}

.header__nav2-close span:before {
	transform: rotate(45deg);
}

.header__nav2-close span:after {
	transform: rotate(-45deg);
}

.header__nav2-logo-small-item {
	display: none;
}

.header__nav2-logo {
	display: inline-block;
	margin: 0 20px 0 0;
}

.header__nav2-logo img {
	width: 154px;
	transition: all 300ms ease;
}

.header__nav2-link {
	color: #222026;
	font-size: 17px;
	line-height: 130%;
	font-style: normal;
	font-weight: normal;
	display: inline-block;
}

.header__nav2-link-dropdown:after {
	content: '';
	display: inline-block;
	background: url(../img/pointer3.svg) 0 0 no-repeat;
	width: 13px;
	height: 7px;
	line-height: 18px;
	margin: 0 0 1px 9px;
}

.header__nav2-phone:before {
	content: '';
	display: inline-block;
	background: url(../img/phone.svg) 0 0 no-repeat;
	width: 18px;
	height: 18px;
	line-height: 18px;
	margin: 0 10px -3px 0;
}

.header__nav2-phone {
	font-size: 15px;
	line-height: 130%;
	color: #222026;
	display: inline-block;
}

.header__nav2-signup {
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #222026;
	border: 2px solid #35ADE1;
	border-radius: 6px;
	width: 160px;
	height: 40px;
	display: inline-block;
	text-align: center;
	line-height: 36px;
	/*transition: background 300ms ease;*/
	font-size: 13px;
	background-color: #fff;
}

.header__nav2-dropdown-small-item {
	position: relative;
}

.header__nav2-dropdown-wrapper,
.header__nav2-dropdown-small-wrapper {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	left: 0;
	z-index: 101;
	width: 100%;
	transition: visibility 0s, opacity 0.3s ease;
}

.header__nav2-dropdown-small-wrapper {
	width: 360px;
	left: -30px;
}

.header__nav2-dropdown {
	background: #F6F7F9;
	margin: 29px 0 0;
	padding: 30px 0;
	width: 100%;
}

.header__nav2-dropdown-small {
	background: #FFFFFF;
	border: 1px solid #B2B9CA;
	box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.05);
	border-radius: 4px;
	width: 360px;
	margin: 10px 0 0;
	padding: 22px 22px 20px 28px;
}

.header__nav2-item > a {
	position: relative;
	padding: 0 5px;
}

.header__nav2-item:hover > a,
.header__nav2-item-active > a {
	color: #3AB985;
}

.header__nav2-item:hover > a:before,
.header__nav2-item-active > a:before {
	content: '';
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 4px;
	left: 0;
	top: -30px;
	background: #3AB985;
}

.header__nav2-dropdown-item:hover .header__nav2-dropdown-wrapper,
.header__nav2-dropdown-item .header__nav2-dropdown-wrapper:hover,
.header__nav2-dropdown-small-item:hover .header__nav2-dropdown-small-wrapper,
.header__nav2-dropdown-small-item .header__nav2-dropdown-small-wrapper:hover {
	visibility: visible;
	opacity: 1;
}

.header__nav2-dropdown-title {
	color: #222026;
	font-weight: bold;
	font-size: 32px;
	line-height: 140%;
	width: 100%;
	display: block;
	margin: 10px 0 30px;
}

.header__nav2-dropdown-subtitle {
	color: #222026;
	font-weight: bold;
	font-size: 17px;
	line-height: 130%;
	margin: 0 0 10px;
}

.header__nav2-dropdown-list {
	margin: 0 81px 0 0;
}

.header__nav2-dropdown-list li:not(:last-child) {
	margin: 0 0 10px;
}

.header__nav2-dropdown-list li.header__nav2-dropdown-list-divider {
	margin: 30px 0 10px;
	display: block;
}

.header__nav2-dropdown a {
	color: #222026;
	font-size: 16px;
	line-height: 130%;
	white-space: nowrap;
}

.header__nav2-dropdown-banners li {
	background: #FFFFFF;
	border-radius: 10px;
	padding: 22px 20px;
}

.header__nav2-dropdown-banners li:not(:last-child) {
	margin: 0 0 10px;
}

.header__nav2-dropdown-banners p {
	color: #564E6A;
	font-size: 15px;
	line-height: 140%;
	margin: 0 0 10px;
}

.header__nav2-dropdown-banners a {
	color: #35ADE1;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
	line-height: 130%;
}

.header__nav2-dropdown-small a {
	font-size: 15px;
	line-height: 130%;
	color: #222026;
}

.header__nav2-dropdown-small span {
	background: #35ADE1;
	border-radius: 36px;
	padding: 4px 10px;
	font-weight: 500;
	font-size: 13px;
	line-height: 130%;
	color: #FFFFFF;
	display: inline-block;
}

.header__nav2-dropdown-small li:not(:last-child) {
	margin: 0 0 10px;
	display: flex;
	justify-content: space-between;
}

.covid-19__banner {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 100;
	width: 100%;
	height: 50px;
	background: linear-gradient(84.51deg, #00B49D -23.3%, #97C25F 142.8%);
	font-size: 15px;
	line-height: 140%;
	color: #fff;
}

.covid-19__banner p {
	padding: 0 20px 0 0;
}

.covid-19__banner a {
	color: #fff;
	text-decoration: underline;
}

.covid-19__banner a:hover {
	text-decoration: none;
}

.covid-19__banner .wrapper {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: space-between;
}

.covid-19__banner-close {
	display: block;
	position: relative;
	width: 20px;
	height: 20px;
	opacity: 0.7;
	margin-right: -10px;
}

.covid-19__banner-close:hover {
	opacity: 1;
}

.covid-19__banner-close:before, .covid-19__banner-close:after {
	position: absolute;
	left: 0;
	content: ' ';
	height: 20px;
	width: 2px;
	background-color: #fff;
}

.covid-19__banner-close:before {
	transform: rotate(45deg);
}

.covid-19__banner-close:after {
	transform: rotate(-45deg);
}

.header__fixed {
	padding-top: 60px;
}

.header__fixed .header__nav1 {
	display: none;
}

.header__fixed .header__nav2 {
	box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.05);
}

.header__fixed .header__nav2 > .wrapper {
	height: 60px;
	padding: 0;
}

.header__fixed .header {
	position: fixed;
	left: 0;
	top: 0;
}

.header__fixed .header__nav2-logo img {
	width: 111px;
}

.header__fixed .header__nav2-signup {
	background: none;
	color: #FFFFFF;
	border-width: 0;
	line-height: 38px;
	position: relative;
	letter-spacing: 0.08em;
}

.header__fixed .header__nav2-signup span {
	position: relative;
	z-index: 2;
}

.header__fixed .header__nav2-signup:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(84.51deg, #00B49D -23.3%, #97C25F 142.8%);
	opacity: 1;
	transition: inherit;
	border-radius: 6px;
	z-index: 1;
}

.header__fixed .header__nav2-signup:hover:before {
	opacity: 0;
}

.header__fixed .header__nav2-signup:hover {
	background: #2CCA89;
	color: #fff;
}

.header__fixed .header__nav2-signup:active {
	background: #1E9162;
	color: #fff;
}

.header__fixed .header__nav2-dropdown {
	margin: 19px 0 0;
}

/* кнопки */

.button1 {
	border: none;
	border-radius: 6px;
	padding: 0 33px;
	height: 51px;
	font-weight: 500;
	font-size: 15px;
	align-items: center;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #FFFFFF;
	display: inline-flex;
	justify-content: space-around;
	transition: all 300ms ease;
	text-align: center;
	position: relative;
	outline: none;
}

.button1 span {
	position: relative;
	z-index: 2;
	outline: none;
}

.button1:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(84.51deg, #00B49D -23.3%, #97C25F 142.8%);
	opacity: 1;
	transition: inherit;
	border-radius: 6px;
	z-index: 1;
}

.button1:hover:before {
	opacity: 0;
}

.button1:hover {
	background: #2CCA89;
	color: #fff;
	text-decoration: none;
}

.button1:active {
	background: #1E9162;
	color: #fff;
	text-decoration: none;
}

.button1:disabled {
	background: #E2EAEF;
	color: #fff;
	text-decoration: none;
}

.button2 {
	display: inline-flex;
	border: 2px solid #35ADE1;
	border-radius: 6px;
	padding: 0 33px;
	height: 51px;
	text-align: center;
	color: #222026;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 15px;
	transition: all 300ms ease;
	align-items: center;
	justify-content: space-around;
	outline: none;
}

.button2:hover {
	text-decoration: none;
	background: #35ADE1;
	color: #fff;
}

.button3 {
	display: inline-flex;
	align-items: center;
	border-radius: 6px;
	padding: 0 33px;
	height: 51px;
	text-align: center;
	color: #fff;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 15px;
	transition: all 300ms ease;
	background: #35ADE1;
	outline: none;
}

.button3:hover {
	background: #77CCF1;
	color: #fff;
	text-decoration: none;
}

.button3:active {
	background: #1E7EA8;
	color: #fff;
	text-decoration: none;
}

.button3:disabled {
	background: #E2EAEF;
	color: #fff;
	text-decoration: none;
}

.button4 {
	display: inline-flex;
	align-items: center;
	border-radius: 36px;
	padding: 0 20px;
	height: 39px;
	text-align: center;
	color: #fff;
	font-weight: 500;
	font-size: 17px;
	line-height: 130%;
	transition: all 300ms ease;
	background: #3AB985;
	outline: none;
}

/* видео */

.video__wrapper {
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding-top: 430px;
	border-radius: 4px;
	overflow: hidden;
}

.video__iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
}

.video__poster {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	border: none;
	overflow: hidden;
	opacity: 1;
	transition: opacity 800ms, height 0s;
	transition-delay: 0s, 0s;
	background-repeat: no-repeat;
}

.video__poster:hover {
	cursor: pointer;
}

.video__poster button {
	display: block;
	width: 80px;
	height: 80px;
	position: absolute;
	left: 60px;
	bottom: 60px;
	border: none;
	background: #fff;
	border-radius: 50%;
	z-index: 91;
	box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.25);
	transition: .3s;
	animation: hoverWave linear 1s infinite;
}

.video__poster button:hover {
	animation: none;
}

.video__poster button:before {
	content: '';
	display: block;
	position: absolute;
	left: calc(50% - 7px);
	top: calc(50% - 14px);
	border: 14px solid transparent;
	border-left: 20px solid #3AB985;
}

.video__poster span {
	display: block;
	padding: 8px 13px 8px 25px;
	position: absolute;
	left: 124px;
	bottom: 85px;
	z-index: 90;
	color: #fff;
	background: #35ADE1;
	opacity: 1;
}

.video__wrapper-active .video__poster {
	opacity: 0;
	height: 0;
	transition-delay: 0s, 800ms;
}


@-webkit-keyframes hoverWave {
	0% {
		box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 0 rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
	}
	40% {
		box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 15px rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
	}
	80% {
		box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 26.7px rgba(56,163,253,0.067)
	}
	100% {
		box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 40px rgba(56,163,253,0.0)
	}
}

@keyframes hoverWave {
	0% {
		box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 0 rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
	}
	40% {
		box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 15px rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
	}
	80% {
		box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 26.7px rgba(56,163,253,0.067)
	}
	100% {
		box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 40px rgba(56,163,253,0.0)
	}
}


/* контент */

.link__more {
	font-weight: bold;
	font-size: 17px;
	line-height: 130%;
	text-transform: uppercase;
	color: #35ADE1;
}

.link__more:after {
	content: '';
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url(../img/arrow_right.svg) no-repeat 0 0;
	margin: 0 0 -6px 18px;
	-webkit-transition-duration: 300ms;
	-o-transition-duration: 300ms;
	transition-duration: 300ms;
	-webkit-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	shape-rendering: geometricPrecision;
}

.link__more:hover:after {
	-webkit-transform: translate(10px, 0);
	-ms-transform: translate(10px 0);
	transform: translate(10px 0);
}

.content h2 {
	font-weight: 700;
	font-size: 42px;
	line-height: 140%;
	color: #222026;
	margin: 0 0 30px;
}

.content h2 span {
	font-weight: 300;
}

.content__background-blue .content h2 {
	color: #fff;
}

.content__background-green .content h2 {
	color: #fff;
}

.content h3 {
	font-weight: bold;
	font-size: 32px;
	line-height: 140%;
	color: #222026;
	margin: 0 0 30px;
}

.content h4 {
	font-weight: bold;
	font-size: 28px;
	line-height: 140%;
	letter-spacing: -0.25px;
	color: #222026;
}

.content h5 {
	font-weight: bold;
	font-size: 20px;
	line-height: 140%;
	color: #222026;
	margin: 0 0 20px;
}

.content p {
	font-size: 20px;
	line-height: 140%;
	margin: 0 0 30px;
}

.content .quote {
	margin-bottom: 30px;
}

.content p.small {
	font-size: 17px;
	line-height: 140%;
	margin: 0 0 30px;
}

.content p + h2,
.content .quote + h2 {
	margin: 50px 0 30px !important;
}

.content p + h3,
.content .quote + h3 {
	margin: 50px 0 30px !important;
}

.content p + h4,
.content .quote + h4 {
	margin: 50px 0 30px !important;
}

.content ul.list-1 {
	margin: 0 0 30px;
}

.content ul.list-1 > li {
	margin: 0 0 5px; /*20px -> 5px*/
	font-size: 20px;
	line-height: 140%;
	padding: 0 0 0 16px;
}

.content ul.list-1 > a:hover {
	color: #3560e1;
}


.content ul.list-1.small > li {
	font-size: 17px;
}

.content ul.list-1 > li:before {
	content: '';
	background: #35ADE1;
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	margin: 0 10px 3px -16px;
}

.content ol {
	margin: 0 0 30px;
	counter-reset: counter;
}

.content ol > li {
	margin: 0 0 20px;
	font-size: 20px;
	line-height: 140%;
	counter-increment: counter;
}

.content ol > li:before {
	content: counter(counter) '.';
	margin: 0 10px 0 0;
}

.quote {
	background: #eee; /* #F6F7F9; */
	border-radius: 10px;
	padding: 24px 30px 37px;
	position: relative;
}

.quote:after {
	content: '';
	display: block;
	width: 30px;
	height: 24px;
	position: absolute;
	right: 20px;
	top: -10px;
	background: url(../img/quote.svg) no-repeat 0 0;
	background-size: contain;
}

.quote-alina {
	background: #F6F7F9;
	border-radius: 10px;
	padding: 24px 30px 24px;
	position: relative;
	border-left:6px solid #35ADE1;
	margin-bottom: 36px;
}

.quote-alina :after {
	content: '';
	display: block;
	width: 30px;
	height: 24px;
	position: absolute;
	right: 20px;
	top: -10px;
	background-size: contain;
}

.quote-alina p {
	font-size: 20px;
	line-height: 140%;
	color: #564E6A;
	margin: 0 0 0px;
}

.quote h5 {
	font-weight: bold;
	font-size: 20px;
	line-height: 140%;
	color: #222026;
	margin: 0 0 10px;
}

.quote p {
	font-size: 17px;
	line-height: 140%;
	color: #564E6A;
	margin: 0 0 20px;
}

.quote__author {
	display: flex;
	align-items: center;
}

.quote__author img {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	margin: 0 17px 0 0;
}

.quote__author p {
	font-size: 17px;
	line-height: 140%;
	color: #222026;
	margin: 0 !important;
}

.quote__author p span {
	font-weight: bold;
	font-size: 15px;
	line-height: 140%;
	color: #222026;
	display: block;
	margin: 5px 0 0;
}

.quote-t2 {
	font-size: 17px;
	line-height: 140%;
	color: #222026;
	padding: 0 0 0 30px;
	border-left: 4px solid #3AB985;
	margin: 0 0 30px;
}

.quote-t3 {
	font-weight: 700;
	font-size: 17px;
	line-height: 140%;
	color: #222026;
	position: relative;
}

.quote-t3 span {
	font-weight: 400;
}

.quote-t3:after {
	content: '';
	display: block;
	width: 170px;
	height: 86px;
	position: absolute;
	background: url(../img/sign.png) no-repeat 0 0;
	left: 85px;
	top: -20px;
}

.content__background-gray {
	background: #F6F7F9;
}

.content__background-green {
	background: linear-gradient(84.51deg, #00B49D -23.3%, #97C25F 142.8%);
	color: #fff;
}

.content__background-blue {
	background: #35ADE1;
	color: #fff;
}

.content__color-black {
	color: #222026 !important;
}

.content__color-dark {
	color: #564E6A !important;
}

.content__color-blue {
	color: #35ADE1 !important;
}

.table1 {
	width: 100%;
}

.table1__row-header, .table1__row {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 15px 11px 15px 30px;
}

.table1__row-header > div {
	color: #222026;
	font-weight: bold;
	font-size: 28px;
	line-height: 140%;
	text-align: left;
}

.table1__row > div {
	font-size: 17px;
	line-height: 130%;
	text-align: left;
	color: #564E6A;
}

.table1__row-header > div:nth-child(1),
.table1__row > div:nth-child(1) {
	width: 70%;
}

.table1__row-header > div:nth-child(2),
.table1__row > div:nth-child(2) {
	width: 30%;
	padding-left: 20px;
}

.table1__row-header > div:nth-child(1) span {
	display: inline-block;
	padding-right: 100px;
	border-bottom: 2px solid #35ADE1;
}

.table1__row > div:nth-child(2) {
	border-left: 1px solid #35ADE1;
}

.table1__row {
	background: #F6F7F9;
	border-radius: 4px;
}

.table1__row:nth-child(even) {
	background: #fff;
}

@media screen and (max-width: 799px) {
	.table1__row-header, .table1__row {
		padding: 15px 11px 15px 11px;
	}

	.table1__row-header > div {
		font-size: 20px;
	}

	.table1__row > div {
		font-size: 14px;
	}

	.table1__row-header > div:nth-child(1),
	.table1__row > div:nth-child(1) {
		width: 60%;
		margin-right: 10px;
	}

	.table1__row-header > div:nth-child(2),
	.table1__row > div:nth-child(2) {
		width: 40%;
		padding-left: 10px;
	}

	.table1__row-header > div:nth-child(1) span {
		padding-right: 50px;
	}

}

/* текст */

.form__input {
	margin: 0 0 20px;
	position: relative;
}

.form__input-half {
	width: 48.5%;
}

.form__input label {
	font-size: 15px;
	line-height: 140%;
	color: #564E6A;
	margin: 0 0 10px;
	display: block;
}

.form__input input,
.form__input textarea {
	background: #FFFFFF;
	border: 1px solid #E2EAEF;
	border-radius: 4px;
	display: block;
	width: 100%;
	padding: 13px 15px;
	font-size: 17px;
	line-height: 130%;
	color: #222026;
	font-family: 'Inter', sans-serif;
}

.form__input input::placeholder,
.form__input textarea::placeholder {
	color: #B2B9CA;
}

.form__input textarea {
	min-height: 225px;
}

.form__input-counter {
	padding: 15px 0 40px;
	position: relative;
	border: 1px solid #E2EAEF;
	border-radius: 4px;
}

.form__input-counter textarea {
	resize: none;
	border: none;
	min-height: 200px;
	height: 200px;
	padding-top: 0;
	padding-bottom: 0;
}

.form__input-counter span {
	position: absolute;
	left: 15px;
	bottom: 15px;
	color: #B2B9CA;
}

.form__input input:focus,
.form__input textarea:focus {
	border: 1px solid #222026;
}

.form__input-counter textarea:focus {
	border: none;
}

.form__input-counter:focus-within {
	border: 1px solid #222026;
}

.form__input .input__checkbox + label {
	color: #222026;
}

.form__input .form__input__textarea-counter {
	position: absolute;
	font-size: 15px;
	line-height: 140%;
	color: #B2B9CA;
	width: calc(100% - 20px);
	height: 45px;
	background: #fff;
	left: 10px;
	bottom: 1px;
	padding: 5px 0 20px 10px;
}

.input__text {
	background: #FFFFFF;
	border: 1px solid #E2EAEF;
	border-radius: 4px;
	display: block;
	width: 350px;
	padding: 13px 15px;
	font-size: 17px;
	line-height: 130%;
	color: #222026;
	width: 100%;
}

.input__text:focus {
	border: 1px solid #222026;
}

/* окноввода */

.input__textarea {
	background: #FFFFFF;
	border: 1px solid #E2EAEF;
	border-radius: 4px;
	display: block;
	width: 350px;
	padding: 13px 15px;
	font-size: 17px;
	line-height: 130%;
	color: #222026;
	width: 100%;
	min-height: ;
}

.input__textarea:focus {
	border: 1px solid #222026;
}

/* дата */

.input__date {
	position: relative;
}

.input__date:after {
	content: '';
	display: block;
	width: 20px;
	height: 22px;
	position: absolute;
	right: 16px;
	top: 14px;
	background: url(../img/date.svg) no-repeat;
}

.input__date .input__text {
	padding-right: 40px;
}

/* чекбокс */

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

.input__checkbox + label {
	display: inline-flex;
	align-items: center;
	user-select: none;
	cursor: pointer;
	position: relative;
}

.input__checkbox + label:before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	flex-shrink: 0;
	flex-grow: 0;
	border: 1px solid #00B49D;
	border-radius: 4px;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
}

.input__checkbox:checked + label:before {
	border-color: transparent;
	background: linear-gradient(84.51deg, #00B49D -23.3%, #97C25F 142.8%);
}

.input__checkbox:checked + label:after {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	left: 5px;
	/*top: 4px;*/
	background: url(../img/arrow_checkbox.svg) no-repeat 0 0;
}

.input__checkbox:not(:disabled):not(:checked) + label:hover:before {
	border-color: #97C25F;
}

/* стили для активного состояния чекбокса (при нажатии на него) */
.input__checkbox:not(:disabled):active + label:before {
	background-color: rgba(0, 180, 157, .25);
	border-color: #b3d7ff;
}

/* стили для чекбокса, находящегося в фокусе */
.input__checkbox:focus + label:before {
	box-shadow: 0 0 0 0.2rem rgba(151, 194, 95, .25);
}

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.input__checkbox:focus:not(:checked) + label:before {
	border-color: #80bdff;
}

.input__checkbox:disabled + label:before {
	background-color: #fff;
	border-color: #E2EAEF;
	color: #E2EAEF;
}

.input__checkbox:disabled + label {
	color: #B2B9CA;
}

/* радиокнопка */

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

.input__radio + label {
	display: inline-flex;
	align-items: center;
	user-select: none;
	cursor: pointer;
	position: relative;
}

.input__radio + label:before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	flex-shrink: 0;
	flex-grow: 0;
	border: 1px solid #00B49D;
	border-radius: 50%;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
}

.input__radio:checked + label:before {
	border-color: transparent;
	background: linear-gradient(84.51deg, #00B49D -23.3%, #97C25F 142.8%);
}

.input__radio:checked + label:after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	left: 8px;
	/*top: 8px;*/
}

.input__radio:not(:disabled):not(:checked) + label:hover:before {
	border-color: #97C25F;
}

.input__radio:not(:disabled):active + label:before {
	background-color: rgba(0, 180, 157, .25);
	border-color: #b3d7ff;
}

.input__radio:focus + label:before {
	box-shadow: 0 0 0 0.2rem rgba(151, 194, 95, .25);
}

.input__radio:focus:not(:checked) + label:before {
	border-color: #80bdff;
}

.input__radio:disabled + label:before {
	background-color: #fff;
	border-color: #E2EAEF;
	color: #E2EAEF;
}

.input__radio:disabled + label {
	color: #B2B9CA;
}

/* баннер ковид */

.covid-19__banner-2 {
	background: #35ADE1;
	border-radius: 4px;
	color: #fff;
	padding: 25px 42px;
	margin: 0 0 -58px;
	position: relative;
	z-index: 10;
}

.covid-19__banner-2 h3 {
	font-weight: 700;
	font-size: 28px;
	line-height: 130%;
	margin: 0 0 7px;
}

.covid-19__banner-2 p {
	font-weight: 400;
	font-size: 17px;
	line-height: 130%;
}

.covid-19__banner-2 a {
	color: #fff;
	text-decoration: underline;
}

.covid-19__banner-2 a:hover {
	text-decoration: none;
}

/* главная страница */

/* первый промо блок */

.promotopbanner {
	padding: 90px 0 100px;
}

.promotopbanner .wrapper-flex {
	justify-content: space-between;
}

.promotopbanner h2 {
	font-weight: 700;
	font-size: 48px;
	line-height: 140%;
	color: #222026;
	letter-spacing: -1px;
	margin: 35px 0 0;
}

.promotopbanner h2 span {
	font-weight: 300;
}

.promotopbanner h3 {
	font-size: 24px;
	line-height: 140%;
	letter-spacing: -0.25px;
	color: #564E6A;
	margin: 24px 0 30px;
	font-weight: 400;
}

.promotopbanner {
	padding: 90px 0 100px;
}

.promotopbanner__promo-image img {
	width: 620px;
}

.promotopbanner__service .promotopbanner__promo-image img {
	margin-top: -80px;
}

.promotopbanner__promo-image-mobile {
	display: none;
}

.promotopbanner .button1 {
	width: 240px;
	margin: 0 20px 0 0;
}

.promotopbanner__icons {
	margin: 60px 0 0;
}

.promotopbanner__icon {
	display: flex;
	align-items: center;
	width: 279px;
	height: 64px;
	font-size: 17px;
	line-height: 140%;
	color: #222026;
}

.promotopbanner__icon:before {
	content: '';
	display: inline-block;
	width: 64px;
	height: 64px;
	margin: 0 16px 0 0;
}

.promotopbanner__icon-time {
	background: url(../img/icons/time.svg) no-repeat -20px -5px;
}

.promotopbanner__icon-doctor {
	background: url(../img/icons/doctor.svg) no-repeat -20px -5px;
}

.promotopbanner__icon-date {
	background: url(../img/icons/date.svg) no-repeat -20px -5px;
}

.promotopbanner__icon-tomo {
	background: url(../img/icons/tomo.svg) no-repeat -20px -5px;
}

.promo2 {
	padding: 160px 0 90px;
}

.promo2__col1 {
	width: 37%;
}

.promo2__col2 {
	width: 57%;
}

.promo2__col3 {
	width: 48.77%;
}

.promo2__col4 {
	width: 46%;
}

.promo2 h2 span {
	 display: block;
}

.promo2__col2 .link__more {
	display: none;
}

.promo2 .wrapper-flex {
	justify-content: space-between;
}

.promo2 .video__wrapper {
	margin: 0 0 30px;
}

.promo3 {
	padding: 100px 0 0;
}

.promo3__col1 {
	width: 47%;
}

.promo3__col2 {
	width: 47%;
}

.promo3 .wrapper-flex {
	justify-content: space-between;
}

.promo3__carousel {
	margin: 20px 0 0;
}

.promo3__carousel .owl-stage {
	width: 4400px !important;
}

.promo3__carousel .owl-item {
	background: #F6F7F9;
	border-radius: 4px;
	width: 334px !important;
	height: 430px;
	padding: 30px;
}

.promo3__carousel .owl-dots.disabled {
	display: flex !important;
}

.promo3__carousel-item h4 {
	font-weight: bold;
	font-size: 20px;
	line-height: 140%;
	letter-spacing: -0.25px;
	color: #222026;
	margin: 0 0 20px;
}

.promo3__carousel-item p {
	font-size: 17px;
	line-height: 140%;
	color: #564E6A;
}

.promo3__carousel-item .wrapper-flex {
	margin: 0 0 34px;
}

.promo3__icon {
	display: block;
	width: 64px;
	height: 64px;
}

.promo3__icon-arrow {
	background: url(../img/icons/arrow.svg) no-repeat 0 0;
}

.promo3__icon-phone {
	background: url(../img/icons/phone.svg) no-repeat 0 0;
}

.promo3__icon-percent {
	background: url(../img/icons/percent.svg) no-repeat 0 0;
}

.promo3__icon-new {
	background: url(../img/icons/new.svg) no-repeat 0 0;
}

.promo3__icon-pups {
	background: url(../img/icons/pups.svg) no-repeat 0 0;
}

.promo3__number {
	text-align: right;
	letter-spacing: -1px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 72px;
	line-height: 1;
	margin: -8px 0 0;
}

.promo4 {
	padding: 100px 0 0;
}

.promo4__col1 {
	width: 65.5%;
}

.promo4__col3 {
	width: 65.5%;
}

.promo4__col4 {
	width: 31.5%;
	padding: 44px 50px 28px 42px;
	border-radius: 4px;
}

.promo4 .wrapper-flex {
	justify-content: space-between;
}

.promo4 h3 {
	font-weight: bold;
	font-size: 24px;
	line-height: 140%;
	color: #222026;
	margin: 0 0 20px;
}

.promo4 p {
	font-size: 17px;
	line-height: 140%;
	color: #564E6A;
}

.promodoctors {
	padding: 100px 0 0;
}

.promodoctors h2 span {
	display: block;
}

.promodoctors .wrapper {
	position: relative;
}

.promodoctors .link__more {
	position: absolute;
	top: 10px;
	right: 0;
}

.promodoctors .content p {
	width: 50%;
	letter-spacing: -0.25px;
}

.promodoctors__carousel {
	margin: 50px 0 0;
}

/* карточка доктора */

.doctor img {
	width: 100%;
	margin: 0 0 20px;
	border-radius: 4px;
}

.doctor h3 {
	font-size: 20px;
	line-height: 140%;
	margin: 0 0 12px;
	font-weight: 400;
}

.doctor h3 a {
	color: #222026;
}

.doctor h4 {
	font-weight: bold;
	font-size: 17px;
	line-height: 140%;
	color: #222026;
	margin: 0 0 12px;
}

.doctor p {
	font-weight: normal;
	font-size: 15px;
	line-height: 140%;
	color: #564E6A;
	margin: 0 0 12px;
}

.doctor-stage {
	display: inline-block;
	border: 1px solid #35ADE1;
	border-radius: 36px;
	padding: 8px 18px;
	margin: 0 10px 0 0;
	font-weight: 500;
	font-size: 13px;
	line-height: 130%;
}

.doctor-reviews {
	font-weight: 500;
	font-size: 13px;
	line-height: 35px;
}

.promo5 {
	padding: 100px 0 0;
}

.promo5 .wrapper-flex {
	justify-content: space-between;
}

.promo5__col1 {
	width: 594px;
}

.promo5__col2 {
	width: calc(100% - 594px);
}

.promo5__col2 img {
	width: 100%;
}

.promo5 h2 span {
	color: #564E6A;
}

.promo6 {
	padding: 100px 30px 120px;
	color: #fff;
}

.promo6__col1 {
	width: 48%;
}

.promo6__col2 {
	width: 48%;
}

.promo6 h2 {
	color: #fff;
}

.promo6 h2 span {
	display: block;
}

.promo6 .wrapper-flex {
	justify-content: space-between;
}

.promo6__image {
	margin: 20px auto 0;
	max-width: 1394px;
	height: 600px;
	background: url(../img/tomo.jpg) no-repeat 50% 50%;
	background-size: contain;
	background-color: #fff;
	padding: 80px 88px;
	border-radius: 4px;
}

.promo6__image ul li {
	color: #222026;
	font-size: 20px;
	line-height: 140%;
	margin: 0 0 14px;
	padding: 0 0 0 40px;
}

.promo6__image ul li:last-child {
	margin: 0 0 235px;
}

.promo6__image ul li:before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(../img/list-pointer.svg) no-repeat 0 0;
	margin: 0 16px -5px -40px;
}

.promoabouthow {
	padding: 100px 0 120px;
}

.promoabouthow__col1 {
	width: 48.76%;
}

.promoabouthow__col2 {
	width: 40.2%;
}

.promoabouthow .wrapper-flex {
	justify-content: space-between;
}

.promoabouthow__list img {
	margin: 0 0 17px;
}

.promoabouthow__list h4 {
	margin: 0 0 17px;
	font-size: 24px;
}

.promoabouthow h2 span {
	display: block;
}

.promoabouthow__list h4 span {
	display: block;
}

.promoabouthow__list p {
	font-size: 17px;
	line-height: 140%;
	color: #222026;
	margin: 0 0 17px;
}

.promoabouthow__list li:not(:last-child) {
	margin: 0 0 80px;
}

.promoabouthow__fixed {
	position: sticky;
	top: 100px;
}

.promoabouthow__list img {
	width: 340px;
}

.promo10 {
	padding: 50px 0 60px;
}

.promo10__col1 {
	width: 39.9%;
}

.promo10__col2 {
	width: 57.3%;
}

.promo10 p {
	font-size: 17px;
	line-height: 140%;
	color: #564E6A;
}

.promo10 > .wrapper-flex {
	justify-content: space-between;
}

.promo10 .video__wrapper {
	padding-top: 415px;
}

.promo10 .button1 {
	margin: 0 30px 0 0;
}

.promoreviews h2 {
	margin: 0 0 20px;
}

.promoreviews__wrapper {
	max-width: 1680px;
	margin: 0 auto;
	padding: 100px 0 120px;
}

.promoreviews .wrapper {
	position: relative;
}

.promoreviews__carousel.owl-carousel {
	margin: 20px 0 0;
}

.promoreviews__carousel-item {
	padding: 30px 0 0;
}

.promoreviews__carousel-item > .promoreviews__carousel-item_review-who,
.promoreviews__carousel-item > .promoreviews__carousel-item_review-title {
	display: none;
}

.promoreviews__carousel-item_review-title {
	font-size: 24px;
}

.promoreviews__carousel-item .wrapper-flex {
	justify-content: space-between;
}

.promoreviews__carousel-item_image {
	width: 24%;
	position: relative;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.promoreviews__carousel-item_image:after {
	content: '';
	display: block;
	width: 72px;
	height: 55px;
	position: absolute;
	right: -20px;
	top: -30px;
	background: url(../img/quote.svg) no-repeat 0 0;
}

.promoreviews__carousel-item_image .video__wrapper {
	padding-top: 470px;
	background-size: contain;
	border: 2px solid #222026;
	border-radius: 10px;
	overflow: hidden;
}

.promoreviews__carousel-item_review {
	width: 72%;
}

.promoreviews__carousel-item_review h4 {
	margin: 0 0 30px !important;
}

p.promoreviews__carousel-item_review-who {
	font-size: 17px;
	line-height: 140%;
	color: #222026;
}

.promoreviews__carousel .owl-dots {
	position: absolute;
	left: 28%;
	bottom: 0;
}

.promoreviews__carousel .owl-dot {
	background-color: transparent;
	--duration: 10;
	display: inline-block;
	border: none;
	border-radius: 100%;
	width: 50px;
	height: 50px;
	position: relative;
	margin: 0 20px 0 0;
	opacity: 0.22;
}

.promoreviews__carousel .owl-dot.active {
	opacity: 1;
	background: linear-gradient(left, #222026 50%, #F6F7F9 50%);
	background: -webkit-linear-gradient(left, #222026 50%, #F6F7F9 50%);
}

.promoreviews__carousel .owl-dot span {
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 50%;
}

.promoreviews__carousel .owl-dot.active span {
	animation: mask calc(var(--duration) * 1s) steps(500, start) infinite;
	transform-origin: 100% 50%;
	-webkit-animation: mask calc(var(--duration) * 1s) steps(500, start) infinite;
	-webkit-transform-origin: 100% 50%;
}

.promoreviews__carousel .owl-dot:after {
	content: '';
	display: block;
	width: 46px;
	height: 46px;
	position: absolute;
	left: 2px;
	top: 2px;
	background: url(../img/patient1.jpg) no-repeat 0 0;
	background-size: cover;
	border-radius: 50%;
	z-index: 10;
}

@keyframes mask {
	0% {
		background: #F6F7F9;
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
	50% {
		background: #F6F7F9;
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
	}
	50.01% {
		background: #222026;
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		border-radius: 100% 0 0 100% / 50% 0 0 50%;
	}
	100% {
		background: #222026;
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		border-radius: 100% 0 0 100% / 50% 0 0 50%;
	}
}

@-webkit-keyframes mask {
	0% {
		background: #F6F7F9;
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
	50% {
		background: #F6F7F9;
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
	}
	50.01% {
		background: #222026;
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		border-radius: 100% 0 0 100% / 50% 0 0 50%;
	}
	100% {
		background: #222026;
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		border-radius: 100% 0 0 100% / 50% 0 0 50%;
	}
}

.promoreviews .link__more {
	position: absolute;
	right: 0;
	bottom: 0;
}

.promo8 .wrapper-flex {
	align-items: center;
}

.promo8 {
	padding: 41px 0;
}

.promo8__col1 {
	width: 48%;
}

.promo8__col2 {
	width: 48%;
}

.promo8__col2 .wrapper-flex {
	justify-content: right;
}

.promo8 p {
	font-size: 17px;
	line-height: 140%;
	color: #222026;
	margin: 0 0 0 19px;
}

.promo8__col1 p b {
	display: block;
}

.promo8 .button1 {
	margin: 0 0 0 28px;
}

.promo8__raiting {
	font-weight: 700;
	font-size: 48px;
	line-height: 130%;
	letter-spacing: -1px;
	color: #3AB985;
}

.promo8 > .wrapper-flex {
	justify-content: space-between;
}

.promo9 {
	border: 1px solid #E2EAEF;
	padding: 100px 0 0;
}

.promo9 > .wrapper-flex {
	justify-content: space-between;
}

.promo9__col1 {
	width: 53%;
}

.promo9__col1 img {
	width: 100%;
}

.promo9__col2 {
	width: 45%;
}

.promo9 .content p {
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 15px;
}

.promo9 ul.list-1 {
	margin-bottom: 40px;
}

.promo9 ul.list-1 > li {
	font-size: 18px;
	margin-bottom: 10px;
}

.promoform {
	padding: 100px 0 120px;
}

.promoform h2 {
	font-size: 58px;
}

.promoform .wrapper-flex {
	justify-content: space-between;
}

.promoform__form {
	width: 66.5%;
	background: #fff;
	padding: 40px;
	color: #222026;
	border-radius: 4px;
}

.promoform__form_col-input {
	width: 48%;
}

.promoform__form h4 {
	margin: 0 0 20px;
}

.promoform__form h5 {
	font-weight: bold;
	font-size: 17px;
	line-height: 21px;
	color: #222026;
	margin: 0 0 13px;
}

.promoform__form h5 a {
	font-weight: 500;
	font-size: 15px;
	line-height: 130%;
	align-items: center;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #35ADE1;
	display: inline-block;
	margin: 0 0 0 15px;
}

.promoform .input__label {
	font-size: 15px;
	line-height: 140%;
	color: #564E6A;
}

.promoform .input__label + .input__text {
	margin: 10px 0 20px;
}

.promoform .input__checkbox + label {
	margin: 0 0 20px;
	font-weight: normal;
	font-size: 15px;
	line-height: 18px;
}

.promoform .input__checkbox:not(:disabled) + label {
	color: #222026;
}

.promoform__form .button1 {
	margin: 20px 0 0;
}

.promoform__calc {
	width: 31.5%;
	background: #fff;
	padding: 40px 65px 40px 40px;
	color: #222026;
	border-radius: 4px;
}

.promoform__calc h4 {
	margin: 0 0 20px;
}

.promoform__calc p {
	color: #564E6A;
	font-size: 17px;
	line-height: 140%;
	margin: 0 0 70px;
}

.promoform__step1 {
	display: none;
}

.promoform__back {
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 17px;
	line-height: 130%;
	margin: 0 0 12px;
	display: block;
}

.promoform__back:before {
	content: '';
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url(../img/arrow_left.svg) no-repeat 0 0;
	margin: 0 18px -6px 0;
}

.promoform__results {
	width: 31.5%;
	background: #fff;
	padding: 40px;
	color: #222026;
	border-radius: 4px;
}

@media screen and (min-width: 800px) {
	.promoform__results-sticky {
		position: sticky;
		top: 80px;
	}
}

.content .promoform__results h4 {
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	color: #222026;
	margin: 0 0 7px;
}

.promoform__results h4 + p {
	font-size: 15px;
	line-height: 140%;
	color: #B2B9CA;
	margin: 0 0 14px;
}

.promoform__results__table {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 46px;
}

.promoform__results .promoform__results__table + h4 {
	margin: 0 0 13px;
}

.promoform__results__table-row {
	width: 100%;
	display: flex;
	justify-content: space-between;
	font-size: 17px;
	line-height: 21px;
	margin: 0 0 10px;
}

.promoform__results__table-row:last-child {
	border-top: 1px solid #E2EAEF;
	margin: 15px 0 0;
	padding: 20px 0 0;
	font-weight: bold;
	font-size: 17px;
	line-height: 21px;
	color: #222026;
}

.promoform__results .input__label {
	color: #B2B9CA;
}

.promoform__results .input__text {
	width: 100%;
}

.promoform__results .button1 {
	width: 100%;
}

.promoform__calc__types-row {
	background: #F6F7F9;
	border-radius: 4px;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 3px;
}

.promoform__calc__types-row .input__checkbox + label {
	margin: 0;
}

.promoform__calc__types-cell-name {
	font-size: 17px;
	line-height: 130%;
	color: #222026;
	width: 400px;
}

.promoform__calc__types-cell-price {
	width: 220px;
	font-size: 15px;
	line-height: 140%;
	color: #564E6A;
}

.promoform__calc__types-cell-price span {
	text-decoration: line-through;
	text-decoration-thickness: 2px;
	display: inline-block;
	margin: 0 0 0 10px;
}

.promoform__form .promoform__calc__select-area {
	margin: 0 0 30px;
	width: 350px;
}

.promoform__calc__types-row + h5 {
	margin: 20px 0 12px;
}

.promoform__calc__types-row + .wrapper-flex {
	margin: 20px 0 30px;
	justify-content: normal;
	align-items: center;
}

.promoform__calc__types-row + .wrapper-flex h5 {
	margin: 0 16px 0 0;
}

.promoform__calc__types-row + .promoform__form-dates h5 {
	margin: 0 16px 13px 0;
}

.promoform__calc__types-row + .wrapper-flex .tabs__nav {
	margin-bottom: 0;
}

.promoform__calc__types-cell-name span,
.promoform__calc__types-hint {
	background: #35ADE1;
	border-radius: 36px;
	padding: 4px 10px;
	color: #fff;
	display: inline-block;
	margin: 0 0 0 12px;
}

.promoform__form .input__radio + label {
	display: flex;
	margin: 0 0 10px;
}

.promoform__form .input__radio + label + h5,
.promoform__calc__weight + h5 {
	margin: 30px 0 12px;
}

.promoform__form .input__checkbox + label {
	display: flex;
	margin: 0 0 10px;
}

.promoform .promoform__form-dates {
	justify-content: normal;
	margin: 30px 0 0;
}

.promoform__form-dates > div {
	width: 165px;
}

.promoform__form-dates > div:first-child {
	margin: 0 20px 0 0;
}

.promoform__calc__select-time label > b {
	color: #3AB985;
}

.promoform__step2 {
	display: none;
}

.promoform__step2 .wrapper-flex {
	background: #fff;
	padding: 105px 0 134px;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-wrap: wrap;
}

.promoform__step2 h3 {
	display: block;
	width: 100%;
	color: #3AB985;
	margin: 0 0 40px;
}

.promoform__step2 h4 {
	display: block;
	width: 100%;
	margin: 0 0 20px;
}

.promoform__step2 p {
	display: block;
	width: 100%;
	color: #564E6A;
	font-size: 17px;
	line-height: 140%;
}

.promoform__step2 .wrapper-flex p + p {
	margin: 0 0 45px;
}

/* табы */

.tabs__nav {
	margin: 0 0 24px;
	display: flex;
}

.tabs__nav-tab {
	padding: 8px 30px;
	color: #222026;
	border: 1px solid #35ADE1;
	border-right: none;
}

.tabs__nav-tab:hover {
	text-decoration: none;
}

.tabs__nav-tab-active {
	background: #35ADE1;
	color: #fff;
}

.tabs__nav .tabs__nav-tab:first-child {
	border-radius: 4px 0px 0px 4px;
}

.tabs__nav .tabs__nav-tab:last-child {
	border-radius: 0px 4px 4px 0px;
	border-right: 1px solid #35ADE1;
}

.tabs__tab {
	display: none;
}

/* select */

.input__select {
	display: inline-block;
	width: 100%;
	height: 50px;
	line-height: 48px;
	font-size: 17px;
	position: relative;
}

.input__select span:before,
.input__select input:checked + .input__select__item:before {
	content: '';
	display: inline-block;
	position: absolute;
	right: 23px;
	top: 18px;
	z-index: 5;
	width: 10px;
	height: 10px;
	border-left: 2px solid #35ADE1;
	border-bottom: 2px solid #35ADE1;
	transform: rotate(-45deg);
	cursor: pointer;
}

.input__select input:checked + .input__select__item:before {
	right: 24px;
	top: 19px;
}

.input__select input {
	display: none;
}

.input__select__items span {
	display: block;
	position: absolute;
	top: 0;
	padding-left: 15px;
	width: 100%;
	border: 1px solid #E2EAEF;
	border-radius: 4px;
}

.input__select input:not(:checked) ~ span {
	color: #000;
}

.input__select input:checked ~ span {
	opacity: 0;
	z-index: 2;
}

.input__select__input:disabled ~ .input__select__items span {
	background: #F6F7F9;
	color: #B2B9CA;
	border-color: #F6F7F9;
}

.input__select__input:disabled ~ .input__select__items span:before {
	border-color: #B2B9CA;
}

.input__select__items {
	display: block;
	min-height: 50px;
	position: absolute;
	background: #fff;
	width: 100%;
	cursor: pointer;
	z-index: 4;
}

.input__select__input:not(:checked) ~ .input__select__items {
	height: 30px;
	z-index: 1;
}

.input__select__items label {
	display: none;
	padding-left: 23px;
}

.input__select__items label:hover {
	color: #35ADE1;
	cursor: pointer;
}

.input__select__input:checked ~ .input__select__items label {
	display: block;
}

.input__select__input:checked ~ .input__select__items {
	margin-top: 50px;
	border: 1px solid #B2B9CA;
	box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.05);
	border-radius: 4px;
}

.input__select__items input:checked + label {
	display: block !important;
	border: 1px solid #E2EAEF;
	border-radius: 4px;
	padding-left: 15px;
}

.input__select__input:checked ~ .input__select__bg {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 4;
	background: rgba(0,0,0,0);
}

.input__select__input:checked ~ .input__select__items span {
	width: calc(100% + 2px);
	top: -51px;
	left: -1px;
}

/* футер */

.footer {
	padding: 120px 0;
	background: #222026;
	color: #fff;
}

.footer .wrapper-flex {
	justify-content: space-between;
}

.footer__map {
	width: 65.8%;
	height: 500px;
	margin: 0 0 80px;
	border-radius: 4px;
}

.footer__col1 {
	width: 30.2%;
}

.footer__col2 {
	width: 65.8%;
}

.footer__info-text {
	font-size: 15px;
	line-height: 140%;
	margin: 0 0 30px;
}

.footer__info-copy {
	color: #564E6A;
	font-size: 15px;
	line-height: 130%;
	margin: -30px 0 0;
}

.footer__info-copy a {
	color: #564E6A;
	margin: 0 0 0 30px;
}

.footer__info-address {
	margin: 0 0 70px;
}

.footer__info-address h3 {
	font-weight: 700;
	font-size: 28px;
	line-height: 130%;
	margin: 0 0 5px;
}

.footer__info-address p {
	font-size: 17px;
	line-height: 130%;
	margin: 0 0 35px;
}

.footer__info-address .button1 {
	width: 216px;
}

.footer__info-subway:before {
	content: '';
	display: inline-block;
	border: 2px solid #3AB985;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	margin: 0 10px -1px 0;
}

.footer__info-address a {
	color: #fff;
}

.footer__info-socials {
	display: flex;
	align-items: center;
	margin: 70px 0 70px;
}

.footer__info-socials a {
	display: flex;
	align-items: center;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	line-height: 130%;
}

.footer__info-socials a:not(:last-child) {
	margin-right: 25px;
}

.footer__info-socials-vk:before {
	content: '';
	display: inline-block;
	width: 48px;
	height: 48px;
	background: url(../img/icon_vk.svg) no-repeat 0 0;
	margin-right: 10px;
}

.footer__info-socials-fb:before {
	content: '';
	display: inline-block;
	width: 48px;
	height: 48px;
	background: url(../img/icon_fb.svg) no-repeat 0 0;
	margin-right: 10px;
}

.footer__info-socials-yt:before {
	content: '';
	display: inline-block;
	width: 48px;
	height: 48px;
	background: url(../img/youtube-icon-01.svg) no-repeat 0 0;
	margin-right: 10px;
}

.footer__info-menu {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

.footer__info-menu a {
	flex: 0 0 33%;
	color: #fff;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 15px;
	line-height: 130%;
	margin: 0 0 25px;
}

.footer__info-menu a:hover {
	color: #35ADE1;
	text-decoration: none;
}

.footer__review {
	width: 30.2%;
	display: flex;
	justify-content: space-between;
}

.footer__review > img {
	width: 100px;
	height: 110px;
}

.footer__review > div {
	width: 65.5%;
}

.footer__review p {
	font-size: 15px;
	line-height: 140%;
	margin: 0 0 25px;
}

.footer__review-button {
	border: 2px solid #35ADE1;
	display: inline-flex;
	align-items: center;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #fff;
	border-radius: 6px;
	padding: 6px 13px;
	font-weight: 500;
	font-size: 13px;
	line-height: 130%;
}

.footer__review .wrapper-flex {
	justify-content: space-between;
}

/* нижнее мобильное меню */

.bottommenu {
	display: none;
}

/* хлебные крошки */

.breadcrumbs {
	padding: 60px 0 0;
}

.breadcrumbs a {
	color: #35ADE1;
	font-size: 17px;
	line-height: 130%;
	display: inline-block;
}

.breadcrumbs a:after {
	content: '';
	margin: 0; //0 14px
	display: inline-block;
}

.breadcrumbs .wrapper > span {
	font-size: 17px;
	line-height: 130%;
	color: #564E6A;
}

.brdc{
	font-size: 17px;
	line-height: 130%;
	color: #564E6A;
	margin: 10px;
}


.breadcrumbs h1 {
	font-weight: 700;
	font-size: 42px;
	line-height: 140%;
	color: #222026;
	margin: 11px 0 0;
}

.breadcrumbs h1 > span {
	font-weight: 300;
}

.breadcrumbs p {
	font-size: 20px;
	line-height: 140%;
	color: #222026;
	margin: 30px 0 10px;
}

.breadcrumbs p.small {
	font-size: 15px;
	line-height: 140%;
	color: #564E6A;
	margin: 20px 0 20px;
}

.page__contacts .breadcrumbs h1 {
	line-height: 240%;
}

.page__contacts .breadcrumbs h1 span {
	display: block;
	line-height: 140%;
}

/* статья */

.article {
	padding: 20px 0 125px;
}

.article__wrapper {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.article__text {
	width: 906px;
}

.article__author-wrapper {
	width: calc(100% - 936px);
	margin: 0 0 0 30px;
}

.article__author-wrapper .article__author-who {
	width: 100%;
	background: #F6F7F9;
	margin: 0;
}

.article__author-who-fixed {
	position: sticky;
	top: 100px;
}

.article__date {
	font-size: 15px;
	line-height: 140%;
	letter-spacing: -0.25px;
	color: #564E6A;
	margin: 0 0 30px;
	display:none;
}

.article__image-primary {
	width: 100%;
	margin: 0 0 40px;
	border-radius: 4px;
}

.article__image-secondary {
	width: 100%;
	margin: 0 0 30px;
	border-radius: 4px;
}

p.article__image-note {
	font-size: 15px !important;
	line-height: 140%;
	text-align: center;
	color: #564E6A;
	max-width: 740px;
	display: block;
	margin: -10px auto 30px !important;
}

/* файлы  */
.files {
	margin: 0 0 30px;
}

.files li {
	background: #F6F7F9;
	border-radius: 10px;
	padding: 16px 29px 16px 16px;
	margin: 0 0 10px;
	display: flex;
	align-items: center;
}

.files-file {
	display: inline-flex;
	font-size: 20px;
	line-height: 1;
	color: #222026;
}

.files-file-type-doc:before {
	content: '';
	display: inline-flex;
	width: 18px;
	height: 22px;
	background: url(../img/file-doc.svg) no-repeat 0 0;
	margin: 0 12px 0 0;
}

.files-file-size {
	display: inline-flex;
	font-size: 17px;
	line-height: 1;
	color: #564E6A;
	margin: 0 0 0 12px;
}

.files-file-download {
	display: inline-flex;
	margin-left: auto;
	font-size: 17px;
	line-height: 140%;
	color: #564E6A;
}

.files-file-download:before {
	content: '';
	display: inline-flex;
	width: 20px;
	height: 20px;
	background: url(../img/file-download.svg) no-repeat 0 0;
	margin: 0 9px 0 0;
}

.files-file-open {
	display: inline-flex;
	margin-left: 28px;
	font-size: 17px;
	line-height: 140%;
	color: #564E6A;
}

.files-file-open:before {
	content: '';
	display: inline-flex;
	width: 24px;
	height: 18px;
	background: url(../img/file-open.svg) no-repeat 0 0;
	margin: 0 9px 0 0;
}

/* цены */

.prices {
	margin: 0 0 30px;
}

.price__row {
	display: flex;
	align-items: center;
	padding: 15px 11px 15px 30px;
	background: #F6F7F9;
	border-radius: 4px;
	font-size: 17px;
	line-height: 1;
	color: #222026;
}

.price__row:nth-child(even) {
	background: #fff;
}

.price__row.price__row-inverted {
	background: #fff;
}

.price__row.price__row-inverted:nth-child(even) {
	background: #F6F7F9;
}

.price__row:hover, .price__row.price__row-inverted:hover {
	background: #E9FCFF;
}

.price__row-title {
	padding: 0 0 10px;
	display: flex;
	align-items: center;
}

.price__name-title {
	font-weight: bold;
	font-size: 28px;
	line-height: 140%;
	color: #222026;
	width: 50.9%;
}

.price__oldprice-title,
.price__dayprice-title,
.price__nightprice-title {
	width: 11.25%;
	font-weight: bold;
	font-size: 15px;
	line-height: 140%;
	text-align: center;
	color: #222026;
}

.price__dayprice-title span,
.price__nightprice-title span {
	font-weight: 300;
	display: block;
}

.price__name {
	width: 50%;
/*	border-right: 1px solid #35ADE1;*/
	line-height: 130%;
	padding: 5px 0;
}

.prices-full .price__name {
	padding: 5px 10px 5px 0;
}

.article__wrapper .price__name {
	width: calc(100% - 285px);
}

.prices-full {
	margin: 0 0 50px;
}

.price__oldprice,
.price__dayprice,
.price__nightprice {
	border-left: 1px solid #35ADE1;
	padding: 5px 0;
	width: 11.64%;
	font-size: 17px;
	line-height: 130%;
	text-align: center;
	color: #222026;
}

.price__oldprice span,
.price__dayprice span,
.price__nightprice span {
	display: none;
}

.price__oldprice {
	color: #564E6A;
}

.price__oldprice .price__amount {
	text-decoration-line: line-through;
	text-decoration-thickness: 2px;
}

.price__price {
	width: 100px;
	text-align: center;
}

.price__row .button1 {
	margin: 0 0 0 auto;
}

.prices-full .price__row .button1 {
	padding: 0;
	width: 150px;
	height: 40px;
	font-size: 13px;
	justify-content: space-around;
}

.price__row-more {
	padding: 20px 11px 0 30px;
}

.price__row-more a {
	font-weight: bold;
	font-size: 15px;
	line-height: 130%;
	text-transform: uppercase;
}

.price__row-complex {
	padding: 19px 11px 19px 30px;
	border-radius: 4px;
	display: flex;
}

.price__row-complex-gray {
	background: #F6F7F9;
}

.price__row-complex a {
	font-weight: bold;
	font-size: 17px;
	line-height: 130%;
	color: #222026;
	padding: 5px 0;
}

.tooltip {
	position: relative;
}

.tooltip:after {
	content: '';
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url(../img/info.svg) no-repeat 0 0;
	margin: 0 0 -5px 10px;
}

.tooltip .tooltip-text {
	display: none;
	position: absolute;
	background: #676774;
	border-radius: 4px;
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	padding: 24px 16px;
	z-index: 2;
	width: 320px;
	margin-left: 0;
	left: 0;
	top: 40px;
}

.tooltip .tooltip-text:after {
	content: '';
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent #676774 transparent;
}

.tooltip:hover .tooltip-text {
	display: block;
}

@media screen and (max-width: 410px) {
	.tooltip .tooltip-text {
		margin-left: 0;
		max-width: 100%;
		left: 0;
	}
}

.prices__search {
	padding: 60px 0 0;
}

.prices__search-input {
	background: #F6F7F9;
	border-radius: 10px;
	padding: 10px;
	margin: 20px 0 0;
	position: relative;
}

.prices__search-input input {
	display: inline-flex;
	align-items: center;
	background: #FFFFFF;
	border: 2px solid #564E6A;
	border-radius: 6px;
	width: 100%;
	height: 80px;
	font-size: 20px;
	line-height: 140%;
	padding: 0 40px 0 80px;
	transition: all 300ms ease;
}

.prices__search-input input:focus {
	border: 2px solid #35ADE1;
}

.prices__search-input input::placeholder {
	font-size: 20px;
	line-height: 140%;
	letter-spacing: -0.25px;
	color: #B2B9CA;
}

.prices__search-input:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 32px;
	top: 42px;
	background: url(../img/search.svg) no-repeat 0 0;
}

.prices__search-input:after {
	content: '';
	display: block;
	width: 1px;
	height: 50px;
	position: absolute;
	left: 69px;
	top: 26px;
	border-right: 1px solid #E2EAEF;
}

.prices__list {
	padding: 40px 0 30px;
}

.prices__list .tabs__tab {
	display: block;
}

/* облако тегов */

.tags a {
	font-weight: 500;
	font-size: 13px;
	line-height: 130%;
	border: 1px solid #35ADE1;
	border-radius: 36px;
	padding: 0 18px;
	display: inline-flex;
	align-items: center;
	height: 33px;
	color: #222026;
	margin: 0 0 10px 0;
	text-decoration: none;
	transition: all 300ms ease;
}

.tags a:not(:last-child) {
	margin: 0 5px 10px 0;
}

.tags a.tabs__nav-tab-active {
	background: #35ADE1;
	color: #fff;
}

.tags a:hover, .tags a:active {
	background: #35ADE1;
	color: #fff;
}

/* блок автор статьи */

.article__author {
	padding: 80px 0 120px;
}

.article__author h2 {
	margin: 0 0 50px;
}

.article__author > .wrapper > .wrapper-flex {
	justify-content: space-between;
}

.article__author-who {
	width: 23%;
	background: #fff;
	border-radius: 4px;
	padding: 30px;
	margin: 0 30px 0 0;
}

.article__author-type2 .article__author-who {
	width: 38%;
	margin: 0 0 0 30px;
}

.article__author-who img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin: 0 0 16px;
}

.article__author-wrapper .article__author-who p,
.article__author .article__author-who p {
	font-size: 15px;
	line-height: 140%;
	color: #564E6A;
}

.article__author-who > .article__author-name {
	display: none;
}

.article__author-wrapper .article__author-who p.article__author-name,
.article__author .article__author-who p.article__author-name {
	font-size: 20px;
	line-height: 140%;
	color: #222026;
	margin: 0 0 12px;
}

.article__author-wrapper .article__author-who p.article__author-position,
.article__author .article__author-who p.article__author-position {
	font-weight: bold;
	font-size: 17px;
	line-height: 140%;
	color: #222026;
	margin: 0 0 12px;
}

.article__author-type2 .article__author-who-text p {
	text-align: center;
	font-size: 16px;
	line-height: 140%;
	margin: 0 0 20px;
	color: #222026;
}
.article__author-who-text table {
	width: 100%;
}
.article__author-who-text table thead td {
	color: #222026;
	font-weight: 600;
	border-bottom: 1px solid #E2EAEF;
	padding-bottom: 20px;
	font-size: 16px;
}
.article__author-who-text table tbody tr:not(:last-child) td {
	border-bottom: 1px solid #E2EAEF;
	padding: 20px 0;
	font-size: 16px;
}
.article__author-who-text table tbody tr:last-child td {
	padding: 20px 0 0;
	font-size: 16px;
}
.article__author-who-text table tr td:last-child {
	text-align: right;
}

.article__author-sources {
	width: 75%;
}

.article__author-type2 .article__author-sources {
	width: 60%;
}

.article__author-sources h5 {
	color: #222026;
	font-weight: bold;
	font-size: 24px;
	line-height: 140%;
	margin: 0 0 20px;
}

.article__author-sources ol li {
	font-size: 17px;
	line-height: 160%;
	color: #222026;
}

/* похожие статьи */

.samearticles {
	padding: 80px 0 125px;
}

.samearticles h2 {
	margin: 0 0 40px;
}

.samearticles__carousel-item img {
	width: 100%;
	border-radius: 10px;
	margin: 0 0 20px;
}

.samearticles__carousel-item h3,
.samearticles__carousel-item h3 a {
	font-weight: bold;
	font-size: 20px;
	line-height: 130%;
	color: #222026;
}

.samearticles__carousel-item p {
	font-size: 15px;
	line-height: 140%;
	color: #564E6A;
	margin: 15px 0 0;
}

.samearticles__carousel-item-wrapper {
	padding: 0 20px;
}

/* список докторов */

.page__doctors .breadcrumbs h1 span {
	display: block;
}

.doctors {
	margin: 40px 0 0;
	padding: 0 0 60px;
}

.doctors .wrapper > .wrapper-flex {
	justify-content: start;
	flex-wrap: wrap;
}

.doctors .doctor {
	width: 23.5%;
	margin: 0 2% 50px 0;
}

.doctors .doctor:nth-child(4n) {
	margin-right: 0;
}

.load__more {
	width: 100%;
	/*background: #F6F7F9;*/
	border-radius: 4px;
	display: flex;
	justify-content: space-around;
	padding: 25px 0;
	margin: 20px 0 0;
}

.load__more2 {
	width: 100%;
	background: #F6F7F9;
	border-radius: 4px;
	display: flex;
	justify-content: space-around;
	padding: 25px 0;
	margin: 20px 0 0;
}

/* промоблок акции */

.actions {
	padding: 40px 0 60px;
	margin: 60px 0 0;
}

.actions .owl-carousel {
	width: 1218px;
	margin: 0 auto;
}

.actions .owl-carousel .owl-stage {
	display: flex;
}

.action {
	background: #fff;
	padding: 30px 30px 69px;
	border-radius: 10px;
	position: relative;
	height: 100%;
}

.action img {
	width: 100%;
	margin: 0 0 30px;
}

.action h5 {
	font-weight: bold;
	font-size: 17px;
	line-height: 130%;
	margin: 0 0 10px;
}

.action h5 a {
	color: #222026;
}

.action p {
	font-size: 15px;
	line-height: 140%;
	color: #564E6A;
	margin: 0 0 22px;
}

.action .wrapper-flex {
	padding: 0 30px;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 30px;
	align-items: center;
	justify-content: space-between;
}

.action .link__more {
	font-size: 15px;
}

/* список акций */

.actions__list .action {
	width: 100%;
	display: block;
	margin: 0 auto 30px;
	padding-bottom: 1px;
}

.actions__list .action .action__col2 > .wrapper-flex {
	display: none;
}

@media screen and (min-width: 799px) {
	.actions__list .action {
		width: 70%;
		display: flex;
		padding-bottom: 30px;
	}

	.actions__list .action .action__col1 > img {
		margin-bottom: 0;
		padding-right: 30px;
	}
}


/* блог */

.blog__items {
	padding: 50px 0 60px;
}

.blog__gutter {
	width: 30px;
}

.blog__items > .wrapper > .wrapper-flex {
	flex-wrap: wrap;
	justify-content: space-between;
}

.blog__item {
	width: 31%;
	margin: 0 0 50px;
}

.blog__item img {
	border-radius: 10px;
	margin: 0 0 20px;
	width: 100%;
}

.blog__item h3 {
	font-weight: bold;
	font-size: 20px;
	line-height: 130%;
	margin: 0 0 15px;
	padding: 0 20px;
}

.blog__item h3 a {
	color: #222026;
}

.blog__item p {
	padding: 0 20px;
	font-size: 15px; /* 22px*/
	line-height: 140%;
	color: #564E6A;
	margin: 0 0 15px;
}

.blog__item p + p {
	margin: 15px 0 0;
}

/* услуги */

.service__info {
	padding: 80px 0 90px;
	border-bottom: 1px solid #E2EAEF;
}

.service__info .wrapper-flex {
	justify-content: space-between;
}

.service__info h2 {
	margin: 0 0 40px;
}

.service__info h2 span {
	display: block;
}

.service__info ul.list-1 {
	column-count: 3;
	margin-left: -30px;
	margin-right: -30px;
}

.service__info ul.list-1 li {
	margin-left: 30px;
	margin-right: 30px;
	font-size: 17px;
}
.prices__service{
	padding-top:40px;
}

.prices__service + .prices__search {
	padding: 0;
}

.prices__service + .prices__search .prices__search-input {
	margin: 40px 0 0;
}

/* отзывы */

.page__reviews .breadcrumbs h1 {
	width: 884px;
}

.reviews {
	padding: 60px 0 80px;
}

.reviews__gutter {
	width: 30px;
}

.review {
	width: 31.69%;
	margin-bottom: 30px;
}

.review__question {
	background: #fff;
	padding: 25px;
	border-radius: 4px;
}

.review__question-with-answer {
	border-radius: 4px 4px 0 0;
}

.review__question h3 {
	font-weight: normal;
	font-size: 17px;
	line-height: 140%;
	color: #222026;
	margin: 0 0 10px;
}

.review__question .review__date {
	display: block;
	font-size: 13px;
	line-height: 140%;
	color: #B2B9CA;
	margin: 0 0 10px;
}

.review__question p,
.review__answer p {
	font-size: 17px;
	line-height: 140%;
	color: #564E6A;
}

.review__fade {
	max-height: 360px;
	position: relative;
	overflow: hidden;
}

.review__fade:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 30px 0;
	background: linear-gradient(360deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

.review__more {
	font-weight: bold;
	font-size: 17px;
	line-height: 130%;
	text-transform: uppercase;
	color: #35ADE1;
	margin: 12px 0 0;
	display: block;
}

.review__answer {
	background: #E2EAEF;
	padding: 25px;
	border-radius: 0px 0px 4px 4px;
}

.review__answer:before {
	content: '';
	display: block;
	width: 86px;
	height: 34px;
	background: url(../img/logo.svg) no-repeat 0 0;
	background-size: cover;
	margin: 0 0 13px 0;
}

.review__video {
	position: relative;
}

.review__video:before {
	content: '';
	display: block;
	width: 74px;
	height: 57px;
	position: absolute;
	right: -20px;
	top: -20px;
	background: url(../img/quote.svg) no-repeat 0 0;
	z-index: 1;
}

.review__video .video__wrapper {
	height: 580px;
}

.review__video .video__poster {
	border-radius: 4px;
}

.reviews__more .load__more {
	background: #fff;
	border-radius: 4px;
}

.reviews__more {
	padding: 0 0 60px;
	margin-top: -207px;
	position: relative;
}

.reviews__more:before {
	content: '';
	display: block;
	width: 100%;
	height: 207px;
	position: absolute;
	top: -244px;
	background: linear-gradient(180deg, rgba(245, 247, 249, 0) 0%, #F5F7F9 100%);
}

.reviews__more:after {
	content: '';
	display: block;
	width: 100%;
	height: 37px;
	background: #F6F7F9;
	position: absolute;
	top: -37px;
}

/* страница доктора */

.doctor__article {
	padding: 30px 0 120px;
}

.doctor__article > .wrapper-flex {
	justify-content: space-between;
}

.doctor__article__col1 {
	width: 31.69%;
}

.doctor__article__col1-fixed {
	position: sticky;
	top: 100px;
}

.doctor__article__col2 {
	width: 65.84%;
}

.doctor__article__col2 .button1, .doctor__article__col2 .button2 {
	display: none;
}

.doctor__article .video__wrapper {
	padding-top: 496px;
	margin: 0 0 30px;
}

.doctor__article .video__poster button {
	left: 30px;
	bottom: 30px;
}

.doctor__article .video__poster span {
	left: 94px;
	bottom: 55px;
}

.doctor__article .button1 {
	width: 100%;
	margin: 0 0 20px;
}

.doctor__article .button2 {
	width: 100%;
}

.doctor__article-quote {
	margin: 40px 0 40px;
	padding: 30px 40px 40px;
}

.doctor__article .content h4 {
	font-size: 24px;
}

.doctor__article .content h2,
.doctor__article .content h4 {
	margin: 0 0 20px !important;
}

.doctor__article .content p + h4,
.doctor__article .content ul + h4 {
	margin: 40px 0 20px !important;
}

.doctor__article-interview {
	padding: 30px 40px 20px 40px;
	border-radius: 4px;
	background: #F6F7F9;
	margin: 40px 0 0 0;
}

.doctor__article-interview p b {
	color: #222026;
}

.doctor__article-interview p {
	margin: 0 0 10px;
	font-size: 17px;
}

.doctor__article-interview p:nth-child(odd) {
	margin: 0 0 20px;
}

.doctor__article + .reviews {
	padding: 100px 0 120px;
}

.reviews__more + .promodoctors {
	padding: 80px 0 120px;
}

/* контакты */

.contacts__timetable {
	width: 31.69%;
	background: #F6F7F9;
	border-radius: 4px;
	padding: 40px;
}

.contacts__map {
	width: 100%;
	height: 500px;
	border-radius: 4px;
}

.contacts__timetable {
	background: #F6F7F9;
	border-radius: 4px;
	padding: 40px;
}

.contacts__block1 .wrapper-flex {
	justify-content: space-between;
}

.contacts__block1__col1 {
	width: 62.47%;
}

.contacts__timetable p {
	margin: 0 0 20px;
}

.content .contacts__block1__col1 p + h3 {
	margin: 30px 0 20px !important;
}

.contacts__timetable ul li {
	font-size: 17px;
	line-height: 140%;
	color: #564E6A;
	margin: 0 0 17px;
}

.contacts__block1 {
	padding: 0 0 60px;
	margin: 60px 0 0;
}

.contacts__block1 .button1 {
	margin: 0 20px 0 0;
	width: 240px;
}

.contacts__block1 p {
	color: #222026;
}

.contacts__block2 {
	padding: 30px 0 100px;
	border-bottom: 1px solid #E2EAEF;
}

.contacts__block2 p {
	color: #222026;
}

.contacts__block2 .tags {
	margin: 20px 0 30px;
}

.contacts__block3 {
	padding: 100px 0 120px;
}

.page__contacts .promo4 {
	padding: 100px 0 120px;
}

.contactsform,
.nalogform {
	padding: 100px 0 120px;
}

.contactsform__col1 {
	width: 48.75%;
}

.contactsform__col2 {
	width: 48.75%;
}

.contactsform .quote__author img,
.nalogform .quote__author img {
	width: 100px;
	height: 100px;
}

.contactsform .quote__author,
.nalogform .quote__author {
	font-weight: 700;
	margin: 47px 0 0;
}

.contactsform .quote__author span,
.nalogform .quote__author span {
	font-weight: 400;
}

.contactsform .wrapper-flex,
.nalogform .wrapper-flex {
	justify-content: space-between;
}

.contacts__link-onthemap {
	text-transform: uppercase;
	font-size: 15px;
	line-height: 130%;
	font-weight: bold;
	display: inline-block;
	margin: 0 0 0 20px;
}

/* окна fancybox */

.fancybox-is-open .fancybox-bg {
	background: linear-gradient(0deg, rgba(90, 115, 150, 0.7), rgba(90, 115, 150, 0.7));
}

.fancybox-slide--html .fancybox-close-small {
	padding: 5px;
	right: 10px;
	top: 10px;
	color: #B2B9CA;
}

.modal {
	display: none;
	padding: 40px 50px 50px;
}

.modal__review h4 {
	margin: 0 0 20px;
}

.modal__review p {
	font-size: 17px;
	line-height: 140%;
	color: #564E6A;
	margin: 0 0 20px;
}

.modal__review .input__text {
	margin: 0 0 20px;
}

.modal__sign {
	background: #E2EAEF;
	position: fixed;
	right: 0;
	top: 0;
	height: 100vh;
	width: 80vw;
	padding: 60px 70px;
}

.modal__sign .promoform__step1 > .wrapper-flex {
	justify-content: space-between;
}

.modal__sign .promoform__step1 {
	display: block;
}

.modal__mobilemenu {
	background: #fff;
	position: fixed;
	right: 0;
	top: 60px;
	height: 100vh;
	width: 100%;
	padding: 0;
}

.modal__mobilemenu .fancybox-close-small {
	display: none;
}

.mobilemenu > li {
	display: block;
	width: 100%;
	border-bottom: 1px solid #E2EAEF;
}

.mobilemenu > li > a {
	display: block;
	width: calc(100% - 20px);
	color: #222026;
	margin: 12px 50px 12px 20px;
	font-size: 20px;
	line-height: 130%;
	text-decoration: none;
	position: relative;
}

.mobilemenu > li > a:active, .mobilemenu > li > a:hover {
	text-decoration: none;
}

.mobilemenu > li.mobilemenu__item-dropdown {
	position: relative;
}

.mobilemenu > li.mobilemenu__item-dropdown.mobilemenu__item-dropdown-open {
	border: none;
}

.mobilemenu > li.mobilemenu__item-dropdown.mobilemenu__item-dropdown-open > a {
	text-decoration: none;
	color: #3AB985;
	margin-right: 0;
	padding-right: 60px;
}

.mobilemenu > li.mobilemenu__item-dropdown > a:before,
.mobilemenu > li.mobilemenu__item-dropdown > a:after {
	content: '';
	display: block;
	position: absolute;
	top: 12px;
	width: 16px;
	height: 2px;
	background: #35ADE1;
	border-radius: 2px;
}

.mobilemenu > li.mobilemenu__item-dropdown > a:before {
	transform: rotate(45deg);
	right: 34px;
}

.mobilemenu > li.mobilemenu__item-dropdown > a:after {
	transform: rotate(-45deg);
	right: 24px;
}

.mobilemenu > li.mobilemenu__item-dropdown.mobilemenu__item-dropdown-open > a:before,
.mobilemenu > li.mobilemenu__item-dropdown.mobilemenu__item-dropdown-open > a:after {
	background: #3AB985;
}

.mobilemenu > li.mobilemenu__item-dropdown.mobilemenu__item-dropdown-open > a:before {
	transform: rotate(135deg);
}

.mobilemenu > li.mobilemenu__item-dropdown.mobilemenu__item-dropdown-open > a:after {
	transform: rotate(-135deg);
}

.mobilemenu__dropdown {
	background: #F6F7F9;
	padding: 20px 20px 30px 20px;
	display: none;
}

.mobilemenu__dropdown-small {
	margin: 0 0 30px;
}

.mobilemenu__dropdown-small li {
	margin: 0 0 10px;
}

.mobilemenu__dropdown-small li a {
	font-weight: normal;
	font-size: 16px;
	line-height: 130%;
	color: #222026;
}

.mobilemenu__dropdown-small li.mobilemenu__dropdown-title {
	margin: 0 0 14px;
}

.mobilemenu__dropdown-small li.mobilemenu__dropdown-title a {
	font-weight: bold;
	font-size: 17px;
	line-height: 130%;
	color: #222026;
}

.mobilemenu__dropdown > li {
	display: block;
	width: 100%;
}

.mobilemenu__dropdown > li > a {
	display: block;
	width: 100%;
	font-size: 20px;
	line-height: 130%;
	color: #222026;
}

.mobilemenu__dropdown > li:not(:last-child) {
	padding-bottom: 15px;
}

.mobilemenu li.mobilemenu__item-small {
	border: none;
}

.mobilemenu li.mobilemenu__item-small > a {
	font-size: 17px;
	line-height: 130%;
	margin: 16px 60px 16px 20px;
}

.mobilemenu li.mobilemenu__item-lk > a {
	margin-top: 28px;
	margin-bottom: 38px;
}

.mobilemenu__contacts {
	border-top: 1px solid #E2EAEF;
	padding: 38px 20px 120px;
}

.mobilemenu__contacts p {
	font-size: 17px;
	line-height: 130%;
	color: #222026;
	margin: 0 0 16px;
}

.mobilemenu__contacts h3 {
	font-size: 24px;
	line-height: 130%;
	margin: 0 0 20px;
}

.mobilemenu__contacts h3 a {
	color: #222026;
}

.mobilemenu__contacts .mobilemenu__link-onthemap {
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
}

.mobilemenu__contacts .button1 {
	margin: 10px 0 0;
	width: 100%;
}

.mobilemenu__dropdown-banners li {
	display: block;
	background: #fff;
	border-radius: 10px;
	padding: 20px;
}

.mobilemenu__dropdown-banners li:not(:last-child) {
	margin: 0 0 10px;
}

.mobilemenu__dropdown-banners h3 {
	font-weight: bold;
	font-size: 17px;
	line-height: 130%;
	color: #222026;
	margin: 0 0 10px;
}

.mobilemenu__dropdown-banners p {
	font-size: 15px;
	line-height: 140%;
	color: #564E6A;
	margin: 0 0 10px;
}

.mobilemenu__dropdown-banners-more {
	font-weight: bold;
	font-size: 15px;
	line-height: 130%;
	text-transform: uppercase;
	color: #35ADE1;
}

/* responsive */

@media screen and (max-width: 1217px) {
	.wrapper {
		width: 960px;
	}

	.wrapper-small, .wrapper-medium {
		padding: 0;
	}

	.content h2 {
		font-size: 32px;
	}

	.header__nav2-logo img {
		width: 102px;
	}

	.header__nav2-signup {
		width: 144px;
	}

	.header__nav2-link {
		font-size: 15px;
	}

	.promotopbanner {
		padding: 80px 0 60px;
	}

	.promotopbanner h2 {
		font-size: 42px;
		margin: 0;
	}

	.promotopbanner h3 {
		margin: 24px 0 48px;
	}

	.promotopbanner {
		overflow: hidden;
	}

	.promotopbanner__service .promotopbanner__promo-image img {
		margin-top: 0;
		top: -10px;
		left: 0;
	}

	.promotopbanner__promo-text {
		width: 60%;
	}

	.promotopbanner__promo-image {
		width: 40%;
		position: relative;
	}

	.promotopbanner__promo-image img {
		width: 123%;
		position: absolute;
		left: -90px;
	}

	.promotopbanner__icon {
		width: auto;
	}

	.covid-19__banner-2 {
		padding: 25px 22px;
	}

	.promo2 {
		padding: 140px 0 80px;
	}

	.promo2 h2 span {
		display: inline-block;
	}

	.promo2 .wrapper-flex {
		flex-wrap: wrap;
	}

	.promo2__col1, .promo2__col2, .promo2__col3, .promo2__col4 {
		width: 100%;
	}

	.promo2__col1 .link__more {
		display: none;
	}

	.promo2__col2 .link__more {
		display: block;
	}

	.promo3 {
		padding: 80px 0 0;
	}

	.promo4 {
		padding: 80px 0 0;
	}

	.promo4__col1 {
		width: 100%;
	}

	.promo4__col4 {
		padding: 24px 30px;
	}

	.promodoctors {
		padding: 80px 0 0;
	}

	.promodoctors h2 span {
		display: inline;
	}

	.promodoctors .content p {
		width: 100%;
	}

	.promodoctors__carousel {
		margin: 40px 0 0;
	}

	.promo5 {
		padding: 80px 0 0;
		overflow: hidden;
	}

	.promo5__col1 {
		padding: 0 0 80px;
	}

	.promo5__col2 {
		position: relative;
	}

	.promo5__col2 img {
		position: absolute;
		width: 140%;
	}

	.promo6 {
		padding: 80px 0 100px;
	}

	.promo6 h2 span {
		display: inline;
	}

	.promo6__image ul li:last-child {
		margin-bottom: 340px;
	}

	.promo6 > .wrapper-flex {
		flex-wrap: wrap;
	}

	.promo6__col1,
	.promo6__col2 {
		width: 100%;
	}

	.promo6__image {
		margin-top: 0;
		max-width: 960px;
		padding: 40px;
	}

	.promoabouthow {
		padding: 80px 0;
	}

	.promoabouthow__col1 {
		width: 44.16%;
	}

	.promoabouthow__col2 {
		width: 50%;
	}

	.promoreviews h2 {
		margin: 0 0 10px;
	}

	.promoreviews__wrapper {
		padding: 80px 0
	}

	.promoreviews__carousel.owl-carousel {
		margin: 0;
	}

	.promoreviews__carousel-item_image {
		/*width: 31.87%;*/
		width: 306px;
	}

	.promoreviews__carousel-item_review {
		/*width: 65.93%;*/
		width: calc(100% - 326px);
	}

	.promoreviews__carousel .owl-dots {
		left: 326px;
	}

	.promoreviews .link__more {
		position: relative;
		display: block;
		width: 31.87%;
		margin: 40px 0 0;
		text-align: center;
	}

	.promo8 {
		padding: 31px 0;
	}

	.promo8__col1 {
		width: 38%;
	}

	.promo8__col2 {
		width: 58%;
	}

	.promo9 {
		padding: 80px 0 80px;
		overflow: hidden;
	}

	.promo9__col1 {
		width: 57%;
		position: relative;
	}

	.promo9__col1 img {
		position: absolute;
		width: 110%;
		top: 20px;
	}

	.promo9__col2 {
		width: 43%;
	}

	.promo9 .content p {
		font-size: 17px;
	}

	.promo9 ul.list-1 > li {
		font-size: 17px;
	}

	.promoform {
		padding: 80px 0 100px;
	}

	.promoform h2 {
		font-size: 52px;
	}

	.promoform__form {
		padding: 40px 30px;
	}

	.promoform__step1 .promoform__form {
		padding: 20px 30px;
	}

	.promoform__results {
		width: 31.85%;
		padding: 20px 27px 20px 30px;
	}

	.promoform__calc {
		padding: 40px 30px;
	}

	.promoform__calc .button3 {
		width: 100%;
		padding: 0;
		justify-content: center;
	}

	.promoform__form .promoform__calc__select-area {
		width: 100%;
	}

	.promoform__results__table {
		margin: 0 0 33px;
	}

	.promoform__calc__types-cell-name {
		width: 340px;
	}

	.promoform__calc__types-cell-price {
		font-size: 14px;
	}

	.promoform .input__checkbox + label {
		font-size: 14px;
	}

	.footer {
		padding: 100px 0;
	}

	.footer__map {
		margin: 0 0 50px;
	}

	.footer__col1 {
		margin: 0;
	}

	.footer__col2 {
		width: 53%;
	}

	.footer__review {
		width: 38%;
	}

	.footer__info-copy {
		margin: 30px 0 0;
	}

	.footer__info-address {
		margin: 0 0 40px;
	}

	.footer__info-address h3 {
		font-size: 24px;
	}

	.footer__info-socials {
		margin: 40px 0 40px;
	}

	.footer__info-menu a {
		flex: 0 0 50%;
		margin: 0 0 23px 0;
	}

	.footer__info-text {
		margin: 0;
	}

	/* blog */

	.blog__items {
		padding: 40px 0 60px;
	}

	.blog__gutter {
		width: 20px;
	}

	.blog__item {
		margin: 0 0 40px;
	}

	.blog__item h3 {
		padding: 0;
		font-size: 17px;
	}

	.blog__item p {
		padding: 0;
	}

	/* article */

	.article {
		padding: 20px 0 50px;
	}

	.article__wrapper {
		width: 100%;
	}

	.article__author-wrapper {
		display: none;
	}

	.quote {
		padding: 24px 27px;
	}

	.article__author {
		padding: 60px 0 80px;
	}

	.article__author h2 {
		margin: 0 0 30px;
	}

	.article__author-who {
		width: 31.97%;
		margin: 0 20px 0 0;
	}

	.article__author-type2 .article__author-who {
		margin: 0 0 0 20px;
	}

	.article__author-sources {
		width: 65.93%;
	}

	.samearticles {
		padding: 80px 0;
	}

	.samearticles h2 {
		margin: 0 0 30px;
	}

	.samearticles__carousel-item-wrapper {
		padding: 0;
	}

	/* doctors */

	.doctors .wrapper > .wrapper-flex {
		justify-content: start;
	}

	.doctors .doctor {
		width: 32%;
		margin-right: 2%;
	}

	.doctors .doctor:nth-child(4n) {
		margin-right: 2%;
	}

	.doctors .doctor:nth-child(3n) {
		margin-right: 0;
	}

	.doctor img {
		height: 400px;
		object-fit: cover;
	}

	/* prices */

	.actions {
		padding: 30px 0 60px;
		margin: 40px 0 0;
	}

	.action {
		padding: 20px 20px 69px;
	}

	.actions .owl-carousel {
		width: 960px;
		margin: 0 auto;
	}

	.action .wrapper-flex {
		padding: 0 20px;
	}

	.action .link__more:after {
		display: none;
	}

	.prices__list {
		padding: 40px 0 10px;
	}

	.price__row {
		padding: 15px 15px 15px 21px;
	}

	.price__name-title {
		width: 43.29%;
	}

	.price__name {
		width: 43.29%;
	}

	.price__row-complex {
		padding: 19px 11px 19px 21px;
	}

	.price__row-complex a {
		width: 43.1%;
	}

	.price__oldprice, .price__dayprice, .price__nightprice {
		width: 13%;
	}

	.price__oldprice-title, .price__dayprice-title, .price__nightprice-title {
		width: 12.8%;
	}

	/* reviews */

	.page__reviews .breadcrumbs h1 {
		width: auto;
	}

	.promo10 {
		padding: 40px 0 60px;
	}

	.promo10 .wrapper-flex {
		flex-wrap: wrap;
	}

	.promo10__col1 {
		width: 100%;
		margin: 0 0 40px;
	}

	.promo10__col2 {
		width: 100%;
	}

	.promo10 .video__wrapper {
		padding-top: 570px;
	}

	.reviews__gutter {
		width: 20px;
	}

	.review {
		width: 31.97%;
		margin-bottom: 20px;
	}

	.review__video:before {
		width: 44px;
		height: 30px;
		background-size: cover;
		right: -15px;
		top: -15px;
	}

	/* услуги */

	.service__info {
		padding: 80px 0 50px;
	}

	.service__info h2 {
		margin: 0 0 30px;
	}

	.service__info h2 span {
		display: inline-block;
	}

	.service__info ul.list-1 {
		margin-left: -20px;
		margin-right: -20px;
	}

	.service__info ul.list-1 li {
		margin-left: 20px;
		margin-right: 20px;
	}

	/* doctor */

	.doctor__article {
		padding: 30px 0 80px;
	}

	.doctor__article__col1 {
		width: 31.97%;
	}

	.doctor__article__col2 {
		width: 65.93%;
	}

	.doctor__article .video__wrapper {
		padding-top: 401px;
		margin: 0 0 20px;
	}

	.doctor__article-quote {
		padding: 20px 30px 30px;
	}

	.doctor__article-quote h2 {
		font-size: 32px;
	}

	.doctor__article-interview {
		padding: 20px 30px 30px;
	}

	.doctor__article + .reviews {
		padding: 60px 0 80px;
	}

	.reviews__more + .promodoctors {
		padding: 60px 0 80px;
	}

	/* contacts */

	.contacts__block1 {
		padding: 0 0 60px;
		margin: 40px 0 0;
	}

	.contacts__timetable {
		padding: 30px;
	}

	.contacts__block2 {
		padding: 30px 0 50px;
	}

	.page__contacts .promo4 {
		padding: 80px 0 80px;
	}

	.contactsform,
	.nalogform {
		padding: 60px 0 80px;
	}

	/* запись во всплывающем окне */

	.modal__sign {
		padding: 40px 30px;
		width: 90vw;
	}
}

@media screen and (max-width: 1023px) {
	.wrapper {
		width: 728px;
		margin: 0 auto;
	}

	.header__nav1 {
		display: none;
	}

	.header__nav2 {
		border-bottom: 1px solid #E2EAEF;
	}

	.header__nav2 .wrapper {
		padding: 10px 0;
	}

	.header__fixed .header__nav2 {
		padding-bottom: 0;
		border-bottom: none;
	}

	.header__nav2 > .wrapper > li:not(.header__nav2-mobile-item):not(.header__nav2-logo-item):not(.header__nav2-logo-small-item) {
		display: none;
	}

	.header__nav2 > .wrapper {
		justify-content: right;
	}

	.header__nav2-logo-item {
		margin-right: auto;
	}

	.header__nav2-mobile-item {
		margin-left: 18px;
	}

	.header__nav2-hamburger-item {
		display: block;
	}

	.header__fixed .header__nav2-logo img {
		width: 102px;
	}

	.covid-19__banner {
		font-size: 13px;
	}

	/* content */

	.content p {
		font-size: 17px;
	}

	.content ol > li {
		font-size: 17px;
	}

	.content ul.list-1 > li {
		font-size: 17px;
	}

	.content h4 {
		font-size: 24px;
	}

	.promotopbanner {
		padding: 20px 0 44px;
	}

	.promotopbanner h3 {
		margin: 24px 0 38px;
	}

	.promotopbanner__promo-image {
		display: none;
	}

	.promotopbanner__promo-image-mobile {
		display: block;
		width: 58.81%;
	}

	.promotopbanner__promo-image-mobile img {
		width: 100%;
	}

	.promotopbanner .wrapper-flex {
		flex-wrap: wrap;
		justify-content: center;
	}

	.promotopbanner__promo-text {
		width: 80%;
		text-align: center;
		margin: 30px 0 0;
	}

	.promotopbanner__icons {
		width: 76%;
		margin: 50px auto 0;
	}

	.promotopbanner__icon {
		width: 50%;
		margin: 0 0 16px;
	}

	.covid-19__banner-2 {
		margin-bottom: -69px;
	}

	.promo2 {
		padding: 120px 0 80px;
	}

	.promo2__col2 p {
		font-size: 17px;
	}

	.promo3 {
		padding: 60px 0 0;
	}

	.promo3__carousel {
		margin: 10px 0 0;
	}

	.promo4 {
		padding: 60px 0 0;
	}

	.promo4 .wrapper-flex {
		flex-wrap: wrap;
	}

	.promo4__col3,
	.promo4__col4 {
		width: 100%;
	}

	.promo4__col4 {
		margin: 20px 0 0;
	}

	.promodoctors__carousel {
		margin-top: 30px;
	}

	.doctor h3 {
		font-size: 17px;
	}

	.doctor h4 {
		font-size: 15px;
	}

	.promo5 {
		padding: 60px 0 0;
	}

	.promo5__col1 {
		width: 60%;
	}

	.promo5__col2 {
		width: 40%;
	}

	.promo5__col2 img {
		position: absolute;
		width: 200%;
		left: -70px;
		top: -25px;
	}

	.promo6 {
		padding: 60px 0 80px;
	}

	.promo6 .content p {
		font-size: 17px;
	}

	.promo6__image {
		max-width: 728px;
		height: 560px;
		padding: 40px;
	}

	.promo6__image ul li {
		font-size: 17px;
	}

	.promo6__image ul li:last-child {
		margin-bottom: 320px;
	}

	.promoabouthow {
		padding: 60px 0;
	}

	.promoabouthow__col1 {
		width: 44%;
	}

	.promoreviews__wrapper {
		padding: 60px 0
	}

	p.promoreviews__carousel-item_review-who {
		margin: 0 0 20px;
	}

	.promoreviews__carousel-item_review h4 {
		margin: 0 0 20px;
		font-size: 20px;
	}

	.promoreviews__carousel-item_review p {
		font-size: 17px;
	}

	.promoreviews__carousel .owl-dots {
		left: 0;
		width: 100%;
		bottom: -92px;
		justify-content: center;
		display: flex;
	}

	.promoreviews .link__more {
		margin: 130px 0 0;
		width: 100%;
	}

	.promo8 > .wrapper-flex {
		flex-wrap: wrap;
	}

	.promo8__col1 {
		width: 100%;
		margin: 0 0 30px;
	}

	.promo8__col2 {
		width: 100%;
	}

	.promo8__col1 .wrapper-flex,
	.promo8__col2 .wrapper-flex {
		justify-content: center;
	}

	.promo9 {
		padding: 60px 0 45px;
	}

	.promo9__col1 {
		width: 53%;
	}

	.promo9__col2 {
		width: 47%;
	}

	.promo9 .content p {
		margin: 0 0 10px;
	}

	.promo9 ul.list-1 > li {
		margin: 0 0 10px;
	}

	.promo9__col1 img {
		width: 145%;
		left: -130px;
		top: 10px;
	}

	.promoform {
		padding: 60px 0 80px;
	}

	.promoform h2 {
		font-size: 42px;
		margin: 0 0 30px;
	}

	.promoform h4 {
		font-size: 20px;
		margin: 0 0 10px;
	}

	.promoform__form {
		padding: 30px 30px 40px;
	}

	.promoform__form .wrapper-flex {
		flex-wrap: wrap;
	}

	.promoform__form_col-input {
		width: 100%;
	}

	.promoform__calc {
		padding: 30px 30px 40px;
		position: relative;
	}

	.promoform__calc .button3 {
		line-height: 130%;
		position: absolute;
		bottom: 40px;
		width: calc(100% - 60px);
		font-size: 14px;
	}

	.promoform__results {
		padding: 20px 20px 30px;
	}

	.promoform__results__table-row {
		font-size: 15px;
	}

	.promoform__results__table-row:last-child {
		margin: 10px 0 0;
	}

	.promoform__calc__types-row {
		padding: 13px;
		flex-wrap: wrap;
	}

	.promoform__calc__types-cell-name {
		width: 100%;
		max-width: 100%;
	}

	.promoform__calc__types-cell-name .input__checkbox + label {
		font-size: 17px;
	}

	.promoform__results__table {
		margin: 0 0 30px;
	}

	.footer {
		padding: 80px 0;
	}

	.footer__info-address h3 {
		font-size: 20px;
	}

	.footer__col2 {
		width: 48.2%;
	}

	.footer__review {
		width: 48.9%;
	}

	.load__more {
		margin: 0;
	}
	
	.load__more2 {
		margin: 0;
	}	

	.breadcrumbs {
		padding: 30px 0 0;
	}

	.breadcrumbs h1 {
		font-size: 36px;
	}

	.breadcrumbs p {
		margin: 20px 0 20px;
	}

	/* blog  */

	.blog__items {
		padding: 40px 0 40px;
	}

	.blog__item {
		width: 48.62%;
	}

	/* article  */

	.article {
		padding: 20px 0 30px;
	}

	.article__author {
		padding: 60px 0 30px;
	}

	.article__author > .wrapper > .wrapper-flex {
		flex-wrap: wrap;
	}

	.article__author-type2 .article__author-who,
	.article__author-who {
		width: 100%;
		margin: 0 0 20px;
		padding: 20px 20px 30px;
	}

	.article__author-type2 .article__author-sources,
	.article__author-sources {
		width: 100%;
	}

	.article__author-who {
		display: flex;
		justify-content: space-between;
	}

	.article__author-who img {
		width: 100px;
		height: 100px;
	}

	.article__author-who-text {
		width: calc(100% - 120px);
	}

	.samearticles {
		padding: 60px 0 60px;
	}

	/* doctors */

	.doctors {
		padding: 0 0 40px;
	}

	.doctor img {
		height: 340px;
		object-fit: cover;
	}

	.doctors .doctor {
		margin-bottom: 40px;
	}

	/* prices */

	.actions .owl-carousel {
		width: 100%;
	}

	.prices__search {
		padding: 40px 0 0;
	}

	.prices__list {
		padding: 30px 0 10px;
	}

	.prices__list .wrapper {
		width: 100%;
	}

	.price__row-title {
		width: 728px;
		margin-left: auto;
		margin-right: auto;
	}

	.price__name-title {
		width: 37.8%;
		font-size: 20px;
	}

	.price__oldprice-title, .price__dayprice-title, .price__nightprice-title {
		font-size: 13px;
		width: 13.5%;
	}

	.price__name {
		width: 38.16%;
	}

	.price__row {
		font-size: 15px;
		padding: 10px 20px;
	}

	.price__oldprice, .price__dayprice, .price__nightprice {
		font-size: 15px;
	}

	.prices-full .price__row .button1 {
		width: 126px;
	}

	.price__row-complex {
		padding: 10px 20px;
	}

	.price__row-complex a {
		font-size: 15px;
		width: 38.12%;
	}

	.price__row-more {
		padding: 15px 20px 0;
	}

	/* reviews */

	.promo10 {
		padding: 30px 0 60px;
	}

	.promo10 .video__wrapper {
		padding-top: 456px;
	}

	.reviews {
		padding: 60px 0 60px;
	}

	.review {
		width: 48.62%;
		margin-bottom: 20px;
	}

	/* service */

	.service__info {
		padding: 60px 0 30px;
	}

	.service__info ul.list-1 {
		columns: 2;
	}

	/* doctor */

	.doctor__article {
		padding: 30px 0 60px;
	}

	.doctor__article__col1 {
		width: 31.45%;
	}

	.doctor__article__col2 {
		width: 65.79%;
	}

	.doctor__article .video__wrapper {
		padding-top: 299px;
	}

	.doctor__article-quote {
		margin: 30px 0 30px;
		padding: 20px;
	}

	.doctor__article .content p + h4, .doctor__article .content ul + h4 {
		margin: 30px 0 20px !important;
	}

	.doctor__article-interview {
		margin: 30px 0 0;
		padding: 20px;
	}

	.doctor__article + .reviews {
		padding: 60px 0 0;
	}

	.doctor__article + .reviews + .reviews__more {
		margin-top: -160px;
	}

	.reviews__more + .promodoctors {
		padding: 60px 0 60px;
	}

	/* contacts */

	.contacts__block1 {
		margin: 30px 0 0;
	}

	.contacts__block1 .wrapper {
		position: relative;
		padding-bottom: 96px;
	}

	.contacts__block1-nalog .wrapper {
		padding-bottom: 0;
	}

	.contacts__block1__col1 {
		width: 46.28%;
	}

	.contacts__timetable {
		width: 50.82%;
	}

	.contacts__block2 {
		padding: 30px 0 30px;
	}

	.page__contacts .promo4 {
		padding: 60px 0 60px;
	}

	.contactsform,
	.nalogform {
		padding: 50px 0 80px;
	}

	.page__contacts .breadcrumbs p, .contacts__block1__col1 p {
		font-size: 17px;
	}

	.contacts__buttons {
		position: absolute;
		width: 100%;
		left: 0;
		bottom: 0;
	}

	.contacts__link-onthemap {
		margin: 20px 0 0;
		display: block;
	}

	.contacts__block1 .button1 {
		width: 46.28%;
	}

	.contacts__block1 .button2 {
		width: 50.82%;
	}

	.contactsform > .wrapper-flex,
	.nalogform > .wrapper-flex {
		flex-wrap: wrap;
	}

	.contactsform__col1, .contactsform__col2 {
		width: 100%;
	}

	.contactsform__col2 {
		margin: 50px 0 0;
	}

	/* запись во всплывающем окне */

	.modal__sign {
		padding: 40px 20px;
		width: 100%;
	}

	.modal__sign .promoform__form {
		width: 61.5%;
	}

	.modal__sign .promoform__results {
		width: 36.5%;
	}
}

/* 480px */
@media screen and (max-width: 799px) {
	.wrapper {
		width: 100%;
		margin: 0 auto;
	}

	.header__nav2-phone span {
		display: none;
	}

	.header__nav2-phone:before {
		margin: 0;
		width: 38px;
		height: 38px;
		background: url(../img/phone_big.svg) no-repeat 0 0;
		margin: 0 0 -4px;
	}

	.video__poster button {
		left: 40px;
		bottom: 40px;
	}

	.video__poster span {
		left: 104px;
		bottom: 65px;
	}

	.content p + h2,
	.content .quote + h2 {
		margin: 30px 0 20px !important;
	}

	.content p + h3,
	.content .quote + h3 {
		margin: 30px 0 20px !important;
	}

	.content p + h4,
	.content .quote + h4 {
		margin: 30px 0 20px !important;
	}

	.content ul.list-1 {
		margin: 0 0 20px;
	}

	.content ol {
		margin: 0 0 20px;
	}

	.content h2 {
		margin: 0 0 20px;
	}

	.content p {
		margin: 0 0 20px;
	}

	.content .quote {
		margin-bottom: 20px;
	}

	.promotopbanner {
		padding: 30px 0 20px;
	}

	.promotopbanner__promo-image-mobile {
		width: 100%;
	}

	.promotopbanner__promo-text {
		width: 100%;
	}

	.promotopbanner h2 {
		font-size: 36px;
	}

	.promotopbanner h3 {
		font-size: 20px;
		margin: 24px 0 30px;
	}

	.promotopbanner .button1 {
		width: 100%;
		margin: 0 0 20px;
	}

	.promotopbanner .button2 {
		width: 100%;
	}

	.promotopbanner__icons {
		width: calc(100% + 20px);
		margin: 40px -10px 0;
	}

	.promotopbanner__icon:before {
		margin: 0 8px 0 0;
	}

	.promotopbanner__icon {
		width: auto;
	}

	.promotopbanner__icon:nth-child(odd) {
		flex: 1 1 45%;
	}

	.promotopbanner__icon:nth-child(even) {
		flex: 1 1 55%;
	}

	.covid-19__banner-2 {
		padding: 20px;
		margin-bottom: -58px;
	}

	.covid-19__banner-2 h3 {
		font-size: 24px;
	}

	.covid-19__banner-2 p {
		font-size: 15px;
	}

	.promo2 {
		padding: 110px 0 60px;
	}

	.promo2 .video__wrapper {
		padding-top: 280px;
	}

	.promo3 {
		padding: 50px 0 0;
	}

	.promo3 > .wrapper-flex {
		flex-wrap: wrap;
	}

	.promo3__col1 {
		width: 100%;
	}

	.promo3__col2 {
		width: 100%;
	}

	.promo3.content p {
		font-size: 17px;
	}

	.promo4 {
		padding: 50px 0 0;
	}

	.promo4 .video__wrapper {
		padding-top: 280px;
	}

	.promodoctors {
		padding: 50px 0 0;
	}

	.promodoctors .wrapper {
		padding-bottom: 50px;
	}

	.promodoctors .link__more {
		top: auto;
		bottom: 0;
		width: 100%;
		text-align: center;
	}

	.promodoctors__carousel .owl-stage-outer {
		padding-bottom: 1px; /* фикс выосты */
	}

	.promo5 .wrapper-flex {
		flex-wrap: wrap;
	}

	.promo5__col1 {
		padding: 0 0 10px;
	}

	.promo5__col1, .promo5__col2 {
		width: 100%;
	}

	.promo5__col2 img {
		position: relative;
		width: 100%;
		left: auto;
		top: auto;
	}

	.promo5 .content p {
		font-size: 17px;
	}

	.promo6__image {
		width: 100%;
		height: 530px;
		padding: 30px;
		background-size: 140%;
		background-position: -160px 180px;
	}

	.promo6__image ul li:last-child {
		margin-bottom: 280px;
	}

	.promoabouthow {
		padding: 50px 0 40px;
	}

	.promoabouthow .wrapper-flex {
		flex-wrap: wrap;
	}

	.promoabouthow__col1 {
		width: 100%;
		margin: 0 0 20px;
	}

	.promoabouthow__col2 {
		width: 100%;
	}

	.promoabouthow__col1 p {
		font-size: 17px;
	}

	.promoabouthow__list img {
		display: block;
		margin: 0 auto 17px;
	}

	.promoabouthow__list h4 {
		font-size: 20px;
	}

	.promoabouthow__list li:not(:last-child) {
		margin: 0 0 40px;
	}

	.promoabouthow__list .button1 {
		width: 100%;
	}

	.promoreviews__carousel-item {
		padding: 0;
	}

	.promoreviews__wrapper {
		padding: 50px 0 40px;
	}

	p.promoreviews__carousel-item_review-who {
		font-size: 17px;
		margin: 0 0 11px;
	}

	.promoreviews__carousel-item_review-title {
		font-size: 20px;
		margin: 0 0 26px;
		color: #222026;
		font-weight: bold;
		line-height: 140%;
	}

	.promoreviews__carousel-item > .promoreviews__carousel-item_review-who,
	.promoreviews__carousel-item > .promoreviews__carousel-item_review-title {
		display: block;
	}

	.promoreviews__carousel-item_review .promoreviews__carousel-item_review-who,
	.promoreviews__carousel-item_review .promoreviews__carousel-item_review-title {
		display: none;
	}

	.promoreviews__carousel-item_image {
		width: 33%;
	}

	.promoreviews__carousel-item_image:after {
		width: 24px;
		height: 19px;
		background-size: contain;
		top: -10px;
		right: 10px;
	}

	.promoreviews__carousel-item_image .video__wrapper {
		padding-top: 250px;
	}

	.promoreviews__carousel-item_review {
		width: calc(67% - 20px);
	}

	.promoreviews__carousel .owl-dots {
		bottom: -60px;
	}

	.promoreviews__carousel-item_image .video__poster button {
		left: 10px;
		bottom: 20px;
	}

	.promoreviews__carousel-item_image .video__poster span {
		left: 74px;
		bottom: 45px;
	}

	.promoreviews .link__more {
		margin: 90px 0 0;
	}

	.promo8__col2 .wrapper-flex {
		flex-wrap: wrap;
	}

	.promo8__col1 {
		margin: 0 0 20px;
	}

	.promo8 .button1 {
		width: 100%;
		margin: 25px 0 0;
	}

	.promo9 {
		padding: 50px 0 0;
	}

	.promo9 .wrapper-flex {
		flex-wrap: wrap;
	}

	.promo9__col1 {
		width: 100%;
	}

	.promo9__col2 {
		width: 100%;
		padding-bottom: 410px;
	}

	.promoform__step0 .wrapper-flex {
		flex-wrap: wrap;
	}

	.promoform__form {
		width: 100%;
	}

	.promoform__calc {
		margin: 10px 0 0;
		width: 100%;
	}

	.promo9__col1 img {
		width: 100%;
		left: 0;
		padding-top: 400px;
	}

	.promoform__calc .button3 {
		position: relative;
		bottom: auto;
	}

	.promoform__step1 .wrapper-flex {
		flex-wrap: wrap;
	}

	.promoform__step1 .promoform__form {
		padding: 20px 20px;
	}

	.promoform__calc__types-row + .wrapper-flex {
		display: block;
	}

	.promoform__calc__types-row + .wrapper-flex h5 {
		margin: 0 0 14px;
		display: block;
	}

	.promoform__calc__date {
		margin: 0 0 30px;
	}

	.promoform__results {
		margin: 10px 0 0;
		width: 100%;
	}

	.promoform__back {
		font-size: 15px;
	}

	.footer {
		padding: 0 0 80px;
	}

	.footer .wrapper-flex {
		flex-wrap: wrap;
	}

	.footer .wrapper-helper {
		width: 100%;
	}

	.footer__map {
		width: 100%;
		margin: 0 0 40px;
		height: 400px;
	}

	.footer__col1 {
		/*width: 440px;*/
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: end;
	}

	.footer__info-address {
		width: 60%;
		margin: 0;
	}

	.footer__info-address .button1 {
		width: 210px;
	}

	.footer__col1-helper {
		display: flex;
		justify-content: space-between;
	}

	.footer__info-socials {
		margin: 0 0 0 20px;
	}

	.footer__info-menu {
		width: 100%;
	}

	.footer__info-menu {
		margin: 40px 0;
	}

	.footer__info-menu a {
		flex: 1 1 33%;
	}

	.footer__col2 {
		width: 100%;
		margin: 0 0 30px;
	}

	.footer__review {
		width: 100%;
	}

	.footer__review .wrapper-flex {
		justify-content: normal;
	}

	.footer__review-button {
		margin: 0 10px 0 0;
	}

	.footer__info-copy a {
		display: block;
		margin: 10px 0 0;
	}

	/* нижнее мобильное меню */

	.bottommenu {
		position: fixed;
		z-index: 10;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 54px;
		background: #fff;
		display: flex;
		align-items: center;
		justify-content: space-around;
	}

	.bottommenu a {
		text-align: center;
	}

	.bottommenu a > i {
		display: inline-block;
		margin: 0 0 2px;
	}

	.bottommenu a:hover {
		text-decoration: none;
	}

	.bottommenu a > span {
		display: block;
		font-size: 10px;
		line-height: 12px;
		text-align: center;
		letter-spacing: 0.12px;
		color: #222026;
	}

	.bottommenu__icon-hamburger {
		width: 22px;
		height: 26px;
		background: url(../img/bottommenu__icon-hamburger.svg) no-repeat 50% 50%;
	}

	.bottommenu__icon-mrt {
		width: 24px;
		height: 26px;
		background: url(../img/bottommenu__icon-mrt.svg) no-repeat 50% 50%;
	}

	.bottommenu__icon-kt {
		width: 26px;
		height: 26px;
		background: url(../img/bottommenu__icon-kt.svg) no-repeat 50% 50%;
	}

	.bottommenu__icon-contacts {
		width: 22px;
		height: 26px;
		background: url(../img/bottommenu__icon-contacts.svg) no-repeat 50% 50%;
	}

	.bottommenu__icon-uzi {
		width: 25px;
		height: 26px;
		background: url(../img/bottommenu__icon-uzi.svg) no-repeat 50% 50%;
	}
	
	.bottommenu__icon-other {
		width: 25px;
		height: 26px;
		background: url(../img/bottommenu__icon-other.svg) no-repeat 50% 50%;
	}
	
	.breadcrumbs a,
	.breadcrumbs .wrapper > span {
		font-size: 15px;
	}

	.breadcrumbs h1 {
		font-size: 32px;
	}

	.breadcrumbs p {
		font-size: 17px;
	}

	.load__more {
		margin: 0 -20px 0;
		width: calc(100% + 40px);
	}

	.load__more .button2 {
		width: 245px;
		padding: 0;
		justify-content: center;
	}
	
	.load__more2 {
		margin: 0 -20px 0;
		width: calc(100% + 40px);
	}

	.load__more2 .button2 {
		width: 245px;
		padding: 0;
		justify-content: center;
	}

	/* blog  */

	.blog__items {
		padding: 30px 0 0;
	}

	.blog__item {
		width: 100%;
	}

	/* article */

	.article__image-primary {
		margin: 0 -20px 40px;
		width: calc(100% + 40px);
		border-radius: 0;
	}

	.article .content h2 {
		font-size: 28px;
		margin: 0 0 20px;
	}

	.article .content h3 {
		font-size: 24px;
		margin: 0 0 20px;
	}

	.article .content p + .quote {
		margin: 40px 0 0;
	}

	.quote {
		width: calc(100% + 40px);
		margin-left: -20px;
		margin-right: -20px;
		border-radius: 0;
	}

	.quote__author p {
		width: calc(100% - 80px);
	}

	.article__image-secondary {
		margin: 0 0 20px;
	}

	p.article__image-note {
		margin: 0 0 20px !important;
	}

	.files li {
		flex-wrap: wrap;
		padding: 20px 16px 29px;
	}

	.files-file-size {
		flex: 1 1 40%;
	}

	.files-file-download {
		margin: 24px 0 0;
	}

	.files-file-open {
		margin: 24px 0 0 28px;
	}

	.article {
		padding: 20px 0 40px;
	}

	.article .price__row {
		padding: 19px;
		flex-wrap: wrap;
		width: calc(100% + 40px);
		margin: 0 -20px;
	}

	.article .price__name {
		width: 100%;
		border: none;
		margin: 0 0 17px;
	}

	.article .price__price {
		width: 100%;
		margin: 0 0 17px;
	}

	.article .button1 {
		width: 100%;
		margin: 0;
	}

	.article__author {
		padding: 50px 0 40px;
	}

	.article__author .article__author-who p {
		margin: 0 0 12px;
	}

	.article__author .article__author-who p.article__author-name {
		font-size: 17px;
	}

	.article__author .article__author-who p.article__author-position {
		font-size: 15px;
	}

	.article__author-sources h5 {
		font-size: 20px;
	}

	.samearticles {
		padding: 50px 0 60px;
	}

	/* doctors  */

	.doctors {
		margin: 30px 0 0;
		padding: 0;
	}

	.doctors .doctor,
	.doctors .doctor:nth-child(3n),
	.doctors .doctor:nth-child(4n) {
		width: 46%;
		margin: 0 2% 40px;
	}


	.doctors .doctor img {
		height: 300px;
	}

	/* prices */

	.price__oldprice-title, .price__dayprice-title, .price__nightprice-title {
		display: none;
	}

	.price__row-title {
		width: 440px;
		padding-bottom: 23px;
	}

	.price__name-title {
		width: 100%;
	}

	.price__row {
		flex-wrap: wrap;
		padding: 20px;
		border-radius: 0;
	}

	.prices-full .price__name {
		width: 100%;
		border: none;
		margin: 0 0 17px;
		padding: 0;
		font-size: 17px;
	}

	.price__oldprice, .price__dayprice, .price__nightprice {
		width: 80%;
		padding: 0;
		text-align: left;
		border: none;
		display: flex;
		margin: 0 0 5px;
	}

	.prices-full .price__row .button1 {
		width: 100%;
		margin: 17px 0 0;
	}

	.price__row-complex {
		padding: 20px;
	}

	.price__row-complex a {
		width: 100%;
		padding: 0;
		border: none;
	}

	.price__row-complex .price__oldprice, .price__row-complex .price__dayprice {
		display: none;
	} 

	.price__oldprice span,
	.price__dayprice span,
	.price__nightprice span {
		display: block;
		flex: 1 1 50%;
	}

	.price__amount {
		flex: 1 1 0%;
	}

	.promo10 {
		overflow: hidden;
	}

	.quote-t2 {
		padding: 0 0 0 20px;
		margin: 0 0 20px;
	}

	.quote-t3:after {
		left: 70px;
	}

	.promo10 .video__wrapper {
		padding-top: 276px;
	}

	.review {
		width: 100%;
		margin-bottom: 20px;
	}

	/* service */

	.service__info {
		padding: 50px 0 30px;
	}

	.service__info ul.list-1 {
		columns: 1;
		margin-left: 0;
		margin-right: 0;
	}

	.service__info ul.list-1 li {
		margin-left: 0;
		margin-right: 0;
	}

	/* doctor */

	.doctor__article > .wrapper-flex {
		flex-wrap: wrap;
	}

	.doctor__article__col1, .doctor__article__col2 {
		width: 100%;
	}

	.doctor__article .video__wrapper {
		padding-top: 440px;
	}

	.doctor__article__col1 .button1, .doctor__article__col1 .button2 {
		display: none;
	}

	.doctor__article__col2 .button1, .doctor__article__col2 .button2 {
		display: flex;
	}

	.doctor__article__col2 .button2 {
		margin: 0 0 30px;
	}

	.doctor__article .doctor__article-quote {
		width: 100%;
		margin: 0 0 30px;
	}

	.doctor__article .content h4 {
		font-size: 20px;
	}

	/* contacts  */

	.contacts__block1 > .wrapper-flex {
		flex-wrap: wrap;
	}

	.contacts__block1 {
		margin: 40px 0 0;
	}

	.contacts__block1__col1 {
		width: 100%;
		margin: 0 0 10px;
	}

	.contacts__timetable {
		padding: 20px;
		width: 100%;
	}

	.contacts__block1 .button1, .contacts__block1 .button2 {
		width: 100%;
	}

	.contacts__block1 .button1 {
		margin: 0 0 20px;
	}

	.contacts__block1 .wrapper {
		padding-bottom: 152px;
	}

	.contacts__block1-nalog .wrapper {
		padding-bottom: 0;
	}

	.wrapper__map {
		width: 100%;
	}

	.page__contacts .promo4 {
		padding: 50px 0 60px;
	}

	.contactsform__col2 > .wrapper-flex {
		flex-wrap: wrap;
	}

	.contactsform__col2 .form__input-half {
		width: 100%;
	}

	/* запись во всплывающем окне */

	.modal__sign .promoform__form {
		width: 100%;
	}

	.modal__sign .promoform__results {
		width: 100%;
	}
}

/* 320 px */
@media screen and (max-width: 479px) {
	.wrapper {
		width: 100%;
		margin: 0 auto;
		padding: 0 20px;
	}

	.header__nav2 > .wrapper {
		padding: 10px 20px;
	}

	.header__fixed .header__nav2 > .wrapper {
		padding: 0 20px;
	}

	.header__nav2-logo-item {
		display: none;
	}

	.header__nav2 > .wrapper > li.header__nav2-logo-small-item {
		display: block;
		margin-right: auto;
	}

	.header__nav2-logo-small-item img {
		width: 40px;
	}

	.header__nav2-signup {
		width: 120px;
		font-size: 11px;
	}

	.header__nav2-mobile-item {
		margin-left: 10px;
	}

	.header__nav2-phone:before {
		width: 36px;
		height: 36px;
		background-size: cover;
	}

	.content h2 {
		font-size: 24px;
	}

	.content p {
		font-size: 15px;
	}

	.content p.small {
		font-size: 15px;
		margin: 0 0 20px;
	}

	.content ul.list-1 > li {
		font-size: 15px;
	}

	.content ol > li {
		font-size: 15px;
	}

	.video__poster button {
		left: 19px;
		bottom: 19px;
	}

	.video__poster span {
		left: 83px;
		bottom: 44px;
	}

	.button2 {
		font-size: 13px;
	}

	.promotopbanner h2 {
		font-size: 24px;
	}

	.promotopbanner h3 {
		font-size: 17px;
		margin: 10px 0 25px;
	}

	.promotopbanner__icons {
		width: 100%;
		margin: 30px 0 0;
	}

	.promotopbanner__icon {
		width: 100%;
		margin: 0 0 20px;
	}

	.promotopbanner__icon:nth-child(odd) {
		flex: 1 1 100%;
	}

	.promotopbanner + .wrapper {
		width: 100%;
		padding: 0;
	}

	.covid-19__banner {
		font-size: 10px;
		bottom: 54px;
	}

	.covid-19__banner-2 h3 {
		font-size: 20px;
	}

	.covid-19__banner-2 {
		border-radius: 0;
		margin-bottom: -88px;
	}

	.promo2 {
		padding: 140px 0 60px;
	}

	.promo2 .content__color-black {
		font-size: 17px;
	}

	.promo2 .video__wrapper {
		padding-top: 180px;
	}

	.promo3.content p {
		font-size: 15px;
	}

	.promo3__carousel .owl-item {
		width: 260px !important;
	}

	.promo3__carousel .owl-item {
		padding: 30px 20px 25px;
	}

	.promo3__carousel-item h4 {
		font-size: 17px;
		margin: 0 0 10px;
	}

	.promo3__carousel-item .button1 {
		width: 100%;
	}

	.promo4 .video__wrapper {
		padding-top: 180px;
	}

	.promo4 h3 {
		font-size: 20px;
	}

	.promo4__col4 {
		width: calc(100% + 40px);
		margin: 20px -20px 0;
		padding: 26px 20px 35px;
	}

	.promo4__col4 p {
		font-size: 17px;
	}

	.promo5__col1 {
		padding: 0 0 20px;
	}

	.promo6 {
		padding: 50px 0 60px;
	}

	.promo6 .content p {
		font-size: 15px;
	}

	.promo6__col2 {
		padding-bottom: 10px;
	}

	.promo6__image {
		width: calc(100% - 40px);
		margin: 0 20px;
		padding: 23px 20px;
	}

	.promo6__image {
		height: 516px;
		background-position: -100px 260px;
	}

	.promo6__image ul li {
		font-size: 15px;
	}

	.promo6__image ul li:last-child {
		margin-bottom: 200px;
	}

	.promoabouthow {
		padding: 50px 0 30px;
	}

	.promoabouthow__list img {
		width: 100%;
	}

	.promoreviews__carousel-item > .wrapper-flex {
		flex-wrap: wrap;
	}

	.promoreviews__carousel-item_image {
		width: 100%;
	}

	.promoreviews__carousel-item_review {
		width: 100%;
	}

	p.promoreviews__carousel-item_review-who {
		font-size: 15px;
		margin: 0 0 20px;
	}

	.promoreviews__carousel-item .promoreviews__carousel-item_review-title {
		display: none;
	}

	.promoreviews__carousel-item_review .promoreviews__carousel-item_review-title {
		display: block;
		font-size: 17px;
		margin: 0 0 20px !important;
	}

	.promoreviews__carousel-item_image .video__wrapper {
		padding-top: 364px;
		margin: 0 0 13px;
	}

	.promoreviews__carousel-item_image:after {
		width: 44px;
		height: 30px;
	}

	.promo8 {
		padding: 20px 0;
	}

	.promo8 p {
		font-size: 15px;
	}

	.promo8__col1 p b {
		display: inline;
	}

	.promo9 .content h2 span {
		display: block;
	}

	.promo9 .content p {
		font-size: 15px;
	}

	.promo9 ul.list-1 > li {
		font-size: 15px;
	}

	.promo9__col1 img {
		padding-top: 510px;
	}

	.promo9__col2 {
		padding-bottom: 310px;
	}

	.promoform {
		padding: 60px 0;
	}

	.promoform__form {
		padding: 24px 20px 30px;
	}

	.promoform__calc {
		padding: 24px 20px 30px;
	}

	.promoform__calc .button3 {
		width: 100%;
	}

	.promoform__back {
		font-size: 12px;
	}

	.promoform h2 {
		font-size: 28px;
	}

	.promoform__form h5 {
		font-size: 15px;
	}

	.promoform__form-tabs {
		justify-content: space-between;
	}

	.promoform__form-tabs .tabs__nav-tab {
		width: 33.33%;
		text-align: center;
		padding: 8px 0;
	}

	.content .promoform__results h4 {
		font-size: 15px;
	}

	.promoform__form h5 a {
		font-size: 13px;
		letter-spacing: 0;
		margin: 0 0 0 10px;
	}

	.promoform__calc__types-row {
		margin: 0 -20px 3px;
		width: calc(100% + 40px);
	}

	.promoform__calc__types-cell-price {
		width: auto;
		padding: 0 10px;
	}

	.promoform__calc__types-cell-name .input__checkbox + label {
		font-size: 15px;
	}

	.promoform__form-dates > div:first-child {
		margin: 0 0 14px;
	}

	.promoform__form-dates > div {
		width: 100%;
	}

	.footer {
		padding: 0 0 60px;
	}

	.footer__col1 {
		width: 100%;
	}

	.footer__info-address {
		width: 100%;
	}

	.footer__col1-helper {
		display: block;
	}

	.footer__info-socials {
		margin: 30px 0 0;
	}

	.footer__info-menu {
		margin: 30px 0;
	}

	.footer__info-menu a {
		flex: 1 1 50%;
	}

	.footer__review {
		display: flex;
		justify-content: space-between;
		position: relative;
		padding-bottom: 30px;
	}

	.footer__review .wrapper-flex {
		width: 100%;
		position: absolute;
		left: 0;
		bottom: 0;
		justify-content: space-between;
	}

	.footer__review-button {
		margin: 0;
		width: 48%;
		justify-content: center;
	}

	.breadcrumbs {
		padding: 20px 0 0;
	}

	.breadcrumbs h1 {
		font-size: 20px;
	}

	.tags {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.tags a {
		padding: 0 14px;
		margin: 0;
	}

	/* blog  */

	/* article */

	.article__date {
		margin: 0 0 20px;
	}

	.article__image-primary {
		margin-bottom: 30px;
	}

	.article .content h2 {
		font-size: 20px;
	}

	.article .content h3 {
		font-size: 17px;
	}

	.article .content h4 {
		font-size: 17px;
	}

	.article .content p + .quote {
		margin: 30px 0 0;
	}

	.quote {
		padding: 24px 20px;
	}

	.quote h5 {
		font-size: 17px;
	}

	.files-file {
		font-size: 17px;
	}

	.files-file-size {
		font-size: 15px;
	}

	.files-file-size {
		flex: 1 1 20%;
	}

	.article__author-who {
		flex-wrap: wrap;
	}

	.article__author-who-text {
		width: 100%;
	}

	.article__author-who > .article__author-name {
		display: block;
		width: calc(100% - 118px);
	}

	.article__author-who {
		align-items: center;
	}

	.article__author-who-text .article__author-name {
		display: none;
	}

	/* doctors  */

	.doctors .doctor,
	.doctors .doctor:nth-child(3n),
	.doctors .doctor:nth-child(4n) {
		width: 100%;
		margin: 0 0 40px;
	}

	.doctors .doctor img {
		height: 380px;
	}

	/* doctor  */

	.doctor__article {
		padding: 20px 0 0;
	}

	.doctor__article .video__wrapper {
		padding-top: 365px;
	}

	.doctor__article .content h2, .doctor__article .content h4 {
		margin: 0 0 10px !important;
	}

	.doctor__article .doctor__article-quote {
		width: calc(100% + 40px);
		margin: 0 -20px 20px;
	}

	.doctor__article .content h4 {
		font-size: 20px;
	}

	.doctor__article-quote p {
		margin: 0 0 10px;
	}

	.doctor__article__col2 .button2 {
		margin: 0 0 20px;
	}

	.doctor__article .content p + h4, .doctor__article .content ul + h4 {
		margin: 20px 0 20px !important;
	}
	
	.doctor__article-interview {
		margin: 20px -20px 0;
		width: calc(100% + 40px);
	}

	.doctor__article + .reviews {
		padding: 20px 0 0;
	}

	/* prices */

	.actions h2 {
		font-size: 20px;
	}

	.action .button4 {
		font-size: 15px;
		height: 36px;
		padding: 0 15px;
	}

	.action .link__more {
		font-size: 13px;
	}

	.prices__search .tags {
		flex-wrap: wrap;
		justify-content: normal;
	}

	.price__oldprice, .price__dayprice, .price__nightprice {
		font-size: 14px;
		width: 100%;
	}

	.price__row-title {
		width: 280px;
		padding-bottom: 19px;
	}

	.prices__search-input input {
		height: 60px;
		padding-left: 48px;
		padding-right: 25px;
		font-size: 16px;
	}

	.prices__search-input input::placeholder {
		font-size: 16px;
	}

	.prices__search-input:before {
		left: 30px;
		top: 32px;
	}

	.price__oldprice span,
	.price__dayprice span,
	.price__nightprice span {
		flex: 1 1 53%;
	}

	.prices__search-input:after {
		display: none;
	}

	/* review  */

	.promo10 {
		padding: 20px 0 50px;
	}

	.quote-t2 {
		font-size: 15px;
	}

	.quote-t3 {
		font-size: 15px;
	}

	.promo10__col1 {
		padding-bottom: 75px;
		position: relative;
		margin: 0 0 30px;
	}

	.promo10__col1 .button1 {
		width: 100%;
		position: absolute;
		bottom: 0;
	}

	.promo10 .video__wrapper {
		padding-top: 176px;
	}

	.review__question p, .review__answer p {
		font-size: 15px;
	}

	.reviews__more {
		padding-bottom: 0;
	}

	/* service */

	.service__info ul.list-1 li {
		font-size: 15px;
		margin: 0 0 15px;
	}

	/* contacts */

	.page__contacts .breadcrumbs p, .contacts__block1__col1 p, .contacts__timetable ul li {
		font-size: 15px;
	}

	.contacts__block1 {
		margin: 30px 0 0;
	}

	.content .contacts__block1__col1 p + h3 {
		font-size: 28px;
		margin: 20px 0 20px !important;
	}

	.wrapper__map {
		width: 100%;
	}

	.contacts__block2 h4 {
		font-size: 20px;
	}

	.contacts__block2 .content ul.list-1.small > li {
		font-size: 15px;
	}
}

.green-dot li {
	font-size: 16px !important;
}

.rnd_article{
	font-size: 15px;
	line-height: 140%;
	color: #564E6A;
	margin: 15px 0 0;
	text-decoration:none;
}

.video_yt {
	height: 0;
	position: relative;
	padding-bottom: 56.25%;
}
.video_yt iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

/* ajax loader */

.loader {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
/*	background: rgba(255, 255, 255, 0.8);*/
	z-index: 10000;
	width: 100%;
	height: 100%;
}
.lds-roller {
	color: #2CCA89;
	top: calc(50% - 40px);
	left: calc(50% - 40px);
}
.lds-roller, .lds-roller div, .lds-roller div:after {
	box-sizing: border-box;
}
.lds-roller {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}
.lds-roller div {
	animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	transform-origin: 40px 40px;
}
.lds-roller div:after {
	content: " ";
	display: block;
	position: absolute;
	width: 7.2px;
	height: 7.2px;
	border-radius: 50%;
	background: currentColor;
	margin: -3.6px 0 0 -3.6px;
}
.lds-roller div:nth-child(1) {
	animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
	top: 62.62742px;
	left: 62.62742px;
}
.lds-roller div:nth-child(2) {
	animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
	top: 67.71281px;
	left: 56px;
}
.lds-roller div:nth-child(3) {
	animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
	top: 70.90963px;
	left: 48.28221px;
}
.lds-roller div:nth-child(4) {
	animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
	top: 72px;
	left: 40px;
}
.lds-roller div:nth-child(5) {
	animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
	top: 70.90963px;
	left: 31.71779px;
}
.lds-roller div:nth-child(6) {
	animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
	top: 67.71281px;
	left: 24px;
}
.lds-roller div:nth-child(7) {
	animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
	top: 62.62742px;
	left: 17.37258px;
}
.lds-roller div:nth-child(8) {
	animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
	top: 56px;
	left: 12.28719px;
}
@keyframes lds-roller {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

input.hasDatepicker, .input__date:after {
	cursor: pointer;
}

.promotopbanner__icon .tooltip:after {
	margin: 0 0 -5px 0px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExIDIxQzE2LjUyMjggMjEgMjEgMTYuNTIyOCAyMSAxMUMyMSA1LjQ3NzE1IDE2LjUyMjggMSAxMSAxQzUuNDc3MTUgMSAxIDUuNDc3MTUgMSAxMUMxIDE2LjUyMjggNS40NzcxNSAyMSAxMSAyMVoiIHN0cm9rZT0iIzZmYzY3NCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTExIDE1VjExIiBzdHJva2U9IiM2ZmM2NzQiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxjaXJjbGUgY3g9IjExIiBjeT0iNyIgcj0iMC41IiBzdHJva2U9IiM2ZmM2NzQiLz4KPC9zdmc+Cg==);
}

.promotopbanner__icon .tooltip .tooltip-text {
	margin-left: -15px;
	top: 55px;
}
