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

body {
	margin: 0;
	position: unset;
	top: 0;
	left: 0
}

.body_fix {
	position: fixed
}

main {
	display: block
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

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

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

a {
	background-color: transparent
}

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

b,
strong {
	font-weight: bolder
}

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

small {
	font-size: 80%
}

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

@media (min-width: 993px) {
.menu__dropdown-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  overflow: hidden;
  width: 100%;
  box-shadow: 0 4px 10px rgba(237, 238, 240, .8);
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease;
}
.menu__dropdown-item>.menu__dropdown-wrapper {
  z-index: 10;
  box-shadow: initial;
  border-radius: initial;
  background-color: initial;
  top: 0;
  left: 260px;
  right: 0;
  bottom: 0;
  width: initial;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
}
.menu__dropdown-item>.menu__dropdown-wrapper .menu__dropdown {
  box-shadow: initial;
  width: initial;
  background-color: initial;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.menu__dropdown-item a {
  padding: 10px;
}
.header__submenu-link {
  padding: 0px 10px;
  display: block;
}
.menu__dropdown {
  width: 260px;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(237, 238, 240, .8);
  padding: 10px 0;
}
/*.menu__item:hover>.menu__dropdown-wrapper {
  opacity: 1;
  visibility: visible;
}*/

.menu__item:hover > .menu__dropdown-wrapper {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.3s ease-in-out;
  }

  .menu__dropdown-wrapper {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 0.3s, opacity 0.8s ease-in-out;
  }

.menu__item:hover>.menu__link .menu__icon {
  background-color: #282828;
}
.menu__item:hover>.menu__link .menu__text {
  color: #282828;
}
.menu__dropdown-item:hover>.menu__dropdown-wrapper {
  opacity: 1;
  visibility: visible;
}
.menu__dropdown-item:hover {
  background-attachment: #ddd;
}
.header__submenu2-item:hover {
  background-color: #eeeeee;
}
.menu__dropdown-item>.menu__dropdown-wrapper::-webkit-scrollbar {
  width: 10px;
}
.menu__dropdown-item>.menu__dropdown-wrapper::-webkit-scrollbar-track {
  background: #ddd;
}
.menu__dropdown-item>.menu__dropdown-wrapper::-webkit-scrollbar-thumb {
  background-color: #ffa500;
  border-radius: 5px;
  border: 2px solid #ddd;
}
}

@media (max-width: 993px) {
.header__menu-item {
  position: relative;
}
.header__menu-item.menu__item.open .header__submenu.header__submenu {
  display: block;
}

.header__submenu-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
}

.header__menu-item.menu__item.open .has-submenu.open .header__submenu2 {
  display: block;
  top: 0;
}
}

@media (max-width: 993px) {
.page.body_fix .header__bot {
    display: block;
    background-color: rgb(237 241 244 / 71%);
}

.page .header__bot {
    display: none;
}
.header__bot .site-container.header__wrapper {
    padding: 0;
}
.body_fix .header__plashka_mob {
    background: #fff;
    border-bottom: 2px solid #ddd;
}
.body_fix .header__top  {
    background: #fff;
    border-bottom: 2px solid #ddd;
}
.body_fix .header__hr_mob {
    height: 1px;
}
.body_fix .header__hr, .body_fix .header__hr_mob {
    height: 0px;
}
.body_fix .header__submenu, .body_fix .header__submenu2 {
  padding: 15px 0 5px;
}
.header__menu-link {
    font-size: 16px;
}
.header__menu {
  padding: 0 15px;
}
.header__submenu2-item.menu__dropdown-item {
 padding: 10px 0;
}
}




sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

img {
	border-style: none
}

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

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

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

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

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText
}

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

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

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

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

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

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

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

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

details {
	display: block
}

summary {
	display: list-item
}

template {
	display: none
}

[hidden] {
	display: none
}

@font-face {
	font-family: "HelvericaNeueCyr";
	src: url(../fonts/HelveticaNeueCyr-Thin.woff2) format("woff");
	font-weight: 100;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "HelvericaNeueCyr";
	src: url(../fonts/HelveticaNeueCyr-ThinItalic.woff2) format("woff");
	font-weight: 100;
	font-style: italic;
	font-display: swap
}

@font-face {
	font-family: "HelvericaNeueCyr";
	src: url(../fonts/HelveticaNeueCyr-UltraLight.woff2) format("woff");
	font-weight: 200;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "HelvericaNeueCyr";
	src: url(../fonts/HelveticaNeueCyr-UltraLightItalic.woff2) format("woff");
	font-weight: 200;
	font-style: italic;
	font-display: swap
}

@font-face {
	font-family: "HelvericaNeueCyr";
	src: url(../fonts/HelveticaNeueCyr-Light.woff2) format("woff");
	font-weight: 300;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "HelvericaNeueCyr";
	src: url(../fonts/HelveticaNeueCyr-LightItalic.woff2) format("woff");
	font-weight: 300;
	font-style: italic;
	font-display: swap
}

@font-face {
	font-family: "HelvericaNeueCyr";
	src: url(../fonts/HelveticaNeueCyr-Roman.woff2) format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "HelvericaNeueCyr";
	src: url(../fonts/HelveticaNeueCyr-Italic.woff2) format("woff");
	font-weight: 400;
	font-style: italic;
	font-display: swap
}

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

@font-face {
	font-family: "HelvericaNeueCyr";
	src: url(../fonts/HelveticaNeueCyr-MediumItalic.woff2) format("woff");
	font-weight: 500;
	font-style: italic;
	font-display: swap
}

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

@font-face {
	font-family: "HelvericaNeueCyr";
	src: url(../fonts/HelveticaNeueCyr-BoldItalic.woff2) format("woff");
	font-weight: 700;
	font-style: italic;
	font-display: swap
}

@font-face {
	font-family: "HelvericaNeueCyr";
	src: url(../fonts/HelveticaNeueCyr-Heavy.woff2) format("woff");
	font-weight: 800;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "HelvericaNeueCyr";
	src: url(../fonts/HelveticaNeueCyr-HeavyItalic.woff2) format("woff");
	font-weight: 800;
	font-style: italic;
	font-display: swap
}

@font-face {
	font-family: "HelvericaNeueCyr";
	src: url(../fonts/HelveticaNeueCyr-Black.woff2) format("woff");
	font-weight: 900;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "HelvericaNeueCyr";
	src: url(../fonts/HelveticaNeueCyr-BlackItalic.woff2) format("woff");
	font-weight: 900;
	font-style: italic;
	font-display: swap
}

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

img.b-lazy {
	-webkit-transition: opacity 500ms ease-in-out;
	transition: opacity 500ms ease-in-out;
	max-width: 100%;
	opacity: 0
}

img.b-lazy.b-loaded {
	opacity: 1
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "HelvericaNeueCyr";
	font-weight: 400
}

.main-wrap {
	overflow: hidden;
	position: relative
}

textarea,
input,
a,
a:focus,
a:active,
a:hover {
	text-decoration: none;
	outline: 0
}

button {
	outline: 0
}

a,
a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	outline: 0 !important;
	outline-color: transparent !important;
	outline-width: 0 !important;
	outline-style: none !important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

ul {
	margin: 0;
	padding: 0;
	list-style: none
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

body {
	color: #090909
}

@media (max-width: 992px) {
	body.hidden {
			overflow: hidden;
			position: fixed
	}
}

a {
	color: #090909
}

@media (min-width: 992px) {
	.tablet {
			display: none !important
	}
}

@media (min-width: 768px) {
	.mobile {
			display: none !important
	}
}

input {
	-webkit-transition: .3s;
	transition: .3s
}

input:focus {
	border-color: #5b6e7b !important;
	color: #163143 !important
}

input:active {
	border-color: #5b6e7b !important
}

.correct input,
.correct textarea {
	color: #5b6e7b !important;
	border-color: #aef7e9 !important
}

.error-field input,
.error-field textarea {
	color: #5b6e7b !important;
	border-color: #ee789a !important
}

.page__wrapper {
	overflow: hidden;
	position: relative;
	min-height: 100vh
}

.row {
	margin: 0 -15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.col {
	padding: 0 15px
}

.site-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px
}

.site-container__inner {
	max-width: 992px
}

.site-title2 {
	font-size: 40px;
	line-height: 120%;
	font-weight: 300;
	letter-spacing: .05em;
	color: #090909
}

.site-title3 {
	font-size: 25px;
	line-height: 120%;
	font-weight: 300;
	letter-spacing: .05em;
	color: #090909;
	text-align: center
}

@media (max-width: 992px) {
	.site-title2 {
			text-align: center;
			font-size: 30px;
			line-height: 103%
	}
}

.site-btn {
	display: inline-block;
	background: #FFC700;
	padding: 15px 33px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 10px;
	-webkit-transition: .3s;
	transition: .3s
}

.site-btn:hover {
	-webkit-box-shadow: 0 0 9px #FFC700;
	box-shadow: 0 0 9px #FFC700
}

.site-btn--red {
	background: #B2114E;
	color: #fff;
	-webkit-transition: .3s;
	transition: .3s
}

.site-btn--red:hover {
	-webkit-box-shadow: 0 0 9px #B2114E;
	box-shadow: 0 0 9px #B2114E
}

.site-btn--img-wrap {
	padding-right: 15px
}

@media (max-width: 550px) {
	.site-btn--img-wrap {
			padding-right: 0
	}
}

.site-btn--img {
	position: relative;
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	letter-spacing: .16em;
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 470px;
	width: 100%;
	color: #FFF
}

.site-btn--img img {
	position: absolute;
	right: 0;
	top: 57%;
	-webkit-transform: translateY(-50%) translateX(47%);
	transform: translateY(-50%) translateX(47%)
}

@media (max-width: 550px) {
	.site-btn--img img {
			-webkit-transform: translateY(-50%) translateX(20%);
			transform: translateY(-50%) translateX(20%)
	}
}

.header {
    background: #fff;
	-webkit-transition: .3s;
	transition: .3s;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10
}

.header .header__top, 
.header .header__bot {
	background: #fff;
}

.header.scroll .header__top,
.header.scroll .header__bot {
    background: #fff;
}
.header.scroll .header__plashka_mob {
background: #fff;
}

.header__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 80px
}

@media (max-width: 992px) {
	.header__inner {
			height: 45px
	}
}

.header__logo {
	width: 185px;
	position: relative;
	z-index: 1
}

.header__logo img {
	max-width: 100%
}

@media (max-width: 992px) {
	.header__logo {
			width: 92px
	}
}

.header__menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: .3s;
	transition: .3s
}

@media (max-width: 992px) {
	.header__menu {
			position: absolute;
			right: 0;
			top: 0;
			-webkit-transform: translateX(100%);
			transform: translateX(100%);
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			padding-top: 100px;
			margin-top: 0;
			height: 100vh;
			background: #fff;
			opacity: 0
	}

	.header__menu.open {
			-webkit-transform: translateX(0);
			transform: translateX(0);
			width: 100%;
			/*overflow: overlay;*/
			opacity: 1
	}
}

.header__menu {
    position: relative
}

.header__menu-item {
	padding: 0 15px;
}

@media (max-width: 992px) {
	.header__menu-item {
			margin-bottom: 15px;
			width: 100%;
			text-align: center
	}
}

@media (min-width: 993px) {
	.header__menu-item:hover .header__submenu {
			display: block
	}
}

.header__menu-item.tablet {
	position: relative;
	top: 50px
}

.header__menu-link {
	font-weight: 400;
	font-size: 11px;
	position: relative;
	-webkit-transition: .3s;
	transition: .3s
}

@media (max-width: 992px) {
	.header__menu-link {
			font-size: 18px
	}
}

.header__menu-link:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 26px;
	top: 100%;
	left: 0
}

/*
.header__menu-link:after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #FFC700;
	position: absolute;
	bottom: -8px;
	left: 0;
	opacity: 0;
	-webkit-transition: .3s;
	transition: .3s
}*/
/*
.header__menu-link:hover {
	color: #FFC700
}*/
/*
.header__menu-link:hover:after {
	opacity: 1
}
*/
.header__submenu {
	display: none;
	background: #fff;
	padding: 0 10px 0 20px
}

@media (max-width: 992px) {
	.header__submenu {
			position: static;
			width: 100%
	}
}

.header__submenu * {
	line-height: 18px
}

.header__submenu-item {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2)
}

.header__submenu-item:last-child {
	border: 0
}

@media (min-width: 993px) {
	.header__submenu-item:hover .header__submenu2 {
			display: block
	}
}

.header__submenu-link-style {
	font-weight: 300;
	font-size: 11px;
	line-height: 18px
}

@media (max-width: 992px) {
	.header__submenu-link-style {
			font-size: 14px
	}
}

.header__submenu-link {
	position: relative
}

.header__submenu2 {
	display: none;
	top: 0;
}

@media (max-width: 992px) {
	.header__submenu2 {
			position: static;
			width: 100%;
			margin-top: 10px;
			padding: 0
	}
}

.header__submenu2-item {
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2)
}

.header__submenu2-item:last-child {
	border: 0
}

@media (min-width: 993px) {
	.header__submenu2-item:hover .header__submenu3 {
			display: block
	}
}

.header__submenu3 {
	position: absolute;
	display: none;
	background: #fff;
	left: 100%;
	top: 0;
	width: 200px;
	padding: 0 12px 0 17px
}

@media (max-width: 992px) {
	.header__submenu3 {
			position: static;
			width: 100%;
			margin-top: 10px
	}
}

.header__submenu3-item {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2)
}

.header__submenu3-item:last-child {
	border: 0
}

@media (max-width: 1120px) {
	.header__btn {
			display: none
	}
}

.header__phone {
	position: relative;
	z-index: 1;
	font-weight: 700;
	font-size: 15px;
	line-height: 20px;
	margin-left: auto;
	margin-right: 15px
}

@media (min-width: 993px) {
	.header__phone {
			display: none
	}
}

.header__menu-btn {
	position: relative;
	z-index: 1;
	width: 24px;
	height: 24px;
	background: url(../img/icon/Burger.svg) center center no-repeat
}

@media (min-width: 993px) {
	.header__menu-btn {
			display: none
	}
}

.header__menu-btn.open {
	background: url(../img/icon/Vector.svg) center center no-repeat
}

.has-submenu:after {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	position: absolute;
	top: 17px;
	right: 10px;
	background: #FFC700;
	border-radius: 50%
}

@media (max-width: 992px) {
	.has-submenu:after {
			content: '';
			display: block;
			width: 23px;
			height: 8px;
			background: url(../img/icon/Arrow-b.svg) center center no-repeat;
			position: absolute;
			right: 50%;
			margin-right: -116px;
			top: 20px;
			-webkit-transform: translateY(-50%);
			transform: translateY(-50%)
	}

	.has-submenu.open:after {
			-webkit-transform: rotate(-180deg);
			transform: rotate(-180deg);
			top: 17px !important
	}
}

/*
.header__submenu-item:hover {
    background-color: #ddd;
}*/

@media (min-width: 993px) {
	.has-submenu-first li:before {
			content: '';
			display: block;
			position: absolute;
			height: calc(100% + 1px);
			left: -20px;
			width: 2px;
			top: 0;
			background: #FFC700;
			opacity: 0;
			-webkit-transition: .3s;
			transition: .3s
	}

	.has-submenu-first li:hover:before {
			opacity: 1
	}
}

.has-submenu-first li li:before {
	display: none
}

@media (max-width: 992px) {
	.has-submenu-first li {
			border: 0;
			padding: 15px 0
	}
}

.has-submenu-first li:first-child {
	padding-top: 12px
}

.has-submenu-first li:first-child:after {
	top: 20px
}

@media (max-width: 992px) {
	/*.has-submenu-first li:first-child {
			border: 0;
			padding: 10px 0
	}*/
}

.has-submenu-first li:last-child {
	padding-bottom: 12px
}

@media (max-width: 992px) {
	.has-submenu-first li:last-child {
			border: 0;
			padding: 10px 0;
	}
}

@media (max-width: 992px) {
	.has-submenu-first:after {
			content: '';
			display: block;
			width: 12px;
			height: 8px;
			background: url(../img/icon/Arrow-b.svg) center center no-repeat;
			position: absolute;
			right: 50%;
			margin-right: -120px;
			top: 10px;
			-webkit-transform: translateY(-50%);
			transform: translateY(-50%)
	}

	.has-submenu-first.open:after {
			-webkit-transform: rotate(-180deg);
			transform: rotate(-180deg);
			top: 7px
	}
}

.top-block {
	padding-top: 230px;
	position: relative;
	z-index: 3;
	background-repeat: no-repeat;
	background-position: center top
}

@media (max-width: 992px) {
	.top-block {
			padding-top: 70px
	}
}

@media (max-width: 800px) {
	.top-block {
			background-size: cover
	}
}

.top-block__inner {
	position: relative;
	z-index: 1
}

@media (max-width: 992px) {
	.top-block__inner {
			padding-bottom: 60px
	}
}

@media (max-width: 992px) {
	.top-block__inner--service-page {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column
	}

	.top-block__inner--service-page .top-block__top-line {
			-webkit-box-ordinal-group: -1;
			-ms-flex-order: -2;
			order: -2;
			margin-bottom: 35px
	}

	.top-block__inner--service-page .breadcrumb,
	.top-block__inner--service-page .breadcrums {
			-webkit-box-ordinal-group: 0;
			-ms-flex-order: -1;
			order: -1
	}

	.top-block__inner--service-page .site-btn {
			max-width: 290px
	}
}

.top-block__top-line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 920px;
	margin-bottom: 95px
}

@media (max-width: 1250px) {
	.top-block__top-line {
			max-width: 720px
	}
}

@media (max-width: 992px) {
	.top-block__top-line {
			margin-bottom: 55px
	}
}

.top-block__phone a {
	font-weight: 700;
	font-size: 25px;
	line-height: 20px
}

.top-block__phone span {
	font-size: 11px;
	line-height: 140%;
	display: block;
}

@media (max-width: 992px) {
	.top-block__phone {
			display: none
	}
}

.top-block__address {
	font-size: 20px;
	line-height: 20px;
	letter-spacing: .05em
}


@media (max-width: 992px) {
	.top-block__address {
			font-size: 13px;
			line-height: 20px
	}
    .top-block__address--services {
        display: none;
    }
}

.top-block__title h1 {
	font-weight: 800;
	font-size: 45px;
	line-height: 78px;
	max-width: 820px;
	text-transform: uppercase;
	margin-bottom: 13px
}

.top-block__title--service {
	max-width: 940px
}

@media (max-width: 1250px) {
	.top-block__title h1 {
			font-size: 38px;
			line-height: 62px;
			max-width: 620px;
			text-transform: none
	}
}

@media (max-width: 992px) {
	.top-block__title h1 {
			font-weight: 800;
			font-size: 36px;
			line-height: 100%;
			letter-spacing: -.02em
	}
}

.top-block__caption {
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 40px
}

.top-block__caption--service {
	font-size: 30px;
	line-height: 36px;
	text-transform: uppercase;
	color: #FFC700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.top-block__caption--service .site-btn {
	text-transform: uppercase;
	font-size: 16px;
	padding: 10px 43px;
	letter-spacing: 0;
	font-weight: 300
}

@media (max-width: 992px) {
	.top-block__caption--service .site-btn {
			padding: 19px 15px;
			display: none
	}
}

@media (max-width: 992px) {
	.top-block__caption--service {
			font-size: 17px !important;
			line-height: 120% !important;
			max-width: 180px;
			margin-bottom: 10px !important
	}
}

@media (max-width: 992px) {
	.top-block__caption {
			font-size: 14px;
			line-height: 18px;
			letter-spacing: 0
	}
}

.top-block__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 140px;
}

@media (max-width: 1250px) {
	.top-block__items {
			max-width: 50%;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap
	}
}

@media (max-width: 992px) {
	.top-block__items {
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
			max-width: 100%;
			padding-bottom: 32px;
	}
}

.top-block__link {
	font-weight: 500;
	font-size: 14px;
	line-height: 30px;
	position: relative;
	padding-left: 25px;
	margin-right: 30px
}

.top-block__link:before {
	content: '';
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url(../img/top-romb.png) center center no-repeat;
	position: absolute;
	top: -5px;
	left: -15px
}

.top-block__btn {
	text-transform: uppercase;
	font-size: 16px;
	padding: 19px 15px;
	letter-spacing: 0;
	font-weight: 300
}

@media (max-width: 992px) {
	.top-block__form {
			display: none
	}
}

.top-block__form-bg {
	position: absolute;
	top: 0;
	right: 50%;
	width: 673px;
	height: 852px;
	margin-right: -952px
}

.top-block__form-bg--service {
	bottom: 0;
	top: auto;
	right: 50%;
	width: 755px;
	height: 354px
}

@media (max-width: 1250px) {
	.top-block__form-bg--service {
			display: none
	}
}

.top-block__form-bg--service-left {
	width: 380px;
	height: 910px;
	margin-right: 570px
}

@media (max-width: 1250px) {
	.top-block__form-bg--service-left {
			display: none
	}
}

@media (max-width: 1250px) {
	.top-block__form-bg {
			margin-right: -767px;
			top: 39px;
			width: 610px;
			height: 713px;
			background-size: contain
	}
}

.top-block__form-inner {
	position: absolute;
	top: 230px;
	right: 50%;
	margin-right: -600px;
	width: 270px;
	text-align: center;
	z-index: 2
}

@media (max-width: 1250px) {
	.top-block__form-inner {
			margin-right: -465px
	}
}

.top-block__form-title {
	font-size: 20px;
	line-height: 26px
}

.top-block__form-i {
	margin: 23px 0
}

.top-block__form-i input {
	width: 100%;
	height: 44px;
	text-align: center;
	border: 0;
	margin-bottom: 12px
}

.top-block__form-capt {
	font-size: 10px;
	line-height: 12px
}

.top-block__form-btn {
	display: block;
	padding: 20px 0;
	margin-top: 20px
}

.site-widget {
	position: fixed;
	bottom: 20px;
	right: 100px;
	z-index: 100
}

@media (max-width: 550px) {
	.site-widget {
			right: 10px
	}
}

.site-widget__inner {
	-webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
	border-radius: 3px;
	background: #fff;
	display: none
}

.site-widget__inner.open {
	display: block
}

.site-widget__top {
	background: #C81A5C;
	padding: 25px;
	padding-top: 0;
	color: #fff
}

.site-widget__top-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.site-widget__img {
	margin-top: -20px;
	margin-right: 20px;
	margin-bottom: 10px
}

.site-widget__name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 16px;
	line-height: 20px
}

.site-widget__name span {
	font-size: 10px;
	line-height: 20px
}

.site-widget__desc {
	font-size: 13px;
	line-height: 20px
}

.site-widget__bottom {
	padding: 25px;
	padding-top: 10px
}

.site-widget__input {
	font-size: 10px;
	line-height: 20px;
	letter-spacing: .05em;
	color: #666
}

.site-widget__input input {
	border: 0;
	width: 100%;
	height: 25px;
	margin-bottom: 20px
}

.site-widget__btn {
	width: 52px;
	height: 52px;
	display: block;
	margin-left: auto;
	background: #C81A5C url(../img/svg/w-img.svg) center center no-repeat;
	-webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
	border-radius: 3px;
	margin-top: 12px;
	-webkit-transition: .3s;
	transition: .3s
}

.site-widget__btn.active {
	background: #C81A5C url(../img/svg/w-img-2.svg) center center no-repeat
}

.breadcrumb {
	font-size: 14px;
	line-height: 115%;
	padding-top: 5px;
	padding-bottom: 20px
}

.breadcrumb a {
	text-decoration: none
}

.breadcrumb span {
	font-weight: 700
}

.service {
	padding-top: 90px;
	padding-bottom: 35px;
	background-position: top center;
	background-repeat: no-repeat
}

@media (max-width: 800px) {
	.service {
			padding-top: 20px;
			padding-bottom: 30px
	}
}

.service__title {
	text-align: center;
	margin-bottom: 35px
}

@media (max-width: 800px) {
	.service__title {
			font-size: 30px
	}
}

@media (max-width: 1220px) {
	.service__items {
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center
	}
}

.service__item {
	width: 25%;
	margin-bottom: 30px;
	min-width: 300px
}

.service__item img {
	display: inline !important
}

@media (max-width: 992px) {
	.service__item {
			max-width: 300px
	}
}

.service__item-inner {
	background: #fff;
	margin-top: 90px;
	text-align: center;
	padding-bottom: 30px;
	border-radius: 20px;
	-webkit-transition: .3s;
	transition: .3s
}

.service__item-inner:hover {
	-webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.31);
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.31)
}

.service__item-inner img {
	margin-top: -90px
}

.service__name {
	padding: 0 20px;
	margin-top: 20px;
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: -.02em
}

.service__price {
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	color: #B1104E
}

.service .slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	padding: 0 10px
}

.service .slick-dots li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 5px;
	width: 100%;
	max-width: 40px
}

.service .slick-dots li.slick-active button {
	background: #B1104E
}

.service .slick-dots button {
	font-size: 0;
	border: 0;
	width: 100%;
	height: 5px;
	background: #C4C4C4;
	border-radius: 20px
}

.about {
	padding-top: 90px;
	padding-bottom: 140px;
	position: relative;
	background-position: top center;
	background-repeat: no-repeat
}

@media (max-width: 992px) {
	.about {
			padding: 55px 0
	}
}

.about__title {
	margin-bottom: 60px;
	max-width: 970px;
	position: relative;
	z-index: 2
}

@media (max-width: 992px) {
	.about__title {
			margin-bottom: 15px;
			text-align: left
	}
}

.about__caption {
	font-weight: 700;
	font-size: 24px;
	line-height: 35px;
	text-align: justify;
	letter-spacing: .01em;
	max-width: 870px;
	margin-bottom: 46px
}

@media (max-width: 992px) {
	.about__caption {
			margin-bottom: 35px;
			font-size: 14px;
			line-height: 144.5%
	}
}

.about__romb-right {
	position: absolute;
	top: 0;
	right: 50%;
	width: 654px;
	height: 941px;
	margin-right: -955px
}

@media (max-width: 1120px) {
	.about__romb-right {
			margin-right: -1050px
	}
}

@media (max-width: 992px) {
	.about__romb-right {
			width: 290px;
			height: 394px;
			background-size: contain;
			position: static;
			background-repeat: no-repeat;
			margin: -50px auto -52px
	}
}

.about__romb-left {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 337px;
	height: 632px;
	margin-left: -957px
}

@media (max-width: 992px) {
	.about__romb-left {
			display: none
	}
}

.about__txt {
	max-width: 870px;
	font-size: 17px;
	line-height: 28px;
	text-align: justify;
	letter-spacing: .01em;
	position: relative;
	z-index: 2
}

@media (max-width: 992px) {
	.about__txt {
			font-size: 14px;
			line-height: 23px
	}
}

.about__txt p {
	margin: 0
}

@media (max-width: 992px) {
	.about__txt p {
			margin-bottom: 15px
	}
}

.about__txt span {
	margin-top: 50px;
	margin-bottom: 40px;
	display: block;
	font-weight: 700;
	font-size: 24px;
	line-height: 35px;
	text-align: justify
}

@media (max-width: 992px) {
	.about__txt span {
			display: none
	}
}

.advantage {
	position: relative;
	z-index: 2;
	background: #f7fbff;
	padding: 90px 0
}

@media (max-width: 550px) {
	.advantage {
			padding-top: 60px;
			padding-bottom: 0
	}
}

.advantage__title {
	text-align: center;
	margin-bottom: 30px
}

.advantage__items {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 50px
}

@media (max-width: 1220px) {
	.advantage__items {
			padding: 0
	}
}

@media (max-width: 550px) {
	.advantage__items {
			margin: 0
	}
}

.advantage__item {
	width: 340px;
	height: 355px;
	position: relative;
	-webkit-transition: .3s;
	transition: .3s
}

.advantage__item:nth-child(5),
.advantage__item:nth-child(2) {
	position: relative;
	top: 80px
}

@media (max-width: 992px) {
	.advantage__item {
			min-width: 290px;
			height: 304px;
			background-size: contain
	}

	.advantage__item:nth-child(5),
	.advantage__item:nth-child(2) {
			top: 0
	}
}

.advantage__item:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px)
}

.advantage__item.active svg path {
	stroke: #505050
}

.advantage svg {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50px);
	transform: translate(-50%, -50px)
}

.advantage svg path {
	-webkit-transition: .3s;
	transition: .3s
}

.advantage__name {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, 10px);
	transform: translate(-50%, 10px);
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	letter-spacing: .05em
}

@media (max-width: 992px) {
	.advantage__name {
			font-size: 12px;
			line-height: 12px
	}
}

.advantage .slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	padding: 0 10px
}

.advantage .slick-dots li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 5px;
	width: 100%;
	max-width: 40px
}

.advantage .slick-dots li.slick-active button {
	background: #B1104E
}

.advantage .slick-dots button {
	font-size: 0;
	border: 0;
	width: 100%;
	height: 5px;
	background: #C4C4C4;
	border-radius: 20px
}

.medicals {
	padding: 123px 0 40px;
	background-repeat: no-repeat;
	background-position: top center;
    background-size: 100% 100% !important;
}

@media (max-width: 992px) {
	.medicals {
			padding: 60px 0 70px
	}
}

.medicals__title {
	margin-bottom: 40px;
	text-align: center
}

.medicals__items {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 125px
}

@media (max-width: 1120px) {
	.medicals__items {
			padding: 0 70px
	}
}

@media (max-width: 992px) {
	.medicals__items {
			padding: 0
	}
}

@media (max-width: 550px) {
	.medicals__items {
			margin: 0
	}
}

.medicals__item {
	width: 270px;
	margin-bottom: 35px;
	padding: 15px;
	-webkit-transition: .3s;
	transition: .3s
}

.medicals__item:hover {
	background: #fff;
	border-radius: 16px;
	-webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.08);
	box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.08)
}

@media (max-width: 992px) {
	.medicals__item {
			max-width: 270px;
			margin: 0 31px;
			margin-bottom: 50px
	}
}

@media (max-width: 550px) {
	.medicals__item {
			max-width: 220px;
			padding: 0
	}
}

.medicals__img img {
	border-radius: 50%;
	max-width: 100%
}

.medicals__name {
	text-align: center;
	font-weight: 500;
	font-size: 24px;
	line-height: 25px;
	margin-top: 22px;
	margin-bottom: 5px
}

.medicals__caption {
	font-size: 12px;
	line-height: 25px;
	text-align: center;
	color: #B1104E
}

.medicals .slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	padding: 0 10px
}

.medicals .slick-dots li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 5px;
	width: 100%;
	max-width: 40px
}

.medicals .slick-dots li.slick-active button {
	background: #B1104E
}

.medicals .slick-dots button {
	font-size: 0;
	border: 0;
	width: 100%;
	height: 5px;
	background: #C4C4C4;
	border-radius: 20px
}

.text-block {
	padding: 110px 0 90px;
	background: #F7FBFF;
	background-repeat: no-repeat;
	background-position: center
}

.text-block--service {
	padding: 129px 0 90px;
    padding-top: 123px;
}

@media (max-width: 992px) {
	.text-block {
			/*background: #ebebeb !important;*/
			padding: 55px 0 75px
	}
}

.text-block__inner {
	padding: 0 208px;
	max-width: 1450px;
}

@media (max-width: 992px) {
	.text-block__inner {
			padding: 0 15px
	}
}

.text-block__content {
	max-width: 860px
}

.text-block__title {
	margin-bottom: 45px
}

@media (max-width: 992px) {
	.text-block__title {
			text-align: left;
			margin-bottom: 15px
	}
}

.text-block__caption {
	font-weight: 700;
	font-size: 24px;
	line-height: 35px;
	text-align: justify
}

@media (max-width: 992px) {
	.text-block__caption {
			font-size: 14px;
			line-height: 144.5%
	}
}

.text-block__desc-line {
	font-size: 20px;
	line-height: 33px;
	text-align: justify;
	letter-spacing: .01em;
	margin-top: 45px;
	margin-bottom: 30px;
	position: relative;
	padding-left: 60px
}

@media (max-width: 992px) {
	.text-block__desc-line {
			font-size: 14px;
			line-height: 20px;
			padding-left: 17px;
			margin-top: 15px;
			margin-bottom: 15px
	}
}

.text-block__desc-line:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 7px;
	height: 100%;
	background: #FFC700
}

@media (max-width: 992px) {
	.text-block__desc-line:after {
			width: 4px
	}
}

.text-block__desc-line p {
	margin-bottom: 30px
}

.text-block__desc-line p:last-child {
	margin-bottom: 0
}

@media (max-width: 992px) {
	.text-block__desc-line p {
			margin-bottom: 15px
	}
}

.text-block__desc-line a {
	color: #B1104E;
	text-decoration: underline
}

.text-block__desc-line a:hover {
	text-decoration: none
}

.text-block__desc-line span {
	color: #B1104E
}

blockquote {
	font-size: 20px;
	line-height: 33px;
	text-align: justify;
	letter-spacing: .01em;
	margin-top: 45px;
	margin-bottom: 30px;
	position: relative;
	padding-left: 60px
}

@media (max-width: 992px) {
	blockquote {
			font-size: 14px;
			line-height: 20px;
			padding-left: 17px;
			margin-top: 15px;
			margin-bottom: 15px
	}
}

blockquote:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 7px;
	height: 100%;
	background: #FFC700
}

@media (max-width: 992px) {
	blockquote:after {
			width: 4px
	}
}

blockquote p {
	margin-bottom: 30px
}

blockquote p:last-child {
	margin-bottom: 0
}

@media (max-width: 992px) {
	blockquote p {
			margin-bottom: 15px
	}
}

blockquote a {
	color: #B1104E;
	text-decoration: underline
}

blockquote a:hover {
	text-decoration: none
}

blockquote span {
	color: #B1104E
}

.text-block__desc {
	font-size: 20px;
	line-height: 33px;
	text-align: justify;
	letter-spacing: .01em
}

@media (max-width: 992px) {
	.text-block__desc {
			font-size: 14px;
			line-height: 20px
	}
}

.text-block__sub .top-block__items {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 20px;
	margin-top: 0
}

@media (max-width: 1120px) {
	.text-block__sub .top-block__items {
			max-width: 100%
	}
}

@media (max-width: 992px) {
	.text-block__sub .top-block__items {
			-webkit-box-align: start;
			-ms-flex-align: start;
			align-items: flex-start
	}
}

.text-block__sub .top-block__items span {
	margin-right: 50px;
	font-weight: 700;
	font-size: 24px;
	line-height: 144.5%
}

@media (max-width: 992px) {
	.text-block__sub .top-block__items span {
			font-size: 14px;
			line-height: 144.5%;
			margin-bottom: 20px;
			margin-top: 20px
	}
}

.text-block__sub .top-block__items a {
	font-size: 24px;
	line-height: 144.5%;
	font-weight: 300
}

@media (max-width: 992px) {
	.text-block__sub .top-block__items a {
			font-size: 20px;
			line-height: 144.5%;
			margin-bottom: 5px
	}
}

.reviews {
	padding: 93px 0;
	background-position: center;
	background-repeat: no-repeat
}

@media (max-width: 992px) {
	.reviews {
			background-position: right top;
			padding: 32px 0 120px
	}
}

@media (max-width: 800px) {
	.reviews {
			background: #f7fbff;
			background-position: right top
	}
}

.reviews__content {
	max-width: 737px;
	margin-left: auto
}

@media (max-width: 992px) {
	.reviews__content {
			margin-right: auto
	}
}

.reviews__title {
	margin-bottom: 107px;
	text-align: left
}

@media (max-width: 992px) {
	.reviews__title {
			margin-bottom: 134px
	}
}

.reviews__txt {
	margin-bottom: 38px;
	font-weight: 700;
	font-size: 24px;
	line-height: 35px;
	position: relative
}

@media (max-width: 992px) {
	.reviews__txt {
			font-size: 14px;
			line-height: 144.5%;
			max-width: 90%
	}
}

.reviews__txt:after {
	content: '';
	position: absolute;
	top: -55px;
	left: -145px;
	display: block;
	width: 110px;
	height: 95px;
	background: url(../img/quotes.svg) center center no-repeat;
	background-size: contain
}

@media (max-width: 992px) {
	.reviews__txt:after {
			top: -100px;
			left: 0;
			width: 80px
	}
}

.reviews__name {
	font-weight: 700;
	font-size: 14px;
	line-height: 20px
}

.reviews__about {
	font-size: 12px;
	line-height: 17px
}

.text-block2 {
	padding: 60px 0 90px;
	background-position: center;
	background-repeat: no-repeat
}

@media (max-width: 992px) {
	.text-block2 {
			background: #f7fbff !important;
			padding: 60px 0 50px
	}
}

.text-block2__inner {
	max-width: 990px;
	text-align: justify
}

.text-block2__content--service {
	padding-top: 30px
}

@media (max-width: 992px) {
	.text-block2__content--service {
			padding-top: 0
	}
}

.text-block2__content--service .text-block2__txt {
	font-size: 18px;
	line-height: 165%
}

@media (max-width: 992px) {
	.text-block2__content--service .text-block2__txt {
			font-size: 14px;
			line-height: 165%
	}
}

.text-block2__content--service .text-block2__txt span {
	font-size: 20px;
	line-height: 165%;
	margin-bottom: 40px
}

@media (max-width: 992px) {
	.text-block2__content--service .text-block2__txt span {
			font-size: 14px;
			line-height: 23px;
			color: #090909;
			margin-bottom: 25px;
			margin-top: 25px
	}
}

.text-block2__content--service .text-block2__txt p {
	margin-bottom: 20px
}

.text-block2__txt {
    padding-bottom: 123px;
}

@media (max-width: 992px) {
	.text-block2__content--service .text-block2__txt p {
			margin-bottom: 25px
	}
}

.text-block2__content--service .text-block2__txt h2 {
	font-weight: 700;
	font-size: 24px;
	line-height: 144.5%;
	margin-bottom: 40px;
	margin-top: 40px
}

@media (max-width: 992px) {
	.text-block2__content--service .text-block2__txt h2 {
			color: #B1104E;
			font-size: 18px;
			line-height: 18px;
			margin-bottom: 25px;
			margin-top: 25px
	}
}

.text-block2__content--service ul {
	margin-bottom: 50px
}

.text-block2__content--service ul li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 9px
}

@media (max-width: 992px) {
	.text-block2__content--service ul li {
			padding-left: 20px
	}
}

.text-block2__content--service ul li:before {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	display: inline-block;
	width: 16px;
	height: 15px;
	background: url(../img/svg/v.svg) center center no-repeat
}

@media (max-width: 992px) {
	.text-block2__content--service ul li:before {
			top: 5px;
			width: 13px;
			background-size: contain;
			height: 13px
	}
}

.text-block2__content--service ol {
	padding: 0;
	margin-bottom: 40px;
	list-style: none
}

.text-block2__content--service ol li {
	padding-left: 30px;
	counter-increment: step-counter;
	position: relative;
	margin-bottom: 4px
}

.text-block2__content--service ol li:before {
	content: counter(step-counter);
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 16px;
	height: 15px;
	margin-right: 15px;
	color: #B1104E;
	font-weight: 700
}

.text-block2__title {
	font-weight: 700;
	font-size: 24px;
	line-height: 35px;
	color: #B1104E;
	margin-bottom: 23px
}

@media (max-width: 992px) {
	.text-block2__title {
			font-size: 18px;
			line-height: 18px;
			max-width: 77%;
			text-align: left
	}
}

.text-block2__txt {
	font-size: 20px;
	line-height: 33px
}

@media (max-width: 992px) {
	.text-block2__txt {
			font-size: 14px;
			line-height: 23px
	}
}

.text-block2__txt span {
	font-weight: 700;
	font-size: 24px;
	line-height: 35px;
	margin-top: 40px;
	margin-bottom: 23px;
	display: block
}

@media (max-width: 992px) {
	.text-block2__txt span {
			font-size: 18px;
			line-height: 18px;
			color: #B1104E;
			margin-top: 30px;
			max-width: 83%;
			text-align: left
	}
}

.text-block2__txt p {
	margin-top: 0;
	margin-bottom: 24px
}

.text-block2__txt p:last-child {
	margin-bottom: 0
}

.text-block2__txt hr {
	margin: 0
}

.text-block2__txt ul {
	margin-bottom: 40px
}

@media (max-width: 992px) {
	.text-block2__txt ul {
			margin-bottom: 30px
	}
}

@media (max-width: 992px) {
	.text-block2__txt br {
			display: none
	}
}

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

.footer__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 100px;
	margin-top: 80px
}

@media (max-width: 992px) {
	.footer__top {
			margin-top: 60px;
			margin-bottom: 30px
	}
}

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

.footer__logo a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media (max-width: 992px) {
	.footer__logo {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			width: 100%;
			margin-bottom: 30px
	}
}

.footer__menu {
	margin: 0 -15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media (max-width: 992px) {
	.footer__menu {
			display: none
	}
}

.footer__menu-i {
	padding: 0 15px
}

.footer__menu-link {
	font-size: 11px;
	line-height: 10px;
	color: #090909;
	-webkit-transition: .3s;
	transition: .3s;
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.footer__menu-link:before {
	content: '';
	position: absolute;
	bottom: -8px;
	height: 8px;
	left: 0;
	width: 100%
}

.footer__menu-link:after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #FFC700;
	position: absolute;
	bottom: -8px;
	opacity: 0;
	-webkit-transition: .3s;
	transition: .3s
}

.footer__menu-link:hover {
	color: #FFC700
}

.footer__menu-link:hover:after {
	opacity: 1
}

.footer__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -15px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.footer__col {
	padding: 0 15px;
	min-height: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 40px;
	max-width: 283px;
	width: 100%
}

@media (max-width: 1220px) {
	.footer__col {
			width: auto;
			min-width: 20%
	}
}

@media (max-width: 992px) {
	.footer__col {
			width: 100%;
			max-width: 100%;
			margin-bottom: 0;
			min-height: auto;
			-webkit-box-ordinal-group: 4;
			-ms-flex-order: 3;
			order: 3
	}

	.footer__col:nth-child(3) {
			-webkit-box-ordinal-group: 2;
			-ms-flex-order: 1;
			order: 1
	}

	.footer__col:nth-child(2) {
			-webkit-box-ordinal-group: 3;
			-ms-flex-order: 2;
			order: 2
	}
}

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

@media (max-width: 992px) {
	.footer__sotial {
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			width: 100%;
			margin-bottom: 30px
	}
}

.footer__sotial-i {
	margin-right: 10px;
	-webkit-transition: .3s all;
	transition: .3s all
}

.footer__sotial-i:hover {
	-webkit-transform: scale(0.9);
	transform: scale(0.9)
}

.footer__sotial-i:last-child {
	margin-right: 0
}

.footer__address {
	font-size: 12px;
	line-height: 12px;
	color: #090909;
	font-weight: 500
}

@media (max-width: 992px) {
	.footer__address {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			width: 100%;
			margin-bottom: 25px
	}
}

.footer__bottom-link {
	color: #090909;
	font-weight: 300;
	font-size: 9px;
	line-height: 9px;
	white-space: nowrap
}

.footer__bottom-link:hover {
	text-decoration: none
}

.footer__bottom-link--underline {
	text-decoration: underline
}

@media (max-width: 992px) {
	.footer__bottom-link {
			margin: 0 auto;
			margin-bottom: 12px
	}
}

.footer__phone {
	font-size: 12px;
	line-height: 12px;
	color: #090909;
	font-weight: 500
}

@media (max-width: 992px) {
	.footer__phone {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			width: 100%;
			margin-bottom: 12px
	}
}

.footer__callback {
	max-width: 253px;
	width: 100%;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 11px 15px
}

@media (max-width: 992px) {
	.footer__callback {
			margin: 0 auto;
			max-width: 280px;
			padding: 23px 15px 22px;
			margin-bottom: 24px;
			font-size: 16px;
			line-height: 16px
	}
}

.motivated {
	background-color: #F7FBFF;
	background-repeat: no-repeat;
	background-position: center center
}

.motivated__inner {
	min-height: 577px;
	min-height: 555px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 70px;
	padding-bottom: 70px
}

.motivated__content {
	max-width: 890px;
	width: 100%;
	margin-left: auto
}

.motivated__txt {
	margin-bottom: 40px
}

.motivated__txt p {
	font-weight: 700;
	font-size: 24px;
	line-height: 144.5%;
	color: #090909
}

@media (max-width: 992px) {
	.motivated__txt p {
			text-align: center;
			font-size: 14px;
			line-height: 144.5%
	}
}

.motivated__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 50px
}

@media (max-width: 992px) {
	.motivated__row {
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			margin-bottom: 20px
	}
}

.motivated__phone a {
	font-weight: 700;
	font-size: 28px;
	line-height: 120%;
	letter-spacing: .05em;
	color: #B1104E
}

@media (max-width: 992px) {
	.motivated__phone a {
			font-size: 25px;
			line-height: 120%;
			letter-spacing: .04em;
			color: #B1104E
	}
}

@media (max-width: 992px) {
	.motivated__phone {
			margin-bottom: 40px
	}
}

.motivated__btn {
	max-width: 470px;
	width: 100%
}

.motivated__caption {
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 120%;
	color: rgba(9, 9, 9, 0.6)
}

@media (max-width: 992px) {
	.motivated__caption {
			text-align: center
	}
}

.one-procedure {
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/one-procedure.svg)
}

@media (max-width: 800px) {
	.one-procedure {
			background-image: url(../img/one-procedure-mobile.svg)
	}
}

.one-procedure__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 70px 15px 130px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media (max-width: 1400px) {
	.one-procedure__inner {
			padding: 70px 15px 40px
	}
}

.one-procedure__txt {
	text-align: center;
	font-size: 30px;
	line-height: 120%;
	letter-spacing: .05em;
	color: #090909;
	margin-bottom: 40px
}

@media (max-width: 1400px) {
	.one-procedure__txt {
			margin-bottom: 20px
	}
}

@media (max-width: 992px) {
	.one-procedure__txt {
			max-width: 300px;
			margin-left: auto;
			margin-right: auto
	}
}

.one-procedure__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -15px;
	max-width: 1325px;
	width: 100%
}

@media (max-width: 1400px) {
	.one-procedure__list {
			-webkit-transform: scale(0.7);
			transform: scale(0.7)
	}
}

@media (max-width: 992px) {
	.one-procedure__list {
			-webkit-transform: scale(1);
			transform: scale(1);
			-ms-flex-wrap: wrap;
			flex-wrap: wrap
	}
}

.one-procedure__item {
	padding: 0 10px;
	margin-bottom: 20px;
	position: relative
}

@media (max-width: 992px) {
	.one-procedure__item {
			width: 33.3333%;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center
	}
}

@media (max-width: 800px) {
	.one-procedure__item {
			width: 100%
	}
}

.one-procedure__item:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 87%;
	height: 87%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%;
	-webkit-transition: .3s;
	transition: .3s;
	z-index: 1;
	-webkit-box-shadow: 0 0 60px -30px transparent;
	box-shadow: 0 0 60px -30px transparent
}

.one-procedure__item:hover:before {
	-webkit-box-shadow: 0 0 60px -30px #000;
	box-shadow: 0 0 60px -30px #000
}

.one-procedure__item-content {
	width: 245px;
	height: 255px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	z-index: 1
}

.one-procedure__ico {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: .3s;
	transition: .3s;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 15px
}

.one-procedure__ico--1 {
	background-image: url(../img/icon/one-procedure-ico01.svg);
	width: 39px;
	height: 40px
}

.one-procedure__item-content:hover .one-procedure__ico--1 {
	background-image: url(../img/icon/one-procedure-ico01-hover.svg)
}

.one-procedure__ico--2 {
	background-image: url(../img/icon/one-procedure-ico02.svg);
	width: 50px;
	height: 40px
}

.one-procedure__item-content:hover .one-procedure__ico--2 {
	background-image: url(../img/icon/one-procedure-ico02-hover.svg)
}

.one-procedure__ico--3 {
	background-image: url(../img/icon/one-procedure-ico03.svg);
	width: 31px;
	height: 43px
}

.one-procedure__item-content:hover .one-procedure__ico--3 {
	background-image: url(../img/icon/one-procedure-ico03-hover.svg)
}

.one-procedure__ico--4 {
	background-image: url(../img/icon/one-procedure-ico04.svg);
	width: 47px;
	height: 45px
}

.one-procedure__item-content:hover .one-procedure__ico--4 {
	background-image: url(../img/icon/one-procedure-ico04-hover.svg)
}

.one-procedure__ico--5 {
	background-image: url(../img/icon/one-procedure-ico05.svg);
	width: 53px;
	height: 45px
}

.one-procedure__item-content:hover .one-procedure__ico--5 {
	background-image: url(../img/icon/one-procedure-ico05-hover.svg)
}

.one-procedure__item-txt {
	font-weight: 300;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	letter-spacing: .05em;
	color: #090909
}

.programs {
	background-repeat: no-repeat;
	background-position: center top
}

.programs__inner {
	padding-top: 90px;
	padding-bottom: 90px
}

@media (max-width: 992px) {
	.programs__inner {
			padding: 60px 0
	}
}

.programs__title {
	text-align: center;
	margin-bottom: 45px;
	padding: 0 15px
}

.programs__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -15px
}

@media (max-width: 992px) {
	.programs__content {
			margin: 0;
			display: block
	}
}

.programs__item {
	width: 25%;
	padding: 0 15px;
	margin-top: 30px;
}

@media (max-width: 992px) {
	.programs__item {
			margin-top: 50px;
			width: 100%;
			max-width: 270px;
			margin-bottom: 50px
	}
}

.programs__item-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-shadow: 0 4px 30px rgba(178, 17, 78, 0.2);
	box-shadow: 0 4px 30px rgba(178, 17, 78, 0.2);
	border-radius: 50px 50px 0 0
}

.programs__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 15px 15px 25px;
	width: 100%;
	-webkit-transition: .3s;
	transition: .3s;
	position: relative
}

.programs__head:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 168px;
	z-index: 0;
	background-image: url(../img/programs-head-bg.svg);
	background-position: center bottom;
	background-size: contain;
	background-repeat: no-repeat
}

@media (max-width: 992px) {
	.programs__head:before {
			background-image: url(../img/programs-head-bg-hover.svg)
	}
}

.programs__item-content:hover .programs__head:before {
	background-image: url(../img/programs-head-bg-hover.svg)
}

.programs__head-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-weight: 900;
	font-size: 20px;
	line-height: 25px;
	text-align: center;
	text-transform: uppercase;
	color: #B2114E;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: relative;
	z-index: 1
}

@media (max-width: 992px) {
	.programs__head-price {
			color: #fff
	}
}

.programs__head-price span {
	font-weight: 900;
	font-size: 40px;
	line-height: 25px;
	margin-bottom: 15px
}

@media (max-width: 992px) {
	.programs__head-price span {
			color: #fff
	}
}

.programs__head-price svg {
	margin-left: 5px
}

@media (max-width: 992px) {
	.programs__head-price svg {
			fill: #fff
	}
}

.programs__item-content:hover .programs__head-price {
	color: #fff
}

.programs__item-content:hover .programs__head-price span {
	color: #fff
}

.programs__item-content:hover .programs__head-price svg {
	fill: #fff
}

.programs__body {
	background-color: #fff;
	position: relative;
	padding: 16px 20px
}

.programs__body:before {
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #B2114E
}

@media (max-width: 992px) {
	.programs__body {
			padding-left: 10px;
			padding-right: 10px
	}
}

.programs__txt {
	font-weight: 500;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: -.01em;
	color: #090909;
	margin-bottom: 20px;
	text-align: center;
	min-height: 50px;
}

@media (max-width: 992px) {
	.programs__txt {
			font-size: 14px
	}
}

.programs__list ul li {
	padding-left: 25px;
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
	color: #090909;
	margin-bottom: 15px;
	position: relative
}

.programs__list ul li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0
}

.programs__list--check li:before {
	background: url(../img/icon/chek-ico.svg) center no-repeat;
	width: 14px;
	height: 15px
}

.programs__list--cross li:before {
	background: url(../img/icon/cross-ico.svg) center no-repeat;
	width: 15px;
	height: 15px
}

.programs__bottom {
	background-color: #fff;
	padding: 0 23px 28px
}

@media (max-width: 992px) {
	.programs__bottom {
			padding-left: 10px;
			padding-right: 10px
	}
}

.programs__btn {
	text-align: center;
	width: 100%;
	border: 2px solid #B2114E;
	text-transform: uppercase;
	color: #B2114E;
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	padding: 20px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: .3s;
	transition: .3s
}

.programs__btn:hover {
	color: #fff;
	background-color: #B2114E
}

.programs .slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	padding: 0 10px
}

.programs .slick-dots li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 5px;
	width: 100%;
	max-width: 40px
}

.programs .slick-dots li.slick-active button {
	background: #B1104E
}

.programs .slick-dots button {
	font-size: 0;
	border: 0;
	width: 100%;
	height: 5px;
	background: #C4C4C4;
	border-radius: 20px
}

.help-block {
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/one-procedure.svg);
	background-color: #F7FBFF
}

@media (max-width: 800px) {
	.help-block {
			background-image: url(../img/one-procedure-mobile.svg)
	}
}

.help-block__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 80px;
	padding-bottom: 50px
}

.help-block__content {
	max-width: 610px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.help-block__title {
	font-weight: 700;
	font-size: 35px;
	line-height: 31px;
	text-align: center;
	color: rgba(9, 9, 9, 0.8);
	margin-bottom: 15px
}

@media (max-width: 800px) {
	.help-block__title {
			font-size: 30px;
			line-height: 31px
	}
}

.help-block__caption {
	font-weight: 300;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: rgba(9, 9, 9, 0.8);
	margin-bottom: 30px
}

@media (max-width: 800px) {
	.help-block__caption {
			font-size: 14px;
			line-height: 18px
	}
}

.help-block__desc {
	font-weight: 700;
	font-size: 18px;
	line-height: 31px;
	text-align: center;
	color: rgba(9, 9, 9, 0.8);
	margin-bottom: 30px
}

@media (max-width: 800px) {
	.help-block__desc {
			font-size: 14px;
			line-height: 18px
	}
}

.help-block__form {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.help-block__form-i {
	max-width: 470px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0
}

.help-block__form-i input,
.help-block__form-i textarea {
	border: 1px solid rgba(0, 0, 0, 0.2);
	height: 58px;
	margin-bottom: 24px
}

.help-block__form-i textarea {
	resize: none;
	padding: 19px;
	text-align: center
}

.help-block__form-i .form__btn-wrap a {
	height: 58px
}

.help-block__form-caption {
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	color: rgba(9, 9, 9, 0.6);
	margin-top: 30px
}

.equipment {
	background-color: #F7FBFF
}

.equipment__inner {
	padding-top: 90px;
	padding-bottom: 90px
}

@media (max-width: 800px) {
	.equipment__inner {
			padding-top: 60px;
			padding-bottom: 60px
	}
}

.equipment__title {
	text-align: center
}

@media (max-width: 800px) {
	.equipment__title>br {
			display: none
	}
}

.equipment__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	margin-bottom: 70px;
	margin-left: -15px;
	margin-right: -15px
}

@media (max-width: 1220px) {
	.equipment__content {
			-webkit-transform: scale(0.7);
			transform: scale(0.7);
			margin-bottom: -40px;
			margin-top: -80px
	}
}

@media (max-width: 800px) {
	.equipment__content {
			margin-top: 120px;
			margin-bottom: 130px;
			-webkit-transform: scale(1);
			transform: scale(1)
	}
}

@media (max-width: 800px) {
	.equipment__main-photo img {
			max-width: 340px;
			width: 100%
	}
}

.equipment__photo-list {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0
}

.equipment__photo-item {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: absolute;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

@media (max-width: 800px) {
	.equipment__photo-item img {
			width: 90px
	}
}

.equipment__photo-item span {
	margin-top: -45px;
	white-space: nowrap;
	font-weight: 700;
	font-size: 20px;
	line-height: 120%;
	text-align: center;
	letter-spacing: .05em;
	color: #090909
}

@media (max-width: 800px) {
	.equipment__photo-item span {
			margin-top: -25px;
			font-size: 14px
	}
}

.equipment__photo-item--1 {
	margin-left: 315px;
	margin-top: -280px
}

@media (max-width: 800px) {
	.equipment__photo-item--1 {
			margin-left: 0;
			margin-top: -240px
	}
}

.equipment__photo-item--2 {
	margin-left: 450px;
	margin-top: 63px
}

@media (max-width: 800px) {
	.equipment__photo-item--2 {
			margin-left: 95px;
			margin-top: -180px
	}
}

.equipment__photo-item--3 {
	margin-left: 270px;
	margin-top: 345px
}

@media (max-width: 800px) {
	.equipment__photo-item--3 {
			margin-left: 0;
			margin-top: 255px
	}
}

.equipment__photo-item--4 {
	margin-left: -345px;
	margin-top: 295px
}

@media (max-width: 800px) {
	.equipment__photo-item--4 {
			margin-left: 75px;
			margin-top: 185px
	}
}

.equipment__photo-item--5 {
	margin-left: -445px;
	margin-top: -10px
}

@media (max-width: 800px) {
	.equipment__photo-item--5 {
			margin-left: -67px;
			margin-top: 171px
	}
}

.equipment__photo-item--6 {
	margin-left: -365px;
	margin-top: -240px
}

@media (max-width: 800px) {
	.equipment__photo-item--6 {
			margin-left: -100px;
			margin-top: -210px
	}
}

.equipment__subtitle {
	font-weight: 700;
	font-size: 35px;
	line-height: 31px;
	text-align: center;
	color: rgba(9, 9, 9, 0.8);
	margin-bottom: 15px
}

@media (max-width: 800px) {
	.equipment__subtitle {
			font-size: 20px;
			line-height: 20px
	}
}

.equipment__caption {
	font-weight: 300;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: rgba(9, 9, 9, 0.8);
	margin-bottom: 20px
}

@media (max-width: 800px) {
	.equipment__caption {
			font-size: 16px;
			line-height: 18px
	}
}

.equipment__txt {
	font-weight: 700;
	font-size: 18px;
	line-height: 31px;
	text-align: center;
	color: rgba(9, 9, 9, 0.8)
}

@media (max-width: 800px) {
	.equipment__txt {
			font-size: 16px;
			line-height: 18px
	}
}

.sentence {
	background-color: #F7FBFF;
	background-repeat: no-repeat;
	background-position: center center
}

.sentence__inner {
	padding-top: 140px;
	padding-bottom: 70px
}

@media (max-width: 800px) {
	.sentence__inner {
			padding-top: 50px;
			padding-bottom: 35px
	}
}

.sentence__title {
	font-weight: 500;
	font-size: 40px;
	line-height: 48px;
	color: #090909;
	margin-bottom: 60px
}

@media (max-width: 800px) {
	.sentence__title {
			font-size: 30px;
			line-height: 120%;
			margin-bottom: 40px
	}
}

.sentence__list {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2
}

@media (max-width: 800px) {
	.sentence__list {
			-webkit-column-count: 1;
			-moz-column-count: 1;
			column-count: 1
	}
}

.sentence__list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 40px
}

@media (max-width: 800px) {
	.sentence__list li {
			margin-bottom: 15px
	}
}

.sentence__ico {
	margin-right: 25px
}

.sentence__txt {
	font-weight: 300;
	font-size: 18px;
	line-height: 144.5%;
	color: #090909;
	overflow: hidden;
}

@media (max-width: 800px) {
	.sentence__txt {
			font-size: 16px
	}

	.sentence__txt br {
			display: none
	}
}

.home-procedure {
	background-color: #F7FBFF;
	background-repeat: no-repeat;
	background-position: center center
}

.home-procedure__inner {
	padding-top: 64px
}

@media (max-width: 992px) {
	.home-procedure__inner {
			padding-top: 60px;
			padding-bottom: 20px
	}
}

.home-procedure__title {
	font-weight: 700;
	font-size: 40px;
	line-height: 120%;
	letter-spacing: .05em;
	color: #090909;
	max-width: 680px;
	width: 50%;
	margin-left: auto;
	right: 0;
	top: 125px;
	margin-bottom: -125px;
	z-index: 2
}

@media (max-width: 992px) {
	.home-procedure__title {
			margin-left: 0;
			text-align: center;
			width: 100%;
			max-width: 100%;
			margin-bottom: 15px;
			font-size: 30px;
			line-height: 30px
	}
}

.home-procedure__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media (max-width: 992px) {
	.home-procedure__content {
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column
	}
}

.home-procedure__img {
	position: relative
}

@media (max-width: 1600px) {
	.home-procedure__img img {
			width: 550px
	}
}

@media (max-width: 992px) {
	.home-procedure__img {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center
	}

	.home-procedure__img img {
			width: 100%;
			max-width: 460px
	}
}

.home-procedure__btn {
	position: absolute;
	bottom: 125px;
	left: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media (max-width: 992px) {
	.home-procedure__btn {
			position: static;
			bottom: 0;
			margin-top: -100px
	}
}

@media (max-width: 550px) {
	.home-procedure__btn {
			margin-top: -60px
	}
}

.home-procedure__btn-i {
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	letter-spacing: .16em;
	text-transform: uppercase
}

@media (max-width: 800px) {
	.home-procedure__btn-i {
			font-size: 12px;
			line-height: 12px;
			text-align: center;
			letter-spacing: .16em
	}
}

@media (max-width: 550px) {
	.home-procedure__btn-i {
			padding: 15px;
			width: 100%
	}
}

.home-procedure__list {
	margin-top: 190px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

@media (max-width: 992px) {
	.home-procedure__list {
			margin-top: 80px
	}
}

.home-procedure__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 25px;
	margin-bottom: 70px
}

@media (max-width: 992px) {
	.home-procedure__item {
			margin-bottom: 20px;
			padding-left: 0
	}
}

.home-procedure__num {
	font-weight: 700;
	font-size: 60px;
	color: #FFC700;
	line-height: 50px;
	text-shadow: 0 4px 20px #FFC700;
	margin-right: 20px
}

.home-procedure__txt {
	font-size: 14px;
	line-height: 144.5%;
	color: #090909;
	text-align: justify
}

@media (max-width: 992px) {
	.home-procedure__txt {
			font-size: 12px;
			line-height: 144.5%
	}
}

.license {
	background-color: #F7FBFF;
	background-repeat: no-repeat;
	background-position: center center
}

@media (min-width: 993px) {
	.added_block {
			background-color: #F7FBFF;
			background-repeat: repeat-y;
			background-position: center top;
			background-image: url(../img/license-bg.svg)
	}

	.license {
			background-image: url(../img/license-bg.svg)
	}
}

.license__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 35px;
	padding-bottom: 35px;
	max-width: 1030px
}

@media (max-width: 800px) {
	.license__inner {
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center
	}
}

.license__content {
	max-width: 610px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media (max-width: 800px) {
	.license__content {
			max-width: 100%
	}
}

.license__title {
	margin-bottom: 25px
}

.license__subtitle {
	font-weight: 700;
	font-size: 24px;
	line-height: 144.5%;
	color: #090909;
	margin-bottom: 35px
}

@media (max-width: 800px) {
	.license__subtitle {
			font-size: 14px;
			line-height: 144.5%
	}
}

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

.license__list-i {
	padding-left: 40px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 20px;
	line-height: 120%;
	color: #090909;
	margin-bottom: 15px
}

@media (max-width: 800px) {
	.license__list-i {
			text-align: justify;
			font-size: 14px
	}
}

.license__list-i:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 29px;
	height: 21px;
	background: url(../img/icon/chek-ico.svg) center/contain no-repeat
}

.license__slider {
	width: 330px;
	background: transparent
}

@media (max-width: 550px) {
	.license__slider {
			width: 270px;
			-webkit-box-flex: 1;
			-ms-flex: auto;
			flex: auto
	}
}

.license__slider-item {
	padding: 30px
}

.license__link {
	border-radius: 10px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.license__img {
	-o-object-fit: contain;
	object-fit: contain
}

.license .slick-arrow {
	font-size: 0;
	line-height: 0;
	background: transparent;
	border: 0;
	outline: none;
	width: 18px;
	height: 31px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s
}

.license .slick-arrow:hover {
	opacity: .6
}

.license .slick-arrow.slick-prev {
	left: -38px;
	background: url(../img/icon/arrow-ico.svg) center/contain no-repeat
}

@media (max-width: 1220px) {
	.license .slick-arrow.slick-prev {
			left: -15px
	}
}

.license .slick-arrow.slick-next {
	right: -38px;
	background: url(../img/icon/arrow-ico-right.svg) center/contain no-repeat
}

@media (max-width: 1220px) {
	.license .slick-arrow.slick-next {
			right: -15px
	}
}

.gallery-block {
	background-color: #F7FBFF
}

.gallery-block__inner {
	padding-top: 90px;
	padding-bottom: 90px
}

.gallery-block__title {
	text-align: center;
	padding: 0 15px
}

.gallery-block__slider {
	padding-top: 60px
}

@media (max-width: 992px) {
	.gallery-block__slider {
			padding: 30px 30px 0
	}
}

.gallery-block__item {
	padding: 0 40px;
	overflow: hidden;
	border-radius: 10px
}

@media (max-width: 992px) {
	.gallery-block__item {
			padding: 0
	}
}

.gallery-block__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative
}

@media (min-width: 993px) {
	.slick-current .gallery-block__link:before {
			content: '';
			position: absolute;
			left: 0;
			top: 0;
			width: 35px;
			height: 35px;
			background: url(../img/icon/zoom-ico.svg) center/contain no-repeat
	}
}

.gallery-block__img {
	width: 920px;
	height: 370px;
	-o-object-fit: cover;
	object-fit: cover
}

@media (max-width: 992px) {
	.gallery-block__img {
			width: 100%
	}
}

.gallery-block .slick-arrow {
	font-size: 0;
	line-height: 0;
	background: transparent;
	outline: none;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 4px solid #F7FBFF;
	z-index: 2;
	cursor: pointer
}

@media (max-width: 992px) {
	.gallery-block .slick-arrow {
			width: 35px;
			height: 35px
	}
}

.gallery-block .slick-arrow:hover {
	opacity: .6
}

.gallery-block .slick-arrow.slick-prev {
	left: 50%;
	-webkit-transform: translateX(calc(-50% + -460px)) translateY(-50%) rotate(180deg);
	transform: translateX(calc(-50% + -460px)) translateY(-50%) rotate(180deg);
	background: url(../img/icon/disk-arrow.svg) center/contain no-repeat
}

@media (max-width: 992px) {
	.gallery-block .slick-arrow.slick-prev {
			left: 11px;
			-webkit-transform: translateY(-50%) rotate(180deg);
			transform: translateY(-50%) rotate(180deg)
	}
}

.gallery-block .slick-arrow.slick-next {
	right: 50%;
	-webkit-transform: translateX(calc(-50% + +460px)) translateY(-50%);
	transform: translateX(calc(-50% + +460px)) translateY(-50%);
	background: url(../img/icon/disk-arrow.svg) center/contain no-repeat
}

@media (max-width: 992px) {
	.gallery-block .slick-arrow.slick-next {
			right: 11px;
			left: auto;
			-webkit-transform: translateY(-50%);
			transform: translateY(-50%)
	}
}

.gallery-block .slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	padding: 0 10px;
	margin-top: 60px
}

@media (max-width: 992px) {
	.gallery-block .slick-dots {
			margin-top: 30px
	}
}

.gallery-block .slick-dots li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 5px;
	width: 100%;
	max-width: 40px
}

.gallery-block .slick-dots li.slick-active button {
	background: #B1104E
}

.gallery-block .slick-dots button {
	font-size: 0;
	border: 0;
	width: 100%;
	height: 5px;
	background: #C4C4C4;
	border-radius: 20px
}

.price-block {
	background-color: #EBEBEB;
	background-repeat: no-repeat;
	background-position: center center
}

.price-block__inner {
	min-height: 565px;
	min-height: 656px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    background: #F7FBFF;
    padding-top: 90px;
    padding-bottom: 90px;
}
@media (max-width: 1200px) {
	.price-block__inner {
            padding-top: 70px;
            padding-bottom: 20px;
	}
}
@media (max-width: 1400px) {
	.price-block__inner {
			min-height: 534px;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center
	}
}

.price-block__inner_page {
	min-height: 565px;
	min-height: 656px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center
}

@media (max-width: 1400px) {
	.price-block__inner_page {
			min-height: 534px;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center
	}
}

.price-block__content {
	width: 100%;
	max-width: 960px;
	margin: 0 auto
}

@media (max-width: 550px) {
	.price-block__content {
			width: 100%
	}
}

.price-block__title {
	margin-bottom: 15px
}

@media (max-width: 992px) {
	.price-block__title {
			text-align: start
	}
}

.price-block__table table {
	border-collapse: collapse
}

@media (max-width: 550px) {
	.price-block__table table {
			width: calc(100% + 30px);
			margin: 0 -15px
	}
}

.price-block__table tr:nth-child(even) {
	background: #fff;
    box-shadow: 0px 0px 8.5px 0px #8AA7C540;
}

.price-block__table th {
	text-align: start;
	font-weight: 700;
	font-size: 16px;
	line-height: 144.5%;
	color: #090909;
	padding: 15px 23px 25px
}

@media (max-width: 550px) {
	.price-block__table th {
			padding: 15px 15px 20px
	}
}

.price-block__table td {
	font-size: 18px;
	color: #090909;
	padding: 9px 23px;
}

@media (max-width: 800px) {
	.price-block__table td {
			font-size: 16px;
			line-height: 20px
	}
}

@media (max-width: 550px) {
	.price-block__table td {
			padding: 15px;
	}
    	.price-block__table .cell_set_name {
			padding-bottom: 0px;
	}
}

.price-block__table td:nth-child(2) a {
	color: #B1104E;
	font-weight: 700;
	white-space: nowrap
}

.popup {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-transition: .3s all;
	transition: .3s all;
	z-index: -1;
	visibility: hidden;
	opacity: 0;
	overflow-y: auto
}

.popup.open {
	z-index: 350;
	opacity: 1;
	visibility: visible
}





.popup__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto 100px;
	margin-top: 50px
}

@media (max-width: 800px) {
	.popup__body {
			margin: 75px auto
	}
}

.popup__inner {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative
}

.popup__close {
	position: absolute;
	right: -24px;
	top: -24px;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	-webkit-transition: .3s all;
	transition: .3s all;
	z-index: 3
}

.popup__close:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 70%;
	height: 70%;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: .3s;
	transition: .3s
}

@media (max-width: 992px) {
	.popup__close {
			width: 25px;
			height: 25px;
			right: 5px;
			top: 5px
	}
}

@media (min-width: 993px) {
	.popup__close:hover {
			border-radius: 50%
	}

	.popup__close:hover:before {
			-webkit-box-shadow: 0 0 20px #FFC700;
			box-shadow: 0 0 20px #FFC700
	}
}

.popup__close-ico {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	background: url(../img/icon/close-popup.svg) center no-repeat;
	background-size: contain
}

@media (max-width: 992px) {
	.popup__close-ico {
			background: url(../img/icon/close-popup-mobile.svg) center no-repeat
	}
}

.callback__content {
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.callback__logo {
	position: relative;
	top: 55px
}

.callback input {
	border: .5px solid #B4B4B4
}

.callback .popup__close {
	margin-right: 10px;
	margin-top: 5px
}

.price_form input {
	border: .5px solid #B4B4B4
}

.price_form .popup__close {
	margin-right: 10px;
	margin-top: 5px
}
.header-new .consultation {
    background: #5B0A29;
    color: #fff;
}
.callback__img {
	background-color: #EBEBEB;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
	min-width: 670px;
	height: 616px;
	margin-left: -15px
}

@media (max-width: 1220px) {
	.callback__img {
			background-image: url(../img/popup-img.webp);
			min-width: 570px
	}
}

@media (max-width: 992px) {
	.callback__img {
			display: none
	}
}

.callback__form {
	max-width: 620px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 90px 130px 85px
}

@media (max-width: 1220px) {
	.callback__form {
			padding: 90px 50px 85px
	}
}

@media (max-width: 420px) {
	.callback__form {
			padding: 70px 0 65px
	}
}

.callback .top-block__form-inner {
	position: static;
	top: 0;
	right: auto;
	margin-right: 0
}

.price_form .top-block__form-inner {
	position: static;
	top: 0;
	right: auto;
	margin-right: 0
}

@media (min-width: 992px) {
	.text_block_2 {
			padding: 110px 0 54px
	}
}

.hide {
	display: none
}

.ajax_answer {
	z-index: 400
}

.ajax_btn {
	width: 100%
}

.contacts_flex {
	display: flex
}

.contacts_item {
	display: flex;
	width: 50%;
	border: 2px solid;
	border-radius: 10px;
	margin: 10px;
	min-height: 60px;
	border-color: #B2114E
}

.contacts_item p {
	text-align: center;
	margin: auto !important;
	font-size: 20px
}

.contacts_item a {
	color: #1c12b8;
	text-decoration: underline;
	font-size: 20px
}

@media (max-width: 768px) {
	.contacts_flex {
			display: block
	}

	.contacts_item {
			width: 90%;
			margin: auto auto 10px
	}
}

@media (max-width: 560px) {
	.contacts_item p {
			font-size: 15px
	}

	.contacts_item a {
			font-size: 15px
	}
}

.m_auto table {
	margin: auto;
    width: 100%;
}

.text-block__inner a {
	color: #B1104E
}

.text-block2__inner a {
	color: #B1104E
}

.stati {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 180px 0 0
}

@media screen and (max-width: 1050px) {
	.stati {
			margin-top: 0
	}
}

@media screen and (max-width: 750px) {
	.stati {
			margin-top: 0
	}
}

@media screen and (max-width: 950px) {
	.stati {
			padding: 50px 0 0
	}
}

@media screen and (max-width: 750px) {
	.stati {
			padding: 50px 0 0
	}
}

.stati__title {
	font-size: 40px;
	font-weight: 700;
	line-height: 47px;
	margin-bottom: 75px;
	text-align: center;
	color: #4b5152
}

@media screen and (max-width: 950px) {
	.stati__title {
			font-size: 32px;
			line-height: 40px;
			margin-bottom: 45px
	}
}

@media screen and (max-width: 750px) {
	.stati__title {
			font-size: 28px;
			line-height: 34px;
			margin-bottom: 35px
	}
}

.stati__row {
	display: grid;
	width: 100%;
	margin-bottom: 115px;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 84px 117px
}

@media screen and (max-width: 1150px) {
	.stati__row {
			grid-gap: 44px 55px
	}
}

@media screen and (max-width: 950px) {
	.stati__row {
			margin-bottom: 80px;
			grid-template-columns: 1fr 1fr
	}
}

@media screen and (max-width: 700px) {
	.stati__row {
			max-width: 450px;
			margin: 0 auto 40px;
			grid-template-columns: 1fr;
			grid-gap: 30px
	}
}

.stati__item {
	width: 100%;
	padding: 38px 43px 30px;
	border-radius: 0;
	background-color: #fff;
	box-shadow: 0 4px 30px rgba(0, 0, 0, .25)
}

@media screen and (max-width: 700px) {
	.stati__item {
			padding: 20px 15px 10px
	}
}

.stati__pic {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto
}

.stati__img {
	width: 100%;
	max-width: 100%;
	height: auto
}

.stati__info {
	font-size: 17px;
	font-weight: 700;
	line-height: 20px;
	margin-bottom: 0;
	text-align: center;
	color: #4b5152
}

.stati__item:hover {
	box-shadow: 0 0 9px #B2114E
}

.full_sas {
	margin-bottom: 20px;
	min-height: 400px
}

.region_list {
	list-style: none;
	column-count: 4
}

.region_list li {
	vertical-align: top;
	margin: 0 0 10px
}

@media screen and (max-width: 768px) {
	.region_list {
			column-count: 3
	}
}

@media screen and (max-width: 550px) {
	.region_list {
			column-count: 2
	}
}

@media screen and (max-width: 425px) {
	.region_list {
			column-count: 1
	}
}

.point-form {
	text-align: center;
	border-radius: 5px
}

.point-form form {
	max-width: 303px;
	text-align: center;
	margin: 0 auto
}

.full_sas input,
.point-form input {
	width: 100%;
	border-radius: 25.5px;
	border: solid 1px #e2e2e2;
	background-color: #fff;
	margin-bottom: 20px;
	text-align: center;
	height: 51px;
	line-height: 51px
}

.point-form h4 {
	font-size: 30px;
	font-weight: 900
}

.point-form p {
	font-size: 16px;
	font-weight: 500;
	color: #696969;
	padding-bottom: 25px;
	padding-top: 5px
}

.point-select {
	padding: 35px 27px;
	background: #fff;
	padding-bottom: 15px
}

.point-select h4 {
	font-size: 30px;
	font-weight: 900;
	padding-bottom: 15px
}

.point-select input {
	max-width: 500px;
	width: 100%;
	border-radius: 25.5px;
	border: solid 1px #e2e2e2;
	background-color: #fff;
	margin-bottom: 20px;
	text-align: center;
	height: 51px;
	padding-left: 20px;
	font-size: 16px;
	color: #000
}

.point-select h5 {
	font-size: 21px;
	padding-bottom: 10px;
	color: #B2114E
}

.city-list a {
	display: inline-block;
	font-size: 14px;
	color: #4e4e4e;
	margin: 0 15px 15px;
	text-decoration: underline;
	position: relative
}

.form_control {
	display: block;
	margin: auto
}

.hide {
	display: none !important
}

@media screen and (max-width: 580px) {
	.header_point {
			font-size: 10px
	}

	.header__phone {
			font-size: 10px
	}
}

.flex_box {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: flex-start;
	-webkit-align-items: flex-start;
	-webkit-box-align: flex-start;
	align-items: flex-start;
	float: none
}

.gallery-block__not_slider .gallery-block__item {
	width: 50%;
	padding: 30px
}

@media screen and (max-width: 700px) {
	.gallery-block__not_slider .gallery-block__item {
			width: 100%
	}
}

.gallery-block__items {
	padding: 25px;
    width: 30%;
}

@media (max-width: 950px) {
 .gallery-block__items {
    width: 48%;
  }   
}

@media (max-width: 500px) {
 .gallery-block__items {
    padding: 25px 0;
    width: 100%;
  }   
}

.lic-block__not_slider {
	justify-content: space-between
}

.disclaimer {
	text-align: center
}

.doc_info_block {
	border-top: #99563d 1px solid;
	padding: 10px
}

.doc-item {
	text-align: center;
	border: #99563d 1px solid;
	margin-bottom: 20px
}

.doc_info_block {
	padding: 20px 10px
}

.doc_img_inner {
	border-radius: 50%;
	float: left;
	/*margin-right: 20px !important*/
}

@media (max-width: 450px) {
	.doc_img_inner {
			float: none;
			margin: auto !important
	}
}

.breadcrumb-wrap {
	top: 90px;
	position: absolute;
	z-index: 4;
	left: 0;
	right: 0;
}

.breadcrumb ul {
	display: flex;
    flex-wrap: wrap;
    gap: 6px 20px;
	font-size: 14px;
}
.breadcrumb li a {
    color: #B2114E;
}
.breadcrumb li a:hover {
    color: #e93278;
}
.breadcrumb li {
    display: block;
    padding: 6px 10px;
    color: #B2114E;
    background: #dfcbd2;
    position: relative; 
}
.breadcrumb li:before {
    content: '';
    position: absolute;
    right: -14px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 14.5px solid #dfcbd2;
    border-top: 14.4px solid transparent;
    border-bottom: 14.2px solid transparent;
}
.breadcrumb li:after {
    content: '';
    position: absolute;
    left: -14px;
    bottom: 0;
    width: 0;
    height: 0;
    border-width: 14.5px 14px 14px;
    border-style: solid;
    border-color: #dfcbd2 #dfcbd2 #dfcbd2 transparent;
    z-index: -1;
}
.breadcrumb li:not(:first-child) {
    padding-left: 14px;
}
.breadcrumb li:first-child::after {
    content: none;
}
.breadcrumb .slash {
    display: none;
}


.banner-discount {
	position: relative;
	z-index: 5;
	padding: 30px 0;
	background-color: #FFC700;
}

.banner-discount__container {
	display: flex;
	gap: 25px;
}

.banner-discount__picture {
	flex: 0 0 50px;
}

.banner-discount__img {
	max-width: 100%;
}

.banner-discount__title {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 700;
	line-height: 25px;
	text-transform: uppercase;
}

.banner-discount__text {
	font-size: 18px;
	line-height: 20px;
	margin: 0;
}

@media(max-width: 992px) {
	.breadcrumb-wrap {
			top: 50px;
	}

	.top-block {
			padding-top: 100px;
	}
}

@media (max-width: 575px) {
	.banner-discount {
			padding: 20px 0;
	}

	.banner-discount__picture {
			flex: 0 0 32px;
	}

	.banner-discount__container {
			flex-direction: row-reverse;
			gap: 16px;
	}

	.banner-discount__title {
			font-size: 16px;
			line-height: 20px;
			margin-bottom: 10px;
	}

	.banner-discount__text {
			font-size: 16px;
			line-height: 20px;
	}
}
#toTop {
    transition: 0.3s;
}

.converse-card-wrapper {
    width: 100%;
    padding-top: 50px;
    position: fixed;
    bottom: 0;
    z-index: 999;
    transition: 0.5s;
}

.converse-card-wrapper_hidden {
    bottom: -90px;
    transition: 0.5s;
}

.converse-card__close_hidden {
    opacity: 0;
    width: 100%;
    transition: 0.5s;
}

.converse-card-wrapper_hidden:hover {
    bottom: 0;
}

.converse-card-wrapper_hidden:hover #toTop {
    bottom: 110px;
}

.converse-card {
    padding: 20px 10px 14px 10px;
    position: relative;
    border-radius: 15px 15px 0 0;
    background: #B2114E;
    box-shadow: 0px 0px 10px 5px #00000040;
    width: 98%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}


.converse-card__item:not(:last-child) {
    border-left: 1px solid #FFFFFF4D;
}

.converse-card__item p {
    font-size: 14px;
    font-weight: 550;
    line-height: 22px;
    text-align: center;
    color: white;
    margin: 0px;
}



.converse-card__item:hover p {
    text-shadow: 0px 0px 5px #ffffff;
}

.converse-card__item {
    flex: 1;
    display: flex;
    gap: 5px;
    align-items: center;
    flex-direction: column;
}

.converse-card__item picture {
    width: 50px;
    height: 50px;
    transition: 0.3s;
}

.converse-card__item:hover picture {
    transform: scale(1.2);
}

.converse-card__item picture img {
    width: 40px;
    height: 40px;
}

.converse-card__close img {
    width: 20px;
    height: 20px;
}

.converse-card__close picture {
    width: 20px;
    height: 20px;
}

.converse-card__close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #b7195200;
    transition: 0.5s;
    border: none;
}

.converse-card__close:hover {
    transform: rotate(180deg) scale(1.2);
    transition: 0.5s;
}

.converse-card picture img:hover {
    opacity: 1;
}

.converse-card__close-mob {
    display: none;
}

.converse-card__close-mob {
    position: absolute;
    width: 100%;
    border: 0px solid #00000000;
    height: 20px;
    z-index: 1000;
    background: #f0f8ff00;
}

@media (max-width: 950px) {
    .converse-card__item:not(:last-child) {
        border-left: 0px solid #FFFFFF4D;
    }

    .converse-card__item:first-child {
        display: none;
    }

    .converse-card-wrapper_hidden {
        bottom: -68px;
        padding: 0;
    }

    .converse-card-wrapper_hidden:hover #toTop {
        bottom: 80px;
    }

    .converse-card-wrapper_hidden:hover {
        bottom: -68px;
    }

    .converse-card__item picture {
        width: 35px;
        height: 35px;
    }

    .converse-card__item p {
        font-size: 14px;
        max-width: 100%;
    }

    .converse-card__item picture img {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 600px) {
    .converse-card-wrapper_hidden {
        bottom: 68px;
        padding: 0;
    }

    .converse-card {
        background: #B2114E;
    }

    .converse-card__item picture {
        width: 24px;
        height: 24px;
    }

    .converse-card__close {
        top: 5px;
    }

    .converse-card__item p {
        font-size: 12px;
        font-weight: 550;
        line-height: 13.2px;
        text-align: center;
    }

    .converse-card__close picture {
        width: 16px;
        height: 16px;
    }

}

@media (max-width: 500px) {
    .converse-card-wrapper_hidden {
        bottom: -68px;
        padding: 0;
    }

    .converse-card__item {
        gap: 5px;
    }

    .converse-card__item p {
        text-wrap: wrap;
        height: 100%;
        display: block;
        text-align: center;
        line-height: 14px;
    }

    .converse-card__close {
        right: 0;
    }
}
.price-block .cell_set_btn a {
    padding: 11px 35px;
}
.price-block .cell_set_btn {
    display: flex;
    justify-content: flex-end;
    padding-right: 10px;
}
.price-block__table .cell_set_price .cell_set_price__btn {
  display: none;
  color: white;
}
.header-new .consultation {
    background: #5B0A29;
    color: #fff;
}
@media (max-width: 500px) {
  .price-block__table tr:first-child {
    display: none;
  }

  .price-block__table tr {
    display: flex;
    flex-direction: column;
  }

  .price-block__table .cell_set_price .cell_set_price__btn {
    display: block;
    padding: 7px 33px;
  }

  .cell_set_price {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .price-block__table .cell_set_btn {
    display: none;
  }
}
.stati .autocontent {
    padding-top: 80px;
    padding-bottom: 0; 
}

.autocontent__wrap {
      display: flex;
}

.autocontent__navigation {
      box-shadow: 0px 0px 8.5px 0px #8AA7C540;
      padding: 20px;
      background-color: white;
      width: 41%;
      border-radius: 10px;
      margin-right: 20px;
}

.autocontent__navigation ol {
      padding: 0px;
      counter-reset: num;
      margin: 0px;
}

.autocontent__navigation__title {
      font-size: 18px;
      font-weight: 700;
      line-height: 23.4px;
      text-align: left;
      color: #090909;
      margin-bottom: 10px;
      margin-top: 0px;
}

.autocontent__navigation-item {

      font-size: 14px;
      font-weight: 400;
      line-height: 20.16px;
      text-align: left;
      color: #090909;
      list-style: none;
      counter-reset: my-counter;
}

.autocontent__navigation-item:not(:last-child) {
      margin-bottom: 2px;
}

.autocontent__navigation-item .autocontent__navigation-link:before {
      content: counter(num)".";
      counter-increment: num;
      color: var(--main-color);
      font-weight: 600;
      color: #B2114E;
      padding-right: 9px;
      padding-left: 4px;
}

.autocontent__inspector-item {
      padding: 20px;
      box-shadow: 0px 0px 8.5px 0px #8AA7C540;
      border-radius: 10px;
      background-color: white;
}

.autocontent__inspector-item:not(:last-of-type) {
      margin-bottom: 12px;
}

.autocontent__inspector-head-text {
      font-size: 14px;
      font-weight: 400;
      line-height: 18.2px;
      text-align: left;
      color: #929292;
}

.autocontent__inspector-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-bottom: 10px;
      border-bottom: 1px solid #B1104E26;
      margin-bottom: 10px;
}

.autocontent__inspector-main {
      display: flex;
}

.autocontent__inspector-main-name div a {
      font-size: 18px;
      font-weight: 700;
      line-height: 23.4px;
      text-align: left;
      color: #090909;
}

.autocontent__inspector-main-name span {
      font-size: 12px;
      font-weight: 400;
      line-height: 25px;
      text-align: left;
      color: #B1104E;
}

.autocontent__inspector-main-img {
      margin-right: 20px;
}

.autocontent__inspector-main .autocontent__inspector-main-img img {
      width: 48px;
      height: 48px;
      border-radius: 120px;
}

.autocontent__inspector {
      width: 56%;
}

@media (max-width: 888px) {
      .autocontent__wrap {
            flex-direction: column-reverse;
      }

      .autocontent__inspector {
            margin-bottom: 10px;
      }

      .autocontent__navigation {
            margin-right: 0px;
            width: 100%;
      }

      .autocontent__inspector {
            width: 100%;
      }

      .autocontent__inspector-head {
            display: block;
      }
}
.autocontent {
    padding-top: 20px;
    padding-bottom: 20px;
}
.top-block__items--services {
    padding-bottom: 20px;
}

.reviews-slider {
    background-color: #F7FBFF;
    padding: 110px 0px;
}

.reviews-slider__title {
    margin-bottom: 54px;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: 2px;
    text-align: center;
}

.reviews-slider__item {
    box-shadow: 0px 0px 8.5px 0px #8AA7C540;
    border-radius: 6px;
    padding: 69px 24px 24px 24px;
    background-color: white;
    margin-bottom: 15px;
}

.reviews-slider__item-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.2px;
    text-align: left;
    color: #090909;
    padding-bottom: 14px;
    border-bottom: 1px solid #B1104E26;
    margin-bottom: 14px;
    z-index: 800;
    position: relative;
    height: 126px;
    overflow: hidden;
    background-color: white;
    cursor: pointer;
}

#reviews-slider__popup-overlay .reviews-slider__item-text {
    height: auto;
}

#reviews-slider__popup-overlay .reviews-slider__item-text:after {
    background: white;
    position: relative;
}

.reviews-slider__item-text:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to bottom, transparent, white);
    pointer-events: none;
}

.reviews-slider__item-name {
    display: flex;
    justify-content: space-between;
}

.reviews-slider__item-name div {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: #B2114E;
}

.reviews-slider__item-age {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.2px;
    text-align: left;
    color: #0909094D;

}

@media (max-width: 800px) {
    .reviews-slider {
        padding: 40px 0px;
    }

    .reviews-slider__title {
        font-size: 30px;
        font-weight: 300;
        line-height: 30.9px;
        letter-spacing: 1.5px;
        text-align: center;
        margin-bottom: 62px;
    }

    .reviews-slider__item-text {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0.2px;
        text-align: left;
    }

    #reviews-slider__popup .reviews-slider__close-btns {
        display: flex;
        justify-content: end;
        cursor: pointer;
    }

    #reviews-slider__popup .reviews-slider__close-btn {
        cursor: pointer;
    }

    .reviews-slider__item-name div {
        font-size: 16px;
        font-weight: 700;
        line-height: 22px;
        text-align: left;
    }
}

.reviews-slider .mySwiper3 {
    width: 100%;
    padding: 26px 10px 10px 10px;
}

.mySwiper3 .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
    background: #B1104E;
    width: 28px;
    height: 5px;
    border-radius: 5px;
}

.reviews-slider__item:before {
    position: absolute;
    left: 24px;
    top: -27px;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: url('/netcat_template/template/stimul_clinic_ru/img/advantage/Vector.png') no-repeat;
}

.reviews-slider__container {
    position: relative;
}

.swiper3-button-next {
    position: absolute;
    right: -34px;
    top: 56%;
    cursor: pointer;
}

.swiper3-button-prev {
    position: absolute;
    left: -34px;
    top: 56%;
    transform: rotate(180deg);
    cursor: pointer;
}

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

@media (max-width: 1300px) {

    .mySwiper3 .swiper-pagination {
        display: block;
        position: relative;
    }

    .swiper3-button-next {
        display: none;
    }

    .swiper3-button-prev {
        display: none;
    }
}

.reviews-slider__popup {
    display: none;
    position: fixed;
    top: 43%;
    left: 33%;
    right: 33%;
    background-color: white;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    z-index: 1001;
    margin: 0 auto 100px;
    margin-top: 50px;
}

.reviews-slider__popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}
@media (max-width: 1200px) {
    .reviews-slider__popup {
        top: 23%;
        left: 10%;
        right: 10%;
    }
}

.frequently-questions {
    background-color: white;
    padding: 126px 0px;
}

.frequently-questions__title {
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: 2px;
    text-align: center;
    color: #090909;
    margin-bottom: 45px;
}

.frequently-questions__accordion-wrap {
    box-shadow: 0px 0px 8.5px 0px #8AA7C540;
    background: #F7FBFF;
    margin-bottom: 20px;
    padding: 0px 30px;
    transition: height 0.3s ease-out;
    transition: background 0.2s ease;
}

.frequently-questions__accordion-wrap:not(:last-child) {
    margin-bottom: 20px;
}

.frequently-questions__accordion {
    cursor: pointer;
    padding: 16px 0px;
    width: 100%;
    background: #F7FBFF;
    border: none;
    transition: background 0.2s ease;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    text-align: left;
    color: #090909;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.frequently-questions__accordion h3 {
    cursor: pointer;
    padding: 0px;
    width: 100%;
    background: #F7FBFF;
    border: none;
    transition: background 0.2s ease;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    color: #090909;
    margin: 0;
}

.frequently-questions__accordion:not(:first-child) {
    margin-top: 20px;
}

.active,
.frequently-questions__accordion:hover {
    color: #B2114E;
}

.active,
.frequently-questions__accordion h3:hover {
    color: #B2114E;
}

.frequently-questions__accordion.active {
    color: #B2114E;
    padding: 16px 0px;
}

.frequently-questions__accordion.active h3{
    color: #B2114E;
}

.frequently-questions__panel {
    background: #F7FBFF;
    overflow: hidden;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.20000000298023224px;
    text-align: left;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease-out;
    pointer-events: none;
    color: #090909;
}

.active .frequently-questions__panel {
    height: auto;
}

.frequently-questions__accordion-image {
    border: 2px solid #B2114E;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #B1104E;
}
.frequently-questions__accordion-btn {
    margin-right: 14px;
}

.frequently-questions__accordion-image picture {
    display: flex;
    align-items: center;
    justify-content: center;
    filter: brightness(0) invert(1);
    transition: filter 0.3s linear;
    width: 44px;
}

.active .frequently-questions__accordion-image {
    background-color: white;
}

.active .frequently-questions__accordion-image picture {
    filter: none;
    transform: rotateX(180deg);
}

.frequently-questions__accordion-image svg path {
    fill: #090909;
}
.active .frequently-questions__accordion {
    color: #B2114E;
}
.price-block__title {
    font-size: 40px;
    font-weight: 300;
    line-height: 48px;
    letter-spacing: 2px;
    margin-bottom: 30px;
    text-align: center;
}

@media (max-width: 800px) {
    .price-block__title {
      font-size: 30px;
      font-weight: 300;
      line-height: 30.9px;
      letter-spacing: 1.5px;
      text-align: left;      
    }
}

@media (max-width: 800px) {
    .frequently-questions__accordion {
        font-weight: 700;
        line-height: 20px;
        text-align: left;
    }

   .frequently-questions__accordion h3 {
        font-weight: 700;
        line-height: 20px;
        text-align: left;
    }
    .frequently-questions__accordion-wrap:not(:last-child) {
        margin-bottom: 14px;
    }

    .frequently-questions__panel {
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0.2px;
        text-align: left;
    }
    .frequently-questions__accordion-wrap {
        padding: 0px 16px;
    }
    .frequently-questions__title {
        font-size: 30px;
        font-weight: 300;
        line-height: 30.9px;
        letter-spacing: 1.5px;
        text-align: center;
    }
    .frequently-questions {
        padding: 70px 0px;
    }
}

footer.footer {
    background-color: white;
    padding-top: 20px;
    margin-top: 20px;
}

.top-block--doctor {
    padding-top: 169px;
}

.review-block {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
    max-width: 1225px;
    margin: auto;
    margin-bottom: 40px;
    padding: 0 15px;
}

.review-block__item {
    background-color: #F0F6FB;
    padding: 20px 25px;
    border-radius: 10px;
    position: relative;
}

.review__item-name {
    font-size: 18px;
    font-weight: 550;
    line-height: 25px;
    color: #B1104E;
}

.review-block__item p {
    color: #090909B2;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    position: relative;
    z-index: 2;

}

.review__item-date {
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    color: #B1104E;
    position: absolute;
    bottom: 10px;
}

.review-title {
    text-align: center;
}

.review__item-img {
    position: absolute;
    right: 0;
    bottom: 0;
}

@media (max-width: 900px) {
    .review-block {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 575px) {
    .review-block {
        grid-template-columns: 1fr;
    }
    .review-block__item {
        padding: 10px 15px;
    }
}

.errPage {
    padding: 280px 0 120px;
}
.errPage-container {
    max-width: 585px;
    width: 100%;
    margin: 0 auto;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.errPage img {
    max-width: 575px;
    width: 100%;
}
.errPage hr {
    border: none;
    height: 1px;
    width: 100%;
    background: #740C3433;
    margin: 32px 0 24px;
}
.errPage p {
    margin: 0 0 28px 0;
    padding: 0;
    text-align: center;
    color: #003649;
}
.errPage__wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 20px;
}
.errPage__wrap a {
    flex: 0 1 calc(50% - 6px);
    font-size: 12px;
    font-weight: 550;
    color: #740C34;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 16px;
    border: 1px solid #B2114E;
}
.errPage__wrap a::after {
    content: '';
    display: block;
    width: 7px;
    height: 12px;
    background: url('/netcat_template/template/stimul_clinic_ru/img/errPage.svg');
    background-repeat: no-repeat;
}
.errPage__center a {
    padding: 16px 13px;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    display: block;
    background: #B2114E;
}
@media (max-width: 575px) {
    .errPage__wrap a {
        flex: 0 1 100%;
    }
    .errPage__center, .errPage__center a {
        width: 100%;
        text-align: center;
    }
}

.articles-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, 350px);
    gap: 15px;
    grid-auto-rows: 270px;
    margin-block-end: 50px;
    justify-content: center;
    margin-block-end: 50px;
}

.articles-block__title {
    font-size: 28px;
    color: #090909;
    margin-block: 50px 35px;
    text-align: center;
}

.articles-container .stati__item {
    height: 100%;
    border-radius: 10px;
}

.autocontent__upper-info {
    font-size: 15px;
    color: #B1104E;
    margin-block: 0px 10px;
    font-weight: 400;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
}



/* article-slider */
.article-slider {
    background-color: #F7FBFF;
    padding: 140px 0px;
    overflow: hidden;
    margin-top: 140px;
}

.article-slider__title {
    margin: 0;
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 120%;
    text-align: center;
    color: #090909;
}

.article-slider__item {
    display: block;
    border-radius: 6px;
    padding: 24px;
    box-shadow: 0 0 8px 0 rgba(138, 167, 197, 0.25);
    background: #FFFFFF;
    height: 100%;
    border: 1px solid transparent;
    transition: all 0.3s ease;
}

.article-slider__item:hover {
    border: 1px solid #B1104E;
}

.article-slider__item-text {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    color: #090909;
    margin: 0;
}

.article-slider__item-img {
    display: block;
    width: 100%;
    height: 200px;
    max-height: 200px;
    object-fit: cover;
    border-radius: 2px;
    margin-bottom: 20px;
}

.article-slider .mySwiper3 {
    width: 100%;
}

.article-slider .article-slider__container {
    position: relative;
    padding-top: 0;
}

.article-slider .swiper3-button-next, .article-slider .swiper3-button-prev {
    top: 50%;
}

.article-slider .mySwiper3 .swiper-pagination {
    display: block;
    margin-top: 40px;
    position: static;
}

.article-slider .mySwiper3 .swiper-slide {
    height: auto;
}

@media (max-width: 800px) {
    .article-slider {
        padding: 60px 0px;
        margin-top: 70px;
    }
    
    .article-slider__title {
        font-size: 30px;
        margin-bottom: 30px;
    }
    
    .article-slider__item {
        padding: 20px;
    }
    
    .article-slider__item-text {
        font-size: 16px;
    }
    
    .article-slider__item-img {
        margin-bottom: 16px;
    }
    
    .article-slider .mySwiper3 {
        overflow: visible;
    }

    .article-slider .mySwiper3 .swiper-pagination {
        margin-top: 20px;
    }
}

@media (max-width: 500px) {
    .article-slider__item-img {
        height: 140px;
        max-height: 140px;
    }
}


.site-btn--top {
    width: 100%;
    cursor: pointer;
}
