/*!
Theme Name: refresh-doctor
Author: Mars Morozov
Author URI: https://t.me/mmar22
Description: Website for iv-therapy clinics
Version: 1.3.0
*/
@font-face {
	font-family: "CeraPro";
	src: url("fonts/CeraPro-Medium.eot");
	src: url("fonts/CeraPro-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/CeraPro-Medium.woff") format("woff"), url("fonts/CeraPro-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
  }
  @font-face {
	font-family: "CeraPro";
	src: url("fonts/CeraPro-Regular.eot");
	src: url("fonts/CeraPro-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/CeraPro-Regular.woff") format("woff"), url("fonts/CeraPro-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
  }
  @font-face {
	font-family: "CeraPro";
	src: url("fonts/CeraPro-Bold.eot");
	src: url("fonts/CeraPro-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/CeraPro-Bold.woff") format("woff"), url("fonts/CeraPro-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
  }
  *, *:before, *:after {
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	   -moz-text-size-adjust: none;
		-ms-text-size-adjust: none;
			text-size-adjust: none;
  }
  
  footer, header, nav, section, main {
	display: block;
  }
  
  ol, ul {
	list-style: none;
  }
  
  blockquote, q {
	quotes: none;
  }
  
  blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
  }
  
  table {
	border-collapse: collapse;
	border-spacing: 0;
  }
  
  input {
	-webkit-appearance: none;
	border-radius: 0;
  }
  
  html {
	height: 100%;
  }
  
  a {
	text-decoration: none;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
  }
  
  .btnn {
	border-radius: 45px;
	background: #F5AF90;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	display: block;
	padding: 16px 20px;
	cursor: pointer;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
  }
  .btnn:hover {
	background: #90C4C6;
  }
  
  .popup-bl {
	scrollbar-width: thin;
	scrollbar-color: #606060 #181D24;
  }
  
  .popup-bl::-webkit-scrollbar {
	width: 2px;
  }
  
  .popup-bl::-webkit-scrollbar-track {
	background: #606060;
	width: 2px;
  }
  
  .popup-bl::-webkit-scrollbar-thumb {
	background-color: #181D24;
	border-radius: 2px;
  }
  
  .popups-wrap {
	z-index: -1;
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	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: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	overflow: hidden;
	overflow-y: auto;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 0;
  }
  
  .popups-wrap:after {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
  }
  
  .popups-bg {
	-webkit-transition: opacity 250ms ease 0ms;
	-o-transition: opacity 250ms ease 0ms;
	transition: opacity 250ms ease 0ms;
	-webkit-transition-delay: 300ms;
		 -o-transition-delay: 300ms;
			transition-delay: 300ms;
	pointer-events: none;
	will-change: opacity;
  }
  
  .popup-bl__ttl {
	color: #707074;
	text-align: center;
	font-size: 28px;
	font-weight: 400;
	line-height: 110%;
	text-transform: uppercase;
	margin-bottom: 20px;
  }
  .popup-bl__ttl span {
	color: #90C4C6;
  }
  
  .popup-bl {
	opacity: 0;
	-webkit-transform: scale(0.6);
		-ms-transform: scale(0.6);
			transform: scale(0.6);
	transition: opacity 250ms ease 0ms, -webkit-transform 250ms ease 0ms;
	-webkit-transition: opacity 250ms ease 0ms, -webkit-transform 250ms ease 0ms;
	-o-transition: opacity 250ms ease 0ms, transform 250ms ease 0ms;
	transition: opacity 250ms ease 0ms, transform 250ms ease 0ms;
	transition: opacity 250ms ease 0ms, transform 250ms ease 0ms, -webkit-transform 250ms ease 0ms;
	will-change: opacity;
	background: #FFFFFF;
	border-radius: 10px;
	padding: 50px;
	border: 2px solid #FFF;
	background: #FFF;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(69, 69, 69, 0.05), 0px 13px 29px 0px rgba(69, 69, 69, 0.05), 0px 52px 52px 0px rgba(69, 69, 69, 0.04), 0px 117px 70px 0px rgba(69, 69, 69, 0.03), 0px 207px 83px 0px rgba(69, 69, 69, 0.01), 0px 324px 91px 0px rgba(69, 69, 69, 0);
			box-shadow: 0px 0px 0px 0px rgba(69, 69, 69, 0.05), 0px 13px 29px 0px rgba(69, 69, 69, 0.05), 0px 52px 52px 0px rgba(69, 69, 69, 0.04), 0px 117px 70px 0px rgba(69, 69, 69, 0.03), 0px 207px 83px 0px rgba(69, 69, 69, 0.01), 0px 324px 91px 0px rgba(69, 69, 69, 0);
	-webkit-backdrop-filter: blur(7.5px);
			backdrop-filter: blur(7.5px);
	position: relative;
	z-index: 1;
	width: 575px;
	max-width: 100%;
	right: -10000px;
	position: absolute;
	overflow-y: auto;
  }
  .popup-bl p {
	font-size: 16px;
	font-weight: 400;
	line-height: 120%;
	text-align: center;
	margin-bottom: 30px;
  }
  .popup-bl .new-form {
	-webkit-box-shadow: none;
			box-shadow: none;
	padding: 0;
  }
  .popup-bl .new-form form input[type=text].new-form__user, .popup-bl .new-form form input[type=tel].new-form__phone, .popup-bl .new-form form input[type=email].new-form__user, .new-form form textarea {
	width: 100%;
	margin-bottom: 22px;
	background-color: #F5F5F5;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(188, 188, 188, 0.1) inset, 0px 2px 5px 0px rgba(188, 188, 188, 0.1) inset, 0px 10px 10px 0px rgba(188, 188, 188, 0.09) inset;
			box-shadow: 0px 0px 0px 0px rgba(188, 188, 188, 0.1) inset, 0px 2px 5px 0px rgba(188, 188, 188, 0.1) inset, 0px 10px 10px 0px rgba(188, 188, 188, 0.09) inset;
  }
  .popup-bl .new-form form .btnn {
	width: 100%;
  }
  .popup-bl .new-form form .chk span {
	color: #707074;
  }
  .popup-bl .new-form form .chk input + span:before {
	background: #90C4C6;
  }
  .popup-bl .new-form form .chk input:checked + span:after {
	background: url(images/dest/sprite.svg#check2) no-repeat center center;
  }
  
  .popup-bl__close {
	width: 26px;
	height: 26px;
	background: url(images/dest/sprite.svg#close2) no-repeat center center;
	background-size: 100%;
	border-radius: 100%;
	position: absolute;
	right: 15px;
	top: 15px;
	cursor: pointer;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
  }
  .popup-bl__close:hover {
	opacity: 0.8;
  }
  
  body.show-popups-preload .popups-bg,
  body.show-popups .popups-bg {
	z-index: 900;
	opacity: 1;
	width: 100%;
  }
  
  body.show-popups-preload .popups-wrap,
  body.show-popups .popups-wrap {
	z-index: 901;
	opacity: 1;
	width: 100%;
  }
  
  body.show-popups .popup-bl.show {
	opacity: 1;
	z-index: 903;
	display: block;
	right: auto;
	left: auto;
	margin: 0 auto;
	-webkit-transform: scale(1);
		-ms-transform: scale(1);
			transform: scale(1);
  }
  
  body.show-popups-preload .popups-bg,
  body.show-popups .popups-bg {
	-webkit-transition-delay: 0ms;
		 -o-transition-delay: 0ms;
			transition-delay: 0ms;
  }
  
  body.show-popups-preload .popup-bl,
  body.show-popups .popup-bl {
	-webkit-transition-delay: 200ms;
		 -o-transition-delay: 200ms;
			transition-delay: 200ms;
  }
  
  html.show-popups {
	overflow: hidden;
  }
  
  button {
	border: none;
  }
  
  body {
	font-family: CeraPro, sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #707074;
	position: relative;
	overflow-x: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	height: 100%;
	background: #F5F5F5;
  }
  
  .content-area {
	-webkit-box-flex: 1;
		-ms-flex: 1 0 auto;
			flex: 1 0 auto;
	position: relative;
  }
  
  .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
  }
  
  .inner-page {
	max-width: 1200px;
	color: #707074;
	margin: 0 auto;
  }
  
  header {
	padding: 20px 0;
  }
  header .logo {
	max-width: 45px;
  }
  header .logo img {
	max-width: 100%;
  }
  header .row {
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
  }
  
  .header__btns ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
  }
  .header__btns ul li {
	margin: 0 10px;
  }
  .header__btns ul a {
	color: #90C4C6;
	font-size: 16px;
	font-weight: 400;
	line-height: 120%;
	border-bottom: 1px solid #90C4C6;
  }
  .header__btns ul a:hover {
	color: #F5AF90;
	border-bottom: 1px solid #F5AF90;
  }
  
  .header__citybl {
	position: relative;
  }
  
  .header__cities {
	position: absolute;
	border-radius: 20px;
	background: #FFF;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(64, 64, 64, 0.15), 0px 1px 2px 0px rgba(64, 64, 64, 0.15), 0px 23px 7px 0px rgba(64, 64, 64, 0);
			box-shadow: 0px 0px 0px 0px rgba(64, 64, 64, 0.15), 0px 1px 2px 0px rgba(64, 64, 64, 0.15), 0px 23px 7px 0px rgba(64, 64, 64, 0);
	padding: 15px;
	width: 185px;
	top: 50px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	left: -10000px;
	z-index: 1;
  }
  .header__cities a {
	color: #707074;
	font-size: 16px;
	font-weight: 400;
	line-height: 120%;
  }
  .header__cities a:hover {
	color: #90C4C6;
  }
  
  .header__city.active + .header__cities {
	left: 0;
  }
  
  .header__city {
	display: block;
	border-radius: 30px;
	background: #FFF;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(64, 64, 64, 0.15), 0px 1px 2px 0px rgba(64, 64, 64, 0.15), 0px 23px 7px 0px rgba(64, 64, 64, 0);
			box-shadow: 0px 0px 0px 0px rgba(64, 64, 64, 0.15), 0px 1px 2px 0px rgba(64, 64, 64, 0.15), 0px 23px 7px 0px rgba(64, 64, 64, 0);
	padding: 10px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	color: #707074;
	font-size: 18px;
	font-weight: 400;
	line-height: 120%;
  }
  .header__city:after {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	border-radius: 100%;
	background: #90C4C6 url(images/dest/sprite.svg#btm) no-repeat center 0;
	-webkit-filter: drop-shadow(0px 0px 0px rgba(64, 64, 64, 0.15)) drop-shadow(0px 1px 2px rgba(64, 64, 64, 0.15)) drop-shadow(0px 23px 7px rgba(64, 64, 64, 0));
			filter: drop-shadow(0px 0px 0px rgba(64, 64, 64, 0.15)) drop-shadow(0px 1px 2px rgba(64, 64, 64, 0.15)) drop-shadow(0px 23px 7px rgba(64, 64, 64, 0));
	background-size: 23px;
	margin-left: 5px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
  }
  .header__city:hover:after {
	background: #F5AF90 url(images/dest/sprite.svg#btm) no-repeat center 0;
	background-size: 23px;
  }
  
  .header__right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
  }
  
  .header__city.active:after {
	background: #F5AF90 url(images/dest/sprite.svg#btm) no-repeat center 0;
	background-size: 23px;
	-webkit-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
			transform: rotate(-180deg);
  }
  
  .header__soc ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
  }
  .header__soc li {
	margin: 0 7px;
  }
  .header__soc a {
	width: 42px;
	height: 42px;
	border-radius: 25px;
	background: #FFF;
	display: block;
	color: #F5AF90;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	line-height: 120%;
	text-transform: uppercase;
	line-height: 42px;
  }
  .header__soc a:hover {
	color: #90C4C6;
  }
  
  .header__phone {
	color: #707074;
	font-size: 18px;
	font-weight: 400;
	line-height: 45px;
	text-transform: uppercase;
	padding-left: 50px;
	position: relative;
  }
  .header__phone:before {
	content: "";
	display: block;
	width: 42px;
	height: 42px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 100%;
	-webkit-filter: drop-shadow(0px 0px 0px rgba(64, 64, 64, 0.15)) drop-shadow(0px 1px 2px rgba(64, 64, 64, 0.15)) drop-shadow(0px 23px 7px rgba(64, 64, 64, 0));
			filter: drop-shadow(0px 0px 0px rgba(64, 64, 64, 0.15)) drop-shadow(0px 1px 2px rgba(64, 64, 64, 0.15)) drop-shadow(0px 23px 7px rgba(64, 64, 64, 0));
	background: #fff url(images/dest/sprite.svg#phone) no-repeat center -1px;
	background-size: 120%;
  }
  .header__phone:hover {
	color: #90C4C6;
  }
  
  .menu {
	margin-top: 20px;
  }
  .menu li {
	position: relative;
  }
  .menu > ul {
	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;
	border-radius: 50px;
	background: #FFF;
	padding-right: 40px;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(64, 64, 64, 0.15), 0px 1px 2px 0px rgba(64, 64, 64, 0.15), 0px 23px 7px 0px rgba(64, 64, 64, 0);
			box-shadow: 0px 0px 0px 0px rgba(64, 64, 64, 0.15), 0px 1px 2px 0px rgba(64, 64, 64, 0.15), 0px 23px 7px 0px rgba(64, 64, 64, 0);
  }
  .menu > ul ul {
	position: absolute;
	left: -2000px;
	border-radius: 20px;
	background: #90C4C6;
	padding: 20px 30px;
	width: 100%;
	top: 70px;
	z-index: 1;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
  }
  .menu > ul ul a {
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 120%;
	width: 100%;
	background: url(images/dest/sprite.svg#arr) no-repeat center right;
	background-size: 17px;
	display: block;
	margin-bottom: 9px;
  }
  .menu > ul ul a:hover {
	color: #fff;
	opacity: 0.7;
  }
  .menu > ul a {
	color: #707074;
	font-size: 18px;
	font-weight: 400;
	line-height: 120%;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
  }
  .menu > ul a:hover {
	color: #90C4C6;
  }
  
  .menu > ul > li:first-child > a:first-of-type {
	border-radius: 45px;
	background: #F5AF90;
	padding: 21px 40px;
	color: #FFF !important;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
  }
  .menu > ul > li:first-child > a:first-of-type:after {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	background: #fff url(images/dest/sprite.svg#btm2) no-repeat center 0px;
	border-radius: 100%;
	background-size: 23px;
	margin-left: 10px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
  }
  .menu > ul > li:first-child > a:first-of-type:hover {
	background: #90C4C6;
  }
  .menu > ul > li:first-child > a:first-of-type:hover:after {
	background: #fff url(images/dest/sprite.svg#btm4) no-repeat center 0px;
	background-size: 23px;
  }
  .menu > ul > li:first-child > a:first-of-type.active {
	background: #90C4C6;
  }
  .menu > ul > li:first-child > a:first-of-type.active:after {
	background: #fff url(images/dest/sprite.svg#btm4) no-repeat center 0px;
	background-size: 23px;
	-webkit-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
			transform: rotate(-180deg);
  }
  
  .menu > ul > li:first-child > a:first-of-type.active + ul {
	left: 0;
  }
  
  .breadcrimbs {
	margin-top: 20px;
  }
  .breadcrimbs ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
  }
  .breadcrimbs li {
	margin-right: 8px;
	color: #707074;
	font-size: 16px;
	font-weight: 500;
	line-height: 120%;
  }
  .breadcrimbs li:nth-last-of-type(2) a:after {
	background: #fff url(images/dest/sprite.svg#bread2) no-repeat center -1px;
	background-size: 23px;
  }
  .breadcrimbs a {
	color: #707074;
	font-size: 16px;
	font-weight: 400;
	line-height: 120%;
	padding-right: 28px;
	position: relative;
  }
  .breadcrimbs a:after {
	content: "";
	width: 18px;
	height: 18px;
	background: #fff url(images/dest/sprite.svg#bread) no-repeat center -1px;
	background-size: 23px;
	position: absolute;
	border-radius: 100%;
	right: 0;
	top: 2px;
	-webkit-filter: drop-shadow(0px 0px 0px rgba(64, 64, 64, 0.15)) drop-shadow(0px 1px 2px rgba(64, 64, 64, 0.15)) drop-shadow(0px 23px 7px rgba(64, 64, 64, 0));
			filter: drop-shadow(0px 0px 0px rgba(64, 64, 64, 0.15)) drop-shadow(0px 1px 2px rgba(64, 64, 64, 0.15)) drop-shadow(0px 23px 7px rgba(64, 64, 64, 0));
  }
  .breadcrimbs a:hover {
	color: #F5AF90;
  }
  
  .main-slide {
	margin-top: 30px;
  }
  
  .main-slide__left {
	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: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: flex-start;
	width: 56%;
	padding-top: 30px;
  }
  .main-slide__left p {
	color: #707074;
	font-size: 18px;
	font-weight: 400;
	line-height: 120%;
  }
  .main-slide__left p + p {
	margin-top: 10px;
  }
  .main-slide__left p b {
	font-weight: 700;
  }
  .main-slide__left h1 {
	color: #707074;
	font-size: 60px;
	font-weight: 400;
	line-height: 105%;
	letter-spacing: -0.6px;
	text-transform: uppercase;
  }
  .main-slide__left h1 span {
	color: #90C4C6;
  }
  
  .main-slide__fire {
	color: #90C4C6;
	font-size: 16px;
	font-weight: 500;
	line-height: 120%;
	text-transform: uppercase;
	padding: 10px 13px 10px 40px;
	border-radius: 7px;
	background: #FFF url(images/dest/fire.png) no-repeat 13px center;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.02), 0px 4px 9px 0px rgba(0, 0, 0, 0.02), 0px 16px 16px 0px rgba(0, 0, 0, 0.02), 0px 37px 22px 0px rgba(0, 0, 0, 0.01), 0px 66px 26px 0px rgba(0, 0, 0, 0), 0px 102px 29px 0px rgba(0, 0, 0, 0);
			box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.02), 0px 4px 9px 0px rgba(0, 0, 0, 0.02), 0px 16px 16px 0px rgba(0, 0, 0, 0.02), 0px 37px 22px 0px rgba(0, 0, 0, 0.01), 0px 66px 26px 0px rgba(0, 0, 0, 0), 0px 102px 29px 0px rgba(0, 0, 0, 0);
  }
  
  .main-slide__order {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	border-radius: 55px;
	border: 2px solid #FFF;
	background: rgba(255, 255, 255, 0.4);
	-webkit-box-shadow: 0px 0px 0px 0px rgba(69, 69, 69, 0.05), 0px 13px 29px 0px rgba(69, 69, 69, 0.05), 0px 52px 52px 0px rgba(69, 69, 69, 0.04), 0px 117px 70px 0px rgba(69, 69, 69, 0.03), 0px 207px 83px 0px rgba(69, 69, 69, 0.01), 0px 324px 91px 0px rgba(69, 69, 69, 0);
			box-shadow: 0px 0px 0px 0px rgba(69, 69, 69, 0.05), 0px 13px 29px 0px rgba(69, 69, 69, 0.05), 0px 52px 52px 0px rgba(69, 69, 69, 0.04), 0px 117px 70px 0px rgba(69, 69, 69, 0.03), 0px 207px 83px 0px rgba(69, 69, 69, 0.01), 0px 324px 91px 0px rgba(69, 69, 69, 0);
	-webkit-backdrop-filter: blur(7.5px);
			backdrop-filter: blur(7.5px);
	padding: 15px 40px 15px 15px;
	width: 100%;
  }
  .main-slide__order .btnn {
	padding: 27px 40px;
	width: 230px;
  }
  
  .main-slide__oprice, .main-slide__nprice {
	padding: 0 18px;
	text-align: center;
  }
  .main-slide__oprice span, .main-slide__nprice span {
	color: #707074;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
  }
  
  .main-slide__price {
	color: #707074;
	font-size: 28px;
	font-weight: 500;
	line-height: 110%;
	letter-spacing: -0.28px;
	text-transform: uppercase;
	white-space: nowrap;
  }
  
  .main-slide__nprice {
	border-left: 1px solid #707074;
  }
  .main-slide__nprice .main-slide__price {
	color: #90C4C6;
  }
  
  .main-slide__oprice .main-slide__price {
	position: relative;
  }
  .main-slide__oprice .main-slide__price:before {
	content: "";
	border-bottom: 2px solid #FF5052;
	position: absolute;
	width: 100%;
	height: 50%;
	-webkit-transform: rotate(-12deg);
		-ms-transform: rotate(-12deg);
			transform: rotate(-12deg);
  }
  
  .main-slide__sale {
	width: 75px;
	height: 35px;
	background: url(images/dest/sale.svg) no-repeat center center;
	background-size: 100%;
	text-align: center;
	color: #707074;
	font-size: 20px;
	font-weight: 400;
	line-height: 35px;
	padding-left: 10px;
  }
  
  .main-slide__right {
	width: 40%;
	position: relative;
  }
  .main-slide__right > img {
	display: block;
	margin: 0 auto;
	max-width: 80%;
  }
  
  .main-slide__iconbl {
	position: absolute;
	color: #707074;
	font-size: 16px;
	font-weight: 400;
	line-height: 120%;
	z-index: 1;
	padding: 10px 20px 10px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
  }
  .main-slide__iconbl:first-of-type {
	left: 0;
	top: 60px;
  }
  .main-slide__iconbl:nth-of-type(2) {
	right: 0;
	top: 32%;
  }
  .main-slide__iconbl:nth-of-type(3) {
	left: 0;
	bottom: 32%;
  }
  .main-slide__iconbl:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 35px;
	border: 1px solid #FFF;
	background: rgba(255, 255, 255, 0.7);
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
			box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
	-webkit-backdrop-filter: blur(7.5px);
			backdrop-filter: blur(7.5px);
	z-index: -1;
  }
  
  .main-slide__icon {
	width: 50px;
	height: 50px;
	border-radius: 30px;
	background: #F5AF90;
	text-align: center;
	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;
	margin-right: 10px;
  }
  
  .problems .h2_n {
	text-align: left;
	font-size: 55px;
  }
  .problems .row + .row {
	margin-top: 35px;
  }
  
  .problems-bl__left {
	width: 25%;
	border-radius: 30px 40px 0px 30px;
	background: #FFF;
	padding: 65px 40px 65px 50px;
  }
  .problems-bl__left .btnn {
	width: 150px;
  }
  
  .problems-bl__right {
	width: 75%;
	border-radius: 40px 30px 30px 0px;
	background: #FFF;
	padding: 50px 0;
  }
  .problems-bl__right .swiper-slide p {
	font-size: 16px;
	font-weight: 400;
	line-height: 120%;
  }
  
  .problems-slider {
	padding-right: 70px !important;
	padding-left: 70px !important;
	margin-right: -20px !important;
	margin-left: -20px !important;
  }
  .problems-slider .swiper-slide {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
  }
  .problems-slider .swiper-button-disabled {
	display: none;
  }
  .problems-slider .swiper-slide-next + .swiper-slide + .swiper-slide + .swiper-slide, .problems-slider .swiper-slide-prev {
	opacity: 0;
  }
  
  .problems-bl__ttl {
	font-size: 28px;
	font-weight: 400;
	line-height: 105%;
	letter-spacing: -0.28px;
	text-transform: uppercase;
	margin-bottom: 30px;
  }
  .problems-bl__ttl span {
	color: #90C4C6;
  }
  
  .problems-slider__img {
	border-radius: 10px;
	border: 1px solid #90C4C6;
	width: 138px;
	height: 138px;
	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;
	margin-bottom: 10px;
  }
  .problems-slider__img img {
	margin: 0 auto;
	display: block;
	height: 62px;
  }
  
  .problems-bl {
	max-width: 1010px;
	margin: 0 auto;
  }
  
  .swiper-button-next, .swiper-button-prev {
	width: 48px !important;
	height: 48px !important;
	background: url(images/dest/next.svg) no-repeat center center;
	background-size: 100%;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
  }
  
  .swiper-button-prev {
	-webkit-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
			transform: rotate(-180deg);
	left: 0 !important;
  }
  
  .swiper-button-next {
	right: 0 !important;
  }
  
  .swiper-button-next:after, .swiper-button-prev:after {
	display: none;
  }
  
  .h2_n {
	text-align: center;
	color: #707074;
	text-align: center;
	font-size: 50px;
	font-weight: 400;
	line-height: 110%;
	letter-spacing: -0.5px;
	text-transform: uppercase;
	margin-bottom: 50px;
  }
  .h2_n span {
	color: #90C4C6;
  }
  .h2_n + p {
	color: #707074;
	font-size: 18px;
	font-weight: 400;
	line-height: 110%;
	text-transform: uppercase;
	text-align: center;
  }
  
  .results {
	margin-top: 50px;
  }
  .results ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	max-width: 935px;
	margin: 0 auto;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
  }
  .results li {
	border-radius: 10px;
	border: 1px solid #FFF;
	background: rgba(255, 255, 255, 0.8);
	-webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.05);
			box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.05);
	padding: 12px 13px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
  }
  
  .results__num {
	width: 35px;
	height: 35px;
	border-radius: 20px;
	border: 1px solid #F5AF90;
	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;
	color: #F5AF90;
	font-size: 16px;
	font-weight: 500;
	line-height: 120%;
	margin-right: 10px;
  }
  
  .structure .row {
	max-width: 1010px;
	margin: 0 auto;
  }
  .structure .h2_n {
	margin-bottom: 60px;
  }
  
  .structure-item {
	padding: 20px 30px 58px 30px;
	border-radius: 10px 10px 0px 0px;
	width: 31%;
	padding: 90px 30px 40px;
	background: #FFF url(images/dest/str.svg) no-repeat center 20px;
	background-size: 52px;
	text-align: center;
  }
  .structure-item p {
	font-size: 16px;
	font-weight: 500;
	line-height: 120%;
  }
  .structure-item p b {
	font-weight: 700;
  }
  
  .structure-item__ttl {
	color: #90C4C6;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	line-height: 120%;
	text-transform: uppercase;
	margin-bottom: 20px;
  }
  
  .new-form_blue {
	background: #90C4C6;
  }
  .new-form_blue .btnn:hover {
	background: #F5AF90;
	opacity: 0.8;
  }
  
  .new-form.new-form_red {
	background: #F5AF90;
	padding: 50px;
	max-width: 1200px;
  }
  .new-form.new-form_red .h2_n {
	color: #fff;
	text-align: left;
	margin-bottom: 30px;
  }
  .new-form.new-form_red .reviews__left {
	width: 90%;
	margin-bottom: 30px;
  }
  .new-form.new-form_red .reviews__left p {
	text-align: left;
	color: #fff;
	margin-bottom: 0;
  }
  .new-form.new-form_red .reviews__img {
	background: url(images/dest/sprite.svg#next-wh) no-repeat center right;
  }
  .new-form.new-form_red form {
	max-width: 100%;
  }
  .new-form.new-form_red .btnn {
	background: #90C4C6;
	width: 32%;
  }
  .new-form.new-form_red .btnn:hover {
	opacity: 0.8;
  }
  .new-form.new-form_red form .wpcf7-form-control-wrap {
	width: 32%;
  }
  .new-form.new-form_red form .chk .wpcf7-form-control-wrap {
	width: 100%;
  }
  .new-form.new-form_red form .wpcf7-form-control-wrap input[type=text], .new-form.new-form_red form .wpcf7-form-control-wrap input[type=tel], .new-form.new-form_red form .wpcf7-form-control-wrap input[type=email] {
	width: 100%;
  }
  
  .open-menu {
	overflow: hidden;
  }
  
  .new-form {
	max-width: 1120px;
	margin: 0 auto;
	border-radius: 10px;
	padding: 40px 0;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(64, 64, 64, 0.15), 0px 1px 2px 0px rgba(64, 64, 64, 0.15), 0px 23px 7px 0px rgba(64, 64, 64, 0);
			box-shadow: 0px 0px 0px 0px rgba(64, 64, 64, 0.15), 0px 1px 2px 0px rgba(64, 64, 64, 0.15), 0px 23px 7px 0px rgba(64, 64, 64, 0);
  }
  .new-form p {
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 120%;
	margin-bottom: 25px;
  }
  .new-form b {
	font-weight: 500;
  }
  .new-form form {
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	max-width: 895px;
	margin: 0 auto;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
  }
  .new-form form input[type=text], .new-form form input[type=tel], .new-form form input[type=email], .new-form form textarea  {
	-webkit-box-shadow: 0px 0px 0px 0px rgba(188, 188, 188, 0.1) inset, 0px 2px 5px 0px rgba(188, 188, 188, 0.1) inset, 0px 10px 10px 0px rgba(188, 188, 188, 0.09) inset;
			box-shadow: 0px 0px 0px 0px rgba(188, 188, 188, 0.1) inset, 0px 2px 5px 0px rgba(188, 188, 188, 0.1) inset, 0px 10px 10px 0px rgba(188, 188, 188, 0.09) inset;
	width: 285px;
	height: 74px;
	background: #fff;
	border-radius: 40px;
	border: none;
	font-family: CeraPro, sans-serif;
	color: #707074;
	padding-left: 60px;
	padding-right: 20px;
	font-size: 16px;
  }
  .new-form form textarea {
	width: 100%;
	border-radius: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	height: 150px;
	background-color: #F5F5F5;
  }

  #askquestion .wpcf7-form-control-wrap {
	width: 100%;
  }

  .new-form form input[type=text]:focus, .new-form form input[type=tel]:focus, .new-form form input[type=email]:focus, .new-form form textarea:focus {
	border: solid 1px #90C4C6;
	outline: none;
  }
  .new-form form input[type=text]::-webkit-input-placeholder, .new-form form input[type=tel]::-webkit-input-placeholder, .new-form form input[type=email]::-webkit-input-placeholder, .new-form form textarea::-webkit-input-placeholder {
	color: #BDBDBD;
	font-size: 16px;
	font-weight: 300;
	font-family: CeraPro, sans-serif;
  }
  .new-form form input[type=text]::-moz-placeholder, .new-form form input[type=tel]::-moz-placeholder, .new-form form input[type=email]::-moz-placeholder, .new-form form textarea::-moz-placeholder {
	color: #BDBDBD;
	font-size: 16px;
	font-weight: 300;
	font-family: CeraPro, sans-serif;
  }
  .new-form form input[type=text]:-ms-input-placeholder, .new-form form input[type=tel]:-ms-input-placeholder, .new-form form input[type=email]:-ms-input-placeholder, .new-form form textarea:-ms-input-placeholder {
	color: #BDBDBD;
	font-size: 16px;
	font-weight: 300;
	font-family: CeraPro, sans-serif;
  }
  .new-form form input[type=text]::-ms-input-placeholder, .new-form form input[type=tel]::-ms-input-placeholder, .new-form form input[type=email]::-ms-input-placeholder, .new-form form textarea::-ms-input-placeholder {
	color: #BDBDBD;
	font-size: 16px;
	font-weight: 300;
	font-family: CeraPro, sans-serif;
  }
  .new-form form input[type=text]::placeholder, .new-form form input[type=tel]::placeholder, .new-form form input[type=email]::placeholder, .new-form form textarea::placeholder {
	color: #BDBDBD;
	font-size: 16px;
	font-weight: 300;
	font-family: CeraPro, sans-serif;
  }
  .new-form form input[type=text].new-form__user, .new-form form input[type=tel].new-form__user, .new-form form input[type=email].new-form__user {
	background: #fff url(images/dest/sprite.svg#user) no-repeat 30px center;
	background-size: 21px;
  }
  .new-form form input[type=text].new-form__phone, .new-form form input[type=tel].new-form__phone, .new-form form input[type=email].new-form__phone {
	background: #fff url(images/dest/sprite.svg#phone2) no-repeat 30px center;
	background-size: 21px;
  }
  .new-form form .btnn {
	border: none;
	width: 285px;
	height: 74px;
  }
  .new-form form .chk {
	margin-top: 10px;
  }
  .new-form form .chk input {
	display: none;
	opacity: 0;
  }
  .new-form form .chk span {
	color: #FFF;
	font-size: 12px;
	font-style: italic;
	font-weight: 400;
	line-height: 120%;
	display: block;
	position: relative;
	padding-left: 18px;
  }
  .new-form form .chk input + span:before {
	content: "";
	display: block;
	width: 13px;
	height: 13px;
	padding: 4px 2px 3px 2px;
	border-radius: 3px;
	background: #FFF;
	position: absolute;
	left: 0;
	top: 0;
  }
  .new-form form .chk input:checked + span:after {
	content: "";
	display: block;
	width: 13px;
	height: 13px;
	background: url(images/dest/sprite.svg#check) no-repeat center center;
	background-size: 9px;
	position: absolute;
	left: 0;
	top: 0;
  }
  
  .new-form__ttl {
	margin-bottom: 20px;
	color: #FFF;
	font-size: 28px;
	font-weight: 400;
	line-height: 100%;
	text-transform: uppercase;
	text-align: center;
  }
  
  .more-info .row + .row {
	margin-top: 50px;
  }
  .more-info .h2_n {
	text-align: left;
	margin-bottom: 30px;
  }
  
  .more-info__txt {
	padding: 10px 13px;
	border-radius: 7px;
	background: #FFF;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.02), 0px 4px 9px 0px rgba(0, 0, 0, 0.02), 0px 16px 16px 0px rgba(0, 0, 0, 0.02), 0px 37px 22px 0px rgba(0, 0, 0, 0.01), 0px 66px 26px 0px rgba(0, 0, 0, 0), 0px 102px 29px 0px rgba(0, 0, 0, 0);
			box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.02), 0px 4px 9px 0px rgba(0, 0, 0, 0.02), 0px 16px 16px 0px rgba(0, 0, 0, 0.02), 0px 37px 22px 0px rgba(0, 0, 0, 0.01), 0px 66px 26px 0px rgba(0, 0, 0, 0), 0px 102px 29px 0px rgba(0, 0, 0, 0);
	color: #90C4C6;
	font-size: 16px;
	font-weight: 500;
	line-height: 120%;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 50px;
  }
  
  .more-info__left {
	border-radius: 30px 40px 0px 30px;
	background: #FFF;
	padding: 30px 30px 15px;
	width: 41%;
	border-right: solid 1px #90C4C6;
  }
  .more-info__left p {
	font-size: 18px;
	font-weight: 400;
	line-height: 120%;
	margin-bottom: 20px;
  }
  .more-info__left li:last-of-type {
	margin-bottom: 0;
  }
  .more-info__left li {
	font-size: 16px;
	font-weight: 400;
	line-height: 120%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	padding-left: 24px;
	position: relative;
	margin-bottom: 10px;
  }
  .more-info__left li:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 17px;
	height: 17px;
	border-radius: 25px;
	border: 1px solid #FFF;
	background: #F5AF90 url(images/dest/sprite.svg#check2) no-repeat center center;
	background-size: 9px;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(64, 64, 64, 0.15), 0px 1px 2px 0px rgba(64, 64, 64, 0.15), 0px 23px 7px 0px rgba(64, 64, 64, 0);
			box-shadow: 0px 0px 0px 0px rgba(64, 64, 64, 0.15), 0px 1px 2px 0px rgba(64, 64, 64, 0.15), 0px 23px 7px 0px rgba(64, 64, 64, 0);
  }
  
  .more-info__right {
	border-radius: 40px 30px 30px 0px;
	background: #FFF;
	padding: 30px 30px 15px;
	width: 59%;
  }
  .more-info__right p {
	font-size: 16px;
	font-weight: 400;
	line-height: 120%;
  }
  
  .more-info__ttl {
	color: #90C4C6;
	font-size: 18px;
	font-weight: 500;
	line-height: 105%;
	letter-spacing: -0.18px;
	text-transform: uppercase;
	margin-bottom: 15px;
  }
  
  .more-info__btm {
	margin-top: 50px;
	border-top: 1px solid #90C4C6;
	padding-top: 30px;
  }
  
  .more-info__action ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	overflow-x: auto;
	scrollbar-width: thin;
	scrollbar-color: #cfcfcf #90C4C6;
	padding-bottom: 20px;
  }
  .more-info__action ul::-webkit-scrollbar {
	height: 8px;
  }
  .more-info__action ul::-webkit-scrollbar-track {
	background: #cfcfcf;
	height: 6px;
  }
  .more-info__action ul::-webkit-scrollbar-thumb {
	cursor: pointer;
	background-color: #90C4C6;
	border-radius: 6px;
  }
  .more-info__action li {
	border-radius: 20px;
	border: 1px solid #707074;
	font-size: 16px;
	font-weight: 400;
	line-height: 120%;
	padding: 10px 20px;
	margin-right: 15px;
  }
  
  .more-info__plus {
	border-radius: 20px;
	background: #90C4C6;
	padding: 30px;
	width: 48%;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 120%;
  }
  .more-info__plus li {
	padding-left: 24px;
	position: relative;
	margin-bottom: 12px;
  }
  .more-info__plus li:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 17px;
	height: 17px;
	border-radius: 25px;
	border: 1px solid #FFF;
	background: #fff url(images/dest/sprite.svg#check) no-repeat center center;
	background-size: 9px;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(64, 64, 64, 0.15), 0px 1px 2px 0px rgba(64, 64, 64, 0.15), 0px 23px 7px 0px rgba(64, 64, 64, 0);
			box-shadow: 0px 0px 0px 0px rgba(64, 64, 64, 0.15), 0px 1px 2px 0px rgba(64, 64, 64, 0.15), 0px 23px 7px 0px rgba(64, 64, 64, 0);
  }
  
  .more-info__minus {
	border-radius: 20px;
	background: #F5AF90;
	padding: 30px;
	width: 48%;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 120%;
  }
  .more-info__minus li {
	padding-left: 24px;
	position: relative;
	margin-bottom: 12px;
  }
  .more-info__minus li:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 17px;
	height: 17px;
	background: url(images/dest/sprite.svg#close) no-repeat center center;
	background-size: 100%;
  }
  
  .more-info__ttl2 {
	font-size: 28px;
	font-weight: 400;
	line-height: 105%;
	letter-spacing: -0.28px;
	text-transform: uppercase;
	margin-bottom: 20px;
  }
  
  .reviews {
	padding: 60px 0;
	background: #fff;
  }
  .reviews .row + .row {
	margin-top: 30px;
  }
  .reviews .h2_n {
	text-align: left;
	margin-bottom: 0;
  }
  
  .reviews__rating {
	border-radius: 10px;
	background: #F5F5F5;
	padding: 15px;
  }
  .reviews__rating p {
	margin-top: 15px;
	font-size: 16px;
  }
  
  .reviews__stars {
	padding-left: 32px;
	background: url(images/dest/sprite.svg#yandex) no-repeat center left;
	background-size: 24px;
	font-size: 24px;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: -0.24px;
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
  }
  .reviews__stars ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	margin-left: 8px;
  }
  .reviews__stars li {
	width: 15px;
	height: 15px;
	background: url(images/dest/sprite.svg#star) no-repeat center center;
	background-size: 100%;
	margin-right: 5px;
  }
  
  .row_ait {
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: flex-start;
  }
  
  .reviews__left {
	width: 63%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
  }
  .reviews__left p {
	color: #707074;
	font-size: 18px;
	font-weight: 400;
	line-height: 110%;
	text-transform: uppercase;
	width: calc(100% - 100px);
  }
  .reviews__left p b {
	font-weight: 700;
  }
  
  .reviews__img {
	padding-right: 50px;
	background: url(images/dest/sprite.svg#next) no-repeat center right;
	background-size: 61px;
	margin-right: 20px;
  }
  .reviews__img img {
	width: 61px;
	height: 61px;
	border-radius: 30px;
	overflow: hidden;
	-o-object-fit: cover;
	   object-fit: cover;
  }
  
  .reviews__img2 {
	background: url(images/dest/sprite.svg#lightning) no-repeat center right;
	background-size: auto 116%;
  }
  
  .reviews__right {
	padding-right: 40px;
  }
  .reviews__right .btnn {
	padding: 28px;
	width: 285px;
  }
  
  .reviews__num {
	font-size: 75px;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: -2.25px;
	text-transform: uppercase;
  }
  .reviews__num span {
	font-size: 60px;
	font-weight: 500;
	line-height: 100%;
	text-transform: uppercase;
	color: #90C4C6;
  }
  
  .reviews__positive {
	font-size: 18px;
	font-weight: 400;
	line-height: 110%;
	-webkit-text-decoration-line: underline;
			text-decoration-line: underline;
  }
  
  .reviews-item {
	border-radius: 15px;
	background: #F5F5F5;
	padding: 20px;
	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: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
  }
  .reviews-item:nth-of-type(2) {
	margin-top: 30px;
  }
  
  .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	-webkit-filter: grayscale(1) !important;
			filter: grayscale(1) !important;
  }
  
  .reviews-slider {
	margin-top: 50px;
	padding-bottom: 70px !important;
  }
  .reviews-slider .swiper-button-next, .reviews-slider .swiper-button-prev {
	top: auto !important;
	bottom: 0 !important;
  }
  .reviews-slider .swiper-button-next {
	right: 47% !important;
	margin-right: -24px;
  }
  .reviews-slider .swiper-button-prev {
	left: 47% !important;
	margin-left: -24px;
  }
  .reviews-slider .swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	height: auto;
  }
  
  .reviews-item__a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
  }
  
  .reviews-item__img {
	border-radius: 25px;
	width: 47px;
	height: 47px;
	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;
	color: #FFF;
	font-size: 18px;
	font-weight: 700;
	line-height: 110%;
	text-transform: uppercase;
	margin-right: 10px;
	background: #F5AF90;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(64, 64, 64, 0.15), 0px 1px 2px 0px rgba(64, 64, 64, 0.15), 0px 23px 7px 0px rgba(64, 64, 64, 0);
			box-shadow: 0px 0px 0px 0px rgba(64, 64, 64, 0.15), 0px 1px 2px 0px rgba(64, 64, 64, 0.15), 0px 23px 7px 0px rgba(64, 64, 64, 0);
  }
  
  .reviews-item__name span {
	display: block;
	font-size: 18px;
	font-weight: 400;
	line-height: 110%;
	text-transform: uppercase;
	margin-bottom: 7px;
  }
  .reviews-item__name ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
  }
  .reviews-item__name li {
	width: 11px;
	height: 11px;
	margin-right: 5px;
	background: url(images/dest/sprite.svg#star) no-repeat center center;
	background-size: 100%;
  }
  
  .reviews-item__txt {
	font-size: 16px;
	font-weight: 400;
	line-height: 110%;
  }
  .reviews-item__txt p {
	font-size: 16px;
	font-weight: 400;
	line-height: 110%;
  }
  .reviews-item__txt p + p {
	margin-top: 10px;
  }
  
  .reviews-item__btm {
	margin-top: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
  }
  .reviews-item__btm p {
	color: #BDBDBD;
	font-size: 16px;
	font-weight: 400;
	line-height: 110%;
  }
  
  .reviews-item__ya {
	border-radius: 3px;
	background: #90C4C6;
	width: 105px;
	height: 28px;
	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;
	margin-left: 10px;
  }
  
  .faq-bl {
	padding: 155px 0 0;
  }
  
  .faq-bl__left {
	width: 66%;
  }
  
  .faq-item {
	border-radius: 10px;
	background: #FFF;
	padding: 25px 30px;
  }
  .faq-item + .faq-item {
	margin-top: 12px;
  }
  
  .faq-item__qu {
	font-size: 18px;
	font-weight: 500;
	line-height: 135%;
	text-transform: uppercase;
	cursor: pointer;
	position: relative;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
  }
  .faq-item__qu.active {
	margin-bottom: 15px;
  }
  .faq-item__qu.active:after {
	background: url(images/dest/sprite.svg#btm6) no-repeat center center;
	background-size: 100%;
  }
  .faq-item__qu.active + .faq-item__answ {
	max-height: 1000px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
  }
  .faq-item__qu:after {
	content: "";
	display: block;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(images/dest/sprite.svg#btm5) no-repeat center center;
	background-size: 100%;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
  }
  
  .faq-item__answ {
	font-size: 16px;
	font-weight: 400;
	line-height: 120%;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
  }
  .faq-item__answ p {
	font-size: 16px;
	font-weight: 400;
	line-height: 120%;
  }
  .faq-item__answ p + p {
	margin-top: 10px;
  }
  
  .faq-bl__right {
	width: 24%;
	text-align: center;
	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: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
  }
  .faq-bl__right .btnn {
	padding: 28px;
  }
  .faq-bl__right p {
	font-size: 18px;
	font-weight: 400;
	line-height: 120%;
	text-transform: uppercase;
  }
  .faq-bl__right p span {
	font-weight: 500;
  }
  
  .faq-bl__pers {
	text-align: center;
  }
  .faq-bl__pers img {
	max-width: 155px;
  }
  
  .faq-bl__name {
	font-size: 18px;
	font-weight: 500;
	line-height: 135%;
	text-transform: uppercase;
	margin-bottom: 10px;
  }
  
  .faq-bl__txt {
	font-size: 16px;
	font-weight: 400;
	line-height: 120%;
  }
  
  .section {
	margin-top: 160px;
  }
  
  .text-bl:last-of-type {
	padding-bottom: 160px;
  }
  
  .text-bl__left {
	width: 63%;
  }
  .text-bl__left h2, .text-bl__left .h2_n {
	text-align: left;
	margin-bottom: 50px;
	font-size: 50px;
	font-weight: 400;
	line-height: 110%;
	text-transform: uppercase;
  }
  .text-bl__left h3, .text-bl__left .h3_n {
	font-size: 24px;
	font-weight: 300;
	line-height: 120%;
	margin-bottom: 15px;
  }
  .text-bl__left p {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	margin-bottom: 15px;
  }
  .text-bl__left p:first-of-type {
	font-size: 24px;
	font-weight: 400;
	line-height: 120%;
  }
  .text-bl__left li {
	font-size: 16px;
	font-weight: 400;
	line-height: 120%;
	padding-left: 15px;
	position: relative;
	margin-bottom: 10px;
  }
  .text-bl__left li:before {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 100%;
	background: #F5AF90;
	position: absolute;
	left: 0;
	top: 5px;
  }
  
  .text-bl__img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	margin: 15px 0;
  }
  .text-bl__img img {
	width: 49%;
  }
  
  .text-bl__right {
	width: 32%;
  }
  .text-bl__right .new-form_blue {
	padding: 30px;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
  }
  .text-bl__right .new-form_blue p {
	font-size: 18px;
	font-weight: 500;
	line-height: 110%;
	text-transform: uppercase;
	text-align: left;
  }
  .text-bl__right .new-form form input[type=text], .text-bl__right .new-form form input[type=tel], .text-bl__right .new-form form input[type=email] {
	width: 100%;
	margin-bottom: 22px;
  }
  .text-bl__right .new-form form .btnn {
	width: 100%;
  }
  
  .text-bl__formttl {
	border-radius: 5px;
	border: 1px solid #FFF;
	background: rgba(255, 255, 255, 0.7);
	-webkit-box-shadow: 0px 0px 0px 0px rgba(69, 69, 69, 0.05), 0px 13px 29px 0px rgba(69, 69, 69, 0.05), 0px 52px 52px 0px rgba(69, 69, 69, 0.04), 0px 117px 70px 0px rgba(69, 69, 69, 0.03), 0px 207px 83px 0px rgba(69, 69, 69, 0.01), 0px 324px 91px 0px rgba(69, 69, 69, 0);
			box-shadow: 0px 0px 0px 0px rgba(69, 69, 69, 0.05), 0px 13px 29px 0px rgba(69, 69, 69, 0.05), 0px 52px 52px 0px rgba(69, 69, 69, 0.04), 0px 117px 70px 0px rgba(69, 69, 69, 0.03), 0px 207px 83px 0px rgba(69, 69, 69, 0.01), 0px 324px 91px 0px rgba(69, 69, 69, 0);
	-webkit-backdrop-filter: blur(7.5px);
			backdrop-filter: blur(7.5px);
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	padding: 8px 17px;
	display: inline-block;
	margin-bottom: 20px;
  }
  
  .contact-btm .h2_n {
	text-align: left;
  }
  
  .contact-slider {
	background: #fff;
	padding: 11px 0 !important;
  }
  .contact-slider .swiper-slide {
	width: auto !important;
  }
  .contact-slider a {
	font-size: 16px;
	color: #707074;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	text-transform: uppercase;
	padding-right: 45px;
	background: url(images/dest/sprite.svg#contact-next) no-repeat center right;
	background-size: 25px;
	line-height: 25px;
	display: block;
  }
  .contact-slider .swiper-wrapper {
	-webkit-transition-timing-function: linear !important;
		 -o-transition-timing-function: linear !important;
			transition-timing-function: linear !important;
  }
  
  .map-bl {
	margin-top: 50px;
	margin-bottom: 160px;
  }
  
  .map-bl__map {
	width: 42%;
  }
  
  .map-bl__contact {
	width: 30%;
	border-radius: 20px;
	border: 1px solid #FFF;
	background: rgba(255, 255, 255, 0.8);
	-webkit-backdrop-filter: blur(7.5px);
			backdrop-filter: blur(7.5px);
	padding: 30px 0;
  }
  
  .map-bl__ttl {
	color: #90C4C6;
	font-size: 18px;
	font-weight: 500;
	line-height: 130%;
	text-transform: uppercase;
	margin-bottom: 28px;
	padding: 0 30px;
  }
  
  .map-bl__inf {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	color: #707074;
	font-size: 16px;
	font-weight: 400;
	line-height: 130%;
	margin-bottom: 15px;
	padding: 0 30px;
  }
  .map-bl__inf img {
	margin-right: 10px;
	border-radius: 100%;
	width: 34px;
	height: 34px;
	-webkit-filter: drop-shadow(0px 0px 0px rgba(64, 64, 64, 0.15)) drop-shadow(0px 1px 2px rgba(64, 64, 64, 0.15)) drop-shadow(0px 23px 7px rgba(64, 64, 64, 0));
			filter: drop-shadow(0px 0px 0px rgba(64, 64, 64, 0.15)) drop-shadow(0px 1px 2px rgba(64, 64, 64, 0.15)) drop-shadow(0px 23px 7px rgba(64, 64, 64, 0));
	background: #F5F5F5;
  }
  
  a.map-bl__inf {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
  }
  a.map-bl__inf:hover {
	text-decoration: underline;
  }
  
  .map-bl__right {
	width: 24%;
  }
  .map-bl__right a {
	color: #707074;
	font-size: 18px;
	font-weight: 400;
	line-height: 120%;
	text-transform: uppercase;
	display: block;
	margin-bottom: 20px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
  }
  .map-bl__right a:hover {
	text-decoration: underline;
  }
  .map-bl__right p {
	font-size: 18px;
	font-weight: 400;
	line-height: 120%;
	margin-bottom: 30px;
  }
  .map-bl__right .btnn {
	color: #fff;
	padding: 30px;
  }
  .map-bl__right .btnn:hover {
	text-decoration: none;
  }
  
  .photo-slider .swiper-slide {
	padding: 0 30px;
  }
  .photo-slider img {
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
  }
  .photo-slider .swiper-button-next, .photo-slider .swiper-button-prev {
	width: 25px !important;
	height: 25px !important;
  }
  .photo-slider .swiper-button-next {
	right: 20px !important;
  }
  .photo-slider .swiper-button-prev {
	left: 20px !important;
  }
  
  .map-bl__h2 {
	font-size: 28px;
	font-weight: 400;
	line-height: 120%;
	text-transform: uppercase;
	margin-bottom: 20px;
  }
  
  .white-form {
	margin-top: 70px;
	position: relative;
	z-index: 1;
  }
  .white-form .new-form {
	background: #fff;
	max-width: 100%;
  }
  .white-form .new-form .new-form__ttl, .white-form .new-form p {
	color: #707074;
  }
  .white-form .new-form input[type=text], .white-form .new-form input[type=tel], .white-form .new-form input[type=email] {
	background-color: #F5F5F5 !important;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(188, 188, 188, 0.1) inset, 0px 2px 5px 0px rgba(188, 188, 188, 0.1) inset, 0px 10px 10px 0px rgba(188, 188, 188, 0.09) inset;
			box-shadow: 0px 0px 0px 0px rgba(188, 188, 188, 0.1) inset, 0px 2px 5px 0px rgba(188, 188, 188, 0.1) inset, 0px 10px 10px 0px rgba(188, 188, 188, 0.09) inset;
  }
  .white-form .new-form form .chk span {
	color: #707074;
  }
  .white-form .new-form form .chk input + span:before {
	background: #90C4C6;
  }
  .white-form .new-form form .chk input:checked + span:after {
	background: url(images/dest/sprite.svg#check2) no-repeat center center;
  }
  
  .blue-callback {
	border-radius: 10px;
	padding: 50px;
	background: #90C4C6;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	max-width: 1120px;
	margin: 0 auto;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(64, 64, 64, 0.15), 0px 1px 2px 0px rgba(64, 64, 64, 0.15), 0px 23px 7px 0px rgba(64, 64, 64, 0);
			box-shadow: 0px 0px 0px 0px rgba(64, 64, 64, 0.15), 0px 1px 2px 0px rgba(64, 64, 64, 0.15), 0px 23px 7px 0px rgba(64, 64, 64, 0);
  }
  
  .blue-callback__pers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  }
  
  .blue-callback__img {
	width: 124px;
	height: 124px;
	margin-right: 10px;
	position: relative;
  }
  .blue-callback__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: 100%;
	overflow: hidden;
  }
  .blue-callback__img:after {
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	border-radius: 100%;
	background: #5CF978;
	position: absolute;
	right: 10px;
	bottom: 17px;
  }
  
  .blue-callback__inf {
	color: #fff;
	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: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	padding: 15px 0;
  }
  .blue-callback__inf p {
	font-size: 16px;
	font-weight: 400;
	line-height: 120%;
  }
  
  .blue-callback__btm {
	color: #C7FFD1;
	font-size: 14px;
	font-weight: 400;
	line-height: 120%;
  }
  
  .blue-callback__contact {
	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: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	width: calc(100% - 350px);
  }
  .blue-callback__contact .row {
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	margin: 0;
  }
  
  .blue-callback__ttl {
	color: #FFF;
	font-size: 28px;
	font-weight: 400;
	line-height: 100%;
	text-transform: uppercase;
  }
  
  .blue-callback__wapp {
	border-radius: 3px;
	background: #FFF;
	text-align: center;
	height: 65px;
	line-height: 65px;
	padding: 0 20px;
	color: #707074;
	font-size: 18px;
	font-weight: 400;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
  }
  .blue-callback__wapp:hover {
	opacity: 0.8;
  }
  .blue-callback__wapp:after {
	content: "";
	display: block;
	width: 41px;
	height: 41px;
	margin-left: 15px;
	background: url(images/dest/sprite.svg#wapp) no-repeat center center;
	background-size: 108%;
	border-radius: 100%;
	overflow: hidden;
  }
  
  .blue-callback__phone {
	border-radius: 3px;
	background: #FFF;
	text-align: center;
	height: 65px;
	line-height: 65px;
	padding: 0 20px;
	color: #707074;
	font-size: 18px;
	font-weight: 400;
  }
  .blue-callback__phone:hover {
	opacity: 0.8;
  }
  .blue-callback__phone span {
	color: #90C4C6;
  }
  
  .problems-bl2 {
	max-width: 1100px;
  }
  .problems-bl2 .reviews__right {
	padding-right: 0;
  }
  .problems-bl2 .problems-bl__left {
	width: 31%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
  }
  .problems-bl2 .problems-bl__ttl {
	line-height: 120%;
	letter-spacing: 0;
  }
  .problems-bl2 .problems-bl__right {
	width: 69%;
  }
  
  .superslim__left {
	width: 22%;
  }
  .superslim__left img {
	width: 100%;
  }
  
  .superslim__right {
	width: 74%;
  }
  .superslim__right .h2_n {
	text-align: left;
  }
  .superslim__right .row {
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	max-width: 760px;
  }
  
  .more-info__heart {
	padding-left: 35px;
	background: #fff url(images/dest/heart.png) no-repeat 10px 10px;
	background-size: 19px;
	margin-bottom: 20px;
  }
  
  .superslim__ttl {
	font-size: 28px;
	font-weight: 400;
	line-height: 100%;
	text-transform: uppercase;
	margin-bottom: 30px;
  }
  
  .superslim-item {
	border-radius: 35px;
	border: 1px solid #FFF;
	background: rgba(255, 255, 255, 0.7);
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
			box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
	-webkit-backdrop-filter: blur(7.5px);
			backdrop-filter: blur(7.5px);
	padding: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	width: 49%;
	margin-bottom: 20px;
  }
  
  .superslim-item__num {
	border-radius: 30px;
	background: #F5AF90;
	width: 50px;
	height: 50px;
	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;
	color: #FFF;
	font-size: 22px;
	font-weight: 700;
	line-height: 120%;
	margin-right: 10px;
  }
  
  .superslim-item__txt {
	width: calc(100% - 60px);
	font-size: 16px;
	font-weight: 400;
	line-height: 120%;
  }
  
  .expert-bl {
	border-radius: 20px;
	background: #FFF;
	padding: 50px;
	position: relative;
  }
  .expert-bl:before {
	content: "";
	display: block;
	width: 14px;
	height: 36px;
	background: url(images/dest/sprite.svg#quote) no-repeat center center;
	background-size: 36px;
	position: absolute;
	left: 70px;
	top: -15px;
  }
  .expert-bl:after {
	content: "";
	display: block;
	width: 14px;
	height: 36px;
	background: url(images/dest/sprite.svg#quote) no-repeat center center;
	background-size: 36px;
	position: absolute;
	left: 90px;
	top: -15px;
  }
  
  .expert-bl__img {
	width: 25%;
  }
  .expert-bl__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: 10px;
	overflow: hidden;
  }
  
  .expert-bl__txt {
	width: 72%;
  }
  .expert-bl__txt .h2_n {
	text-align: left;
	margin-bottom: 40px;
  }
  .expert-bl__txt p {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 400;
	line-height: 120%;
  }
  
  .expert-bl__btm {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	margin-top: 30px;
  }
  
  .expert-bl__left {
	margin-right: 25px;
  }
  .expert-bl__left p {
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	line-height: 120%;
	margin-bottom: 0 !important;
  }
  
  .expert-bl__name {
	margin-top: 7px;
	color: #F5AF90;
	font-size: 16px;
	font-weight: 500;
	line-height: 120%;
  }
  
  .steps .row {
	max-width: 950px;
	margin: 0 auto;
  }
  
  .steps-item {
	position: relative;
	width: 240px;
  }
  
  .steps-item__num {
	position: absolute;
	right: calc(50% - 90px);
	top: 127px;
	width: 54px;
	height: 54px;
	border-radius: 100%;
	overflow: hidden;
	background: #F5AF90;
	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;
	color: #FFF;
	font-size: 18px;
	font-weight: 700;
	line-height: 120%;
	border: solid 7px #F5F5F5;
  }
  
  .steps-item__ttl {
	margin-top: 20px;
	color: #90C4C6;
	font-size: 18px;
	font-weight: 500;
	line-height: 110%;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 15px;
  }
  
  .steps-item__txt {
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 120%;
  }
  
  .steps-item__img {
	width: 180px;
	height: 180px;
	border-radius: 100%;
	overflow: hidden;
	margin: 0 auto;
  }
  .steps-item__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
  }
  
  .top-bl {
	margin-top: 60px;
  }
  .top-bl h1 {
	color: #90C4C6;
	text-align: center;
	font-size: 50px;
	font-weight: 500;
	line-height: 110%;
	text-transform: uppercase;
	margin-bottom: 50px;
  }
  
  .cats-bl {
	border-radius: 70px;
	padding: 30px 30px 10px;
	border: 2px solid #FFF;
	background: rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: 0px 0px 0px 0px rgba(69, 69, 69, 0.05), 0px 13px 29px 0px rgba(69, 69, 69, 0.05), 0px 52px 52px 0px rgba(69, 69, 69, 0.04), 0px 117px 70px 0px rgba(69, 69, 69, 0.03), 0px 207px 83px 0px rgba(69, 69, 69, 0.01), 0px 324px 91px 0px rgba(69, 69, 69, 0);
			box-shadow: 0px 0px 0px 0px rgba(69, 69, 69, 0.05), 0px 13px 29px 0px rgba(69, 69, 69, 0.05), 0px 52px 52px 0px rgba(69, 69, 69, 0.04), 0px 117px 70px 0px rgba(69, 69, 69, 0.03), 0px 207px 83px 0px rgba(69, 69, 69, 0.01), 0px 324px 91px 0px rgba(69, 69, 69, 0);
	-webkit-backdrop-filter: blur(7.5px);
			backdrop-filter: blur(7.5px);
  }
  
  .cats-slider ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
  }
  .cats-slider li {
	margin-right: 15px;
  }
  .cats-slider .active a {
	color: #fff;
	background: #90C4C6;
	border: 1px solid #90C4C6;
  }
  .cats-slider a {
	border-radius: 20px;
	border: 1px solid #E0E0E0;
	background: #F5F5F5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 15px;
	color: #707074;
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	white-space: nowrap;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
  }
  .cats-slider a:hover {
	color: #fff;
	background: #90C4C6;
	border: 1px solid #90C4C6;
  }
  .cats-slider a img {
	margin-right: 5px;
  }
  .cats-slider .swiper-slide {
	width: auto !important;
  }
  .cats-slider .swiper-scrollbar {
	margin-top: 30px;
	position: relative !important;
	width: 54% !important;
	left: 0 !important;
	margin-left: 23%;
	height: 6px !important;
  }
  .cats-slider .swiper-scrollbar-drag {
	background: #90C4C6 !important;
  }
  
  .catalog-new {
	margin-top: 70px;
	margin-bottom: -50px;
  }
  .catalog-new .row {
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
  }
  
  .catalog-item {
	width: 32%;
	margin-right: 1%;
	border-radius: 10px;
	background: #FFF;
	padding: 20px 30px 80px;
	margin-bottom: 50px;
	position: relative;
  }
  
  .catalog-item__img {
	margin: 0 auto;
	margin-top: -40px;
	width: 115px;
	position: relative;
	height: 210px;
  }
  .catalog-item__img img {
	display: block;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100%;
  }
  
  .catalog-item__price {
	position: absolute;
	top: 23px;
	left: 0;
	width: 85px;
	height: 35px;
	background: url(images/dest/price.png) no-repeat center center;
	background-size: 100%;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 25px;
	font-size: 14px;
  }
  
  .catalog-item__ttl {
	margin-top: 10px;
	display: block;
	color: #90C4C6;
	font-size: 18px;
	font-weight: 500;
	line-height: 120%;
	text-transform: uppercase;
	margin-bottom: 20px;
	text-align: center;
  }
  .catalog-item__ttl:hover {
	color: #F5AF90;
  }
  
  .catalog-item__icons {
	margin-bottom: 20px;
  }
  .catalog-item__icons ul {
	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;
  }
  .catalog-item__icons li {
	width: 56px;
	height: 56px;
	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;
	border-radius: 100%;
	background: #90C4C6;
	margin: 0 5px;
	cursor: pointer;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
  }
  .catalog-item__icons li:hover {
	background: #F5AF90;
  }
  .catalog-item__icons li:hover .catalog-item__popup {
	display: block;
  }
  .catalog-item__icons li img {
	max-width: 64%;
	-webkit-filter: invert(1);
			filter: invert(1);
  }
  
  .catalog-item__txt li {
	font-size: 16px;
	font-weight: 400;
	line-height: 120%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	padding-left: 24px;
	position: relative;
	margin-bottom: 10px;
  }
  .catalog-item__txt li:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 17px;
	height: 17px;
	border-radius: 25px;
	border: 1px solid #FFF;
	background: #90C4C6 url(images/dest/sprite.svg#check2) no-repeat center center;
	background-size: 9px;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(64, 64, 64, 0.15), 0px 1px 2px 0px rgba(64, 64, 64, 0.15), 0px 23px 7px 0px rgba(64, 64, 64, 0);
			box-shadow: 0px 0px 0px 0px rgba(64, 64, 64, 0.15), 0px 1px 2px 0px rgba(64, 64, 64, 0.15), 0px 23px 7px 0px rgba(64, 64, 64, 0);
  }
  .catalog-item__txt p {
	font-size: 16px;
	font-weight: 400;
	line-height: 120%;
  }
  .catalog-item__txt b {
	font-weight: 700;
  }
  
  .catalog-item__btm {
	margin-top: 20px;
	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;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 30px 20px;
  }
  .catalog-item__btm .btnn {
	width: 48%;
	padding: 8px 20px;
  }
  
  .catalog-item__more {
	border-radius: 45px;
	border: 1px solid #F5AF90;
	color: #F5AF90;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 8px 20px;
	display: block;
	width: 48%;
  }
  .catalog-item__more:hover {
	color: #fff;
	background: #F5AF90;
  }
  
  .catalog-item__popup {
	position: absolute;
	left: -45px;
	bottom: 125%;
	display: none;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 110%;
	padding: 10px;
	background: #F5F5F5;
	border-radius: 10px;
	width: 150px;
  }
  .catalog-item__popup:after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: -16px;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 10px solid #F5F5F5;
  }
  
  footer {
	-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
			flex: 0 0 auto;
	background: #fff;
	padding-top: 30px;
  }
  
  .footer__soc ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
  }
  .footer__soc li {
	margin: 0 7px;
  }
  .footer__soc a {
	width: 42px;
	height: 42px;
	border-radius: 25px;
	background: #F5F5F5;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(64, 64, 64, 0.15), 0px 1px 2px 0px rgba(64, 64, 64, 0.15), 0px 23px 7px 0px rgba(64, 64, 64, 0);
			box-shadow: 0px 0px 0px 0px rgba(64, 64, 64, 0.15), 0px 1px 2px 0px rgba(64, 64, 64, 0.15), 0px 23px 7px 0px rgba(64, 64, 64, 0);
	display: block;
	color: #F5AF90;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 42px;
  }
  .footer__soc a:hover {
	color: #90C4C6;
  }
  
  .footer__phone {
	color: #707074;
	font-size: 18px;
	font-weight: 400;
	line-height: 42px;
	text-transform: uppercase;
	padding-left: 50px;
	position: relative;
  }
  .footer__phone:before {
	content: "";
	display: block;
	width: 42px;
	height: 42px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 100%;
	-webkit-filter: drop-shadow(0px 0px 0px rgba(64, 64, 64, 0.15)) drop-shadow(0px 1px 2px rgba(64, 64, 64, 0.15)) drop-shadow(0px 23px 7px rgba(64, 64, 64, 0));
			filter: drop-shadow(0px 0px 0px rgba(64, 64, 64, 0.15)) drop-shadow(0px 1px 2px rgba(64, 64, 64, 0.15)) drop-shadow(0px 23px 7px rgba(64, 64, 64, 0));
	background: #F5F5F5 url(images/dest/sprite.svg#phone) no-repeat center -1px;
	background-size: 120%;
  }
  .footer__phone:hover {
	color: #90C4C6;
  }
  
  .footer__addr {
	font-size: 16px;
	font-weight: 300;
	line-height: 120%;
	padding: 3px 0 3px 60px;
	position: relative;
  }
  .footer__addr:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 42px;
	height: 42px;
	background: #F5F5F5 url(images/dest/map.svg) no-repeat center 0px;
	border-radius: 100%;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(64, 64, 64, 0.15), 0px 1px 2px 0px rgba(64, 64, 64, 0.15), 0px 23px 7px 0px rgba(64, 64, 64, 0);
			box-shadow: 0px 0px 0px 0px rgba(64, 64, 64, 0.15), 0px 1px 2px 0px rgba(64, 64, 64, 0.15), 0px 23px 7px 0px rgba(64, 64, 64, 0);
	background-size: 45px;
  }
  
  .footer__top {
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	border-bottom: 1px solid #90C4C6;
	padding-bottom: 28px;
  }
  
  .footer__logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  }
  .footer__logo img {
	margin-right: 18px;
  }
  
  .footer__ttl span {
	color: #F5AF90;
	font-size: 35px;
	font-weight: 700;
	line-height: 105%;
	letter-spacing: -0.35px;
	text-transform: uppercase;
	display: block;
  }
  .footer__ttl p {
	color: #707074;
	font-size: 18px;
	font-weight: 400;
	line-height: 120%;
  }
  
  .footer__middle {
	padding: 30px 0 0;
  }
  .footer__middle ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	margin-bottom: 50px;
	flex-wrap: wrap;
  }
  .footer__middle ul li {
	margin-right: 30px;
	margin-bottom: 7px;
  }
  .footer__middle ul a {
	color: #707074;
	font-size: 18px;
	font-weight: 400;
	line-height: 120%;
	padding-left: 15px;
	position: relative;
  }
  .footer__middle ul a:before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #F5AF90;
	position: absolute;
	left: 0;
	top: 8px;
  }
  .footer__middle ul a:hover {
	text-decoration: underline;
  }
  
  .footer__h2 {
	font-size: 28px;
	font-weight: 500;
	line-height: 105%;
	letter-spacing: -0.28px;
	text-transform: uppercase;
	margin-bottom: 20px;
  }
  
  .footer__btm {
	padding-bottom: 30px;
  }
  .footer__btm p {
	color: #BDBDBD;
	font-size: 18px;
	font-weight: 400;
	line-height: 120%;
  }
  
  #thnk {
	text-align: center;
  }
  #thnk .faq-bl__pers img {
	max-width: 165px;
  }
  #thnk p {
	font-size: 24px;
	font-weight: 400;
	line-height: 120%;
  }
  #thnk .btnn {
	width: 285px;
	padding: 30px 0;
	margin: 30px auto 0;
  }
  
  .main-page-slide {
	background: #90C4C6;
  }
  
  .main-page-slide__inf {
	color: #90C4C6;
	font-size: 16px;
	font-weight: 500;
	line-height: 120%;
	text-transform: uppercase;
	padding: 10px 13px 10px 40px;
	border-radius: 7px;
	background: #FFF url(images/dest/doctor.png) no-repeat 13px center;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.02), 0px 4px 9px 0px rgba(0, 0, 0, 0.02), 0px 16px 16px 0px rgba(0, 0, 0, 0.02), 0px 37px 22px 0px rgba(0, 0, 0, 0.01), 0px 66px 26px 0px rgba(0, 0, 0, 0), 0px 102px 29px 0px rgba(0, 0, 0, 0);
			box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.02), 0px 4px 9px 0px rgba(0, 0, 0, 0.02), 0px 16px 16px 0px rgba(0, 0, 0, 0.02), 0px 37px 22px 0px rgba(0, 0, 0, 0.01), 0px 66px 26px 0px rgba(0, 0, 0, 0), 0px 102px 29px 0px rgba(0, 0, 0, 0);
  }
  
  .main-page-slide__left {
	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: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	padding: 70px 0;
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: flex-start;
	width: 58%;
  }
  .main-page-slide__left h1 {
	color: #FFF;
	font-size: 60px;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: -0.6px;
	text-transform: uppercase;
	margin: 20px 0 30px;
  }
  .main-page-slide__left h1 span {
	display: block;
	font-weight: 500;
  }
  .main-page-slide__left p {
	color: #FFF;
	font-size: 24px;
	font-weight: 500;
	line-height: 120%;
	margin-bottom: 70px;
  }
  .main-page-slide__left p span {
	-webkit-text-decoration-line: underline;
			text-decoration-line: underline;
  }
  
  .main-page-slide__right {
	width: 42%;
	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: end;
		-ms-flex-pack: end;
			justify-content: flex-end;
	position: relative;
  }
  .main-page-slide__right img {
	max-width: 70%;
	display: block;
	margin: 0 auto;
	position: relative;
	z-index: 1;
  }
  
  .main-page-slide__order {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	border-radius: 10px;
	background: #FFF;
	padding: 8px 15px;
	position: relative;
	width: 625px;
  }
  .main-page-slide__order img {
	width: 90px;
  }
  
  .main-page-slide__order:after {
	content: "";
	display: block;
	position: absolute;
	right: -75px;
	top: -110px;
	width: 82px;
	height: 74px;
	background: url(images/dest/sprite.svg#main-page-arr) no-repeat center center;
	background-size: 100%;
  }
  
  .main-page-slide__price {
	width: calc(100% - 112px);
	padding-top: 12px;
	padding-right: 20px;
  }
  .main-page-slide__price .row {
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
  }
  
  .main-page-slide__salebl {
	position: absolute;
	top: 0;
	right: 40px;
	width: 73px;
	height: 67px;
	text-align: center;
	padding: 11px;
	color: #FFF;
	font-size: 20px;
	font-weight: 500;
	line-height: 135%;
	background: url(images/dest/sprite.svg#salebl) no-repeat center center;
	background-size: 100%;
  }
  
  .main-page-slide__ttl {
	color: #F5AF90;
	font-size: 28px;
	font-weight: 500;
	line-height: 110%;
	text-transform: uppercase;
	margin-bottom: 20px;
  }
  .main-page-slide__ttl span {
	color: #707074;
	font-size: 18px;
	font-weight: 500;
	line-height: 120%;
	margin-left: 5px;
	text-transform: inherit;
  }
  
  .main-page-slide__last {
	color: #707074;
	font-size: 16px;
	font-weight: 400;
	line-height: 120%;
  }
  .main-page-slide__last span {
	font-weight: 700;
  }
  
  .main-page-slide__sale {
	width: 157px;
	height: 157px;
	border-radius: 100px;
	border: 1px solid #FFF;
	overflow: hidden;
	-webkit-box-shadow: 0px 15px 30px 0px rgba(66, 128, 131, 0.15);
			box-shadow: 0px 15px 30px 0px rgba(66, 128, 131, 0.15);
	-webkit-backdrop-filter: blur(7.5px);
			backdrop-filter: blur(7.5px);
	position: absolute;
	right: 0;
	top: 34%;
	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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
  }
  .main-page-slide__sale:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(255, 255, 255, 0.8) url(images/dest/sale-main.png) no-repeat center center;
	background-size: 100%;
	-webkit-animation-name: rotation;
			animation-name: rotation;
	-webkit-animation-duration: 20s;
			animation-duration: 20s;
	-webkit-animation-iteration-count: infinite;
			animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
			animation-timing-function: linear;
  }
  .main-page-slide__sale span {
	position: relative;
	z-index: 1;
  }
  .main-page-slide__sale span:first-of-type {
	color: #707074;
	font-size: 30px;
	font-weight: 500;
	line-height: 100%;
	display: block;
	text-align: center;
	padding-top: 20px;
	background: url(images/dest/sprite.svg#percent) no-repeat center top;
	background-size: 16px;
  }
  .main-page-slide__sale span:last-of-type {
	color: #707074;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	line-height: 120%;
  }
  
  @-webkit-keyframes rotation {
	0% {
	  -webkit-transform: rotate(0deg);
			  transform: rotate(0deg);
	}
	100% {
	  -webkit-transform: rotate(360deg);
			  transform: rotate(360deg);
	}
  }
  
  @keyframes rotation {
	0% {
	  -webkit-transform: rotate(0deg);
			  transform: rotate(0deg);
	}
	100% {
	  -webkit-transform: rotate(360deg);
			  transform: rotate(360deg);
	}
  }
  .adv-bl {
	margin-top: 40px;
  }
  .adv-bl .row {
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
  }
  
  .adv-item {
	border-radius: 35px;
	border: 1px solid #FFF;
	background: #F5AF90;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
			box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
	-webkit-backdrop-filter: blur(7.5px);
			backdrop-filter: blur(7.5px);
	padding: 10px;
	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;
	min-width: 213px;
	max-width: 300px;
	margin: 0 15px;
  }
  .adv-item span {
	width: calc(100% - 60px);
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
	line-height: 120%;
  }
  
  .adv-item__icon {
	width: 50px;
	height: 50px;
	background: #fff;
	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;
	border-radius: 100%;
  }
  
  .integrative {
	padding-top: 100px;
  }
  .integrative.integrative_wh {
	padding-top: 0;
	text-align: center;
  }
  .integrative.integrative_wh .btnn {
	display: inline-block;
	margin-top: 30px;
	padding: 25px 40px;
  }
  .integrative.integrative_wh .row {
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
  }
  .integrative.integrative_wh .inner-page {
	border-radius: 10px;
	border: 2px solid #FFF;
	background: rgba(255, 255, 255, 0.7);
	padding: 50px;
  }
  .integrative.integrative_wh .integrative-item {
	background: #90C4C6;
	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: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	width: 280px;
	padding: 55px 20px 15px;
	margin: 0 12px;
  }
  .integrative.integrative_wh .integrative-item p {
	color: #fff;
  }
  .integrative.integrative_wh .integrative-item__icon {
	background: #fff;
  }
  .integrative .h2_n {
	margin-bottom: 30px;
  }
  .integrative .h2_n span {
	display: block;
  }
  .integrative .row {
	margin-top: 85px;
  }
  
  .integrative-item__t {
	margin-top: 20px;
	opacity: 0.8;
	font-size: 28px;
	font-weight: 500;
	line-height: 135%;
	letter-spacing: 1.12px;
	text-transform: uppercase;
	text-align: center;
	background: -o-linear-gradient(335deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.1) 100%);
	background: linear-gradient(115deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.1) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
  }
  
  .integrative-item {
	border-radius: 10px;
	background: #FFF;
	padding: 55px 30px 30px;
	width: 32%;
	text-align: center;
	position: relative;
  }
  .integrative-item p {
	font-size: 16px;
	font-weight: 400;
	line-height: 120%;
  }
  .integrative-item p b {
	font-weight: 700;
  }
  
  .integrative-item__ttl {
	color: #90C4C6;
	font-size: 18px;
	font-weight: 500;
	line-height: 120%;
	text-transform: uppercase;
	margin-bottom: 20px;
  }
  
  .integrative-item__icon {
	border-radius: 38px;
	background: #F5AF90;
	width: 72px;
	height: 72px;
	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: absolute;
	top: -32px;
	left: 50%;
	margin-left: -35px;
  }
  
  .profs .swiper-slide {
	height: auto !important;
  }
  .profs .swiper-wrapper {
	padding-bottom: 30px;
  }
  
  .profs-slider {
	margin-top: 40px;
  }
  .profs-slider .h2_n {
	margin-bottom: 20px;
  }
  
  .profs-slider__btm {
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
  }
  
  .profs-pagination {
	bottom: auto !important;
	position: relative !important;
	width: auto !important;
	margin: 0 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
  }
  
  .swiper-pagination-bullet {
	width: 4px !important;
	height: 4px !important;
	border-radius: 10px !important;
	background: #F5AF90 !important;
	opacity: 1 !important;
	margin: 0 5px !important;
  }
  
  .swiper-pagination-bullet-active {
	width: 11px !important;
	height: 11px !important;
  }
  
  .profs-slider-prev, .profs-slider-next {
	position: relative !important;
	left: auto !important;
	right: auto !important;
	bottom: 0 !important;
	top: auto !important;
	margin-top: 0 !important;
  }
  
  .profs-item {
	border-radius: 10px;
	background: #FFF;
	padding: 150px 30px 215px;
	position: relative;
	margin-top: 110px;
	height: calc(100% - 110px);
  }
  
  .profs-item__txt p {
	text-align: center;
	font-size: 16px;
	font-weight: 400;
  }
  .profs-item__txt ul {
	margin-top: 10px;
	margin-bottom: 20px;
  }
  .profs-item__txt li {
	font-size: 16px;
	font-weight: 400;
	line-height: 120%;
	padding-left: 20px;
	position: relative;
	margin-bottom: 10px;
  }
  .profs-item__txt li:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 3px;
	width: 13px;
	height: 13px;
	border-radius: 100%;
	background: #90C4C6 url(images/dest/sprite.svg#check2) no-repeat center center;
	background-size: 7px;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(64, 64, 64, 0.15), 0px 1px 2px 0px rgba(64, 64, 64, 0.15), 0px 23px 7px 0px rgba(64, 64, 64, 0);
			box-shadow: 0px 0px 0px 0px rgba(64, 64, 64, 0.15), 0px 1px 2px 0px rgba(64, 64, 64, 0.15), 0px 23px 7px 0px rgba(64, 64, 64, 0);
  }
  
  .profs-item__img {
	position: absolute;
	width: 200px;
	height: 220px;
	left: 50%;
	top: -85px;
	margin-left: -100px;
	border-radius: 0 0 100px 100px;
	margin-bottom: 10px;
  }
  .profs-item__img:before {
	content: "";
	display: block;
	width: 200px;
	height: 200px;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.03), 0px 5px 12px 0px rgba(0, 0, 0, 0.03), 0px 22px 22px 0px rgba(0, 0, 0, 0.03), 0px 49px 29px 0px rgba(0, 0, 0, 0.02), 0px 86px 34px 0px rgba(0, 0, 0, 0), 0px 135px 38px 0px rgba(0, 0, 0, 0);
			box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.03), 0px 5px 12px 0px rgba(0, 0, 0, 0.03), 0px 22px 22px 0px rgba(0, 0, 0, 0.03), 0px 49px 29px 0px rgba(0, 0, 0, 0.02), 0px 86px 34px 0px rgba(0, 0, 0, 0), 0px 135px 38px 0px rgba(0, 0, 0, 0);
	border-radius: 100px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
  }
  .profs-item__img img {
	max-width: 100%;
	position: relative;
	z-index: 1;
  }
  
  .profs-item__exp {
	position: absolute;
	left: 0;
	bottom: 0;
	border-radius: 30px;
	border: 1px solid #FFF;
	background: #90C4C6;
	display: block;
	color: #FFF;
	font-size: 38px;
	font-weight: 500;
	line-height: 120%;
	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;
	padding-left: 4px;
	letter-spacing: -3.8px;
	text-align: center;
	width: 59px;
	height: 59px;
	z-index: 1;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(64, 64, 64, 0.15), 0px 1px 2px 0px rgba(64, 64, 64, 0.15), 0px 23px 7px 0px rgba(64, 64, 64, 0);
			box-shadow: 0px 0px 0px 0px rgba(64, 64, 64, 0.15), 0px 1px 2px 0px rgba(64, 64, 64, 0.15), 0px 23px 7px 0px rgba(64, 64, 64, 0);
  }
  .profs-item__exp span {
	letter-spacing: 0;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
			transform: rotate(-90deg);
	margin-left: -3px;
  }
  
  .profs-item__ttl {
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	line-height: 120%;
	text-transform: uppercase;
	margin-bottom: 10px;
  }
  
  .profs-item__pos {
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 15px;
  }
  
  .profs-item__rev {
	border-radius: 10px;
	background: #F5F5F5;
	padding: 15px;
	color: #707074;
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	line-height: 120%;
	text-align: left;
	position: relative;
	height: 132px;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  }
  .profs-item__rev p {
	text-align: left;
  }
  .profs-item__rev:before {
	content: "";
	display: block;
	width: 9px;
	height: 21px;
	background: url(images/dest/sprite.svg#quote) no-repeat center center;
	background-size: 21px;
	position: absolute;
	right: 20px;
	top: -10px;
  }
  .profs-item__rev:after {
	content: "";
	display: block;
	width: 9px;
	height: 21px;
	background: url(images/dest/sprite.svg#quote) no-repeat center center;
	background-size: 21px;
	position: absolute;
	right: 30px;
	top: -10px;
  }
  
  .profs-item__btm {
	position: absolute;
	left: 0;
	bottom: 30px;
	padding: 0 30px;
  }
  .profs-item__btm .row {
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	margin-top: 15px;
  }
  
  .profs-item__stars ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	margin-left: 8px;
  }
  .profs-item__stars li {
	width: 15px;
	height: 15px;
	background: url(images/dest/sprite.svg#star) no-repeat center center;
	background-size: 100%;
	margin-right: 5px;
	-webkit-filter: grayscale(1);
			filter: grayscale(1);
  }
  .profs-item__stars li.active {
	-webkit-filter: none;
			filter: none;
  }
  
  .profs-item__revs {
	font-size: 14px;
	font-weight: 400;
	-webkit-text-decoration-line: underline;
			text-decoration-line: underline;
	margin-left: 10px;
  }

  .profs-item__revs a {
	color:#707074;
  }
  
  .start {
	padding: 60px 0;
	background: #fff;
  }
  .start .more-info__txt {
	background: #F5F5F5 url(images/dest/heart.png) no-repeat 10px 10px;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(64, 64, 64, 0.15), 0px 1px 2px 0px rgba(64, 64, 64, 0.15), 0px 23px 7px 0px rgba(64, 64, 64, 0);
			box-shadow: 0px 0px 0px 0px rgba(64, 64, 64, 0.15), 0px 1px 2px 0px rgba(64, 64, 64, 0.15), 0px 23px 7px 0px rgba(64, 64, 64, 0);
  }
  .start .h2_n {
	text-align: left;
  }
  
  .start-slider {
	padding-left: calc((100% - 1200px) / 2 + 160px) !important;
  }
  .start-slider .swiper-slide {
	width: 282px;
	height: 304px;
	opacity: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
  }
  .start-slider .swiper-slide.swiper-slide-active, .start-slider .swiper-slide.swiper-slide-active ~ .swiper-slide {
	opacity: 1;
  }
  .start-slider .swiper-button-next, .start-slider .swiper-button-prev {
	top: 0 !important;
	margin-top: 0 !important;
  }
  .start-slider .swiper-button-prev {
	left: calc((100% - 1200px) / 2) !important;
  }
  .start-slider .swiper-button-next {
	right: auto !important;
	left: calc((100% - 1200px) / 2 + 80px) !important;
  }
  
  .start-item {
	border-radius: 10px;
	background: #90C4C6;
	padding: 30px 30px 0;
	text-align: center;
	width: 100%;
	height: 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: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
  }
  .start-item img {
	height: 170px;
	-o-object-fit: cover;
	   object-fit: cover;
  }
  .start-item p {
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 120%;
  }
  
  .start-item__img {
	height: 170px;
  }
  
  .start-item__ttl {
	color: #FFF;
	font-size: 18px;
	font-weight: 500;
	line-height: 120%;
	text-transform: uppercase;
	margin-bottom: 10px;
  }
  
  .new-form__steps {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	margin-bottom: 30px;
	padding-left: 20px;
  }
  
  .form-step {
	border-radius: 10px;
	background: #fffc;
	padding: 12px 12px 12px 22px;
	position: relative;
	font-size: 16px;
	font-weight: 400;
	line-height: 120%;
	margin-bottom: 20px;
	margin-right: 27px;
  }
  .form-step:first-of-type {
	width: calc(47% - 30px);
  }
  .form-step:nth-of-type(2) {
	width: calc(46% - 30px);
  }
  .form-step:nth-of-type(3) {
	width: calc(67% - 30px);
  }
  .form-step:last-of-type {
	margin-right: 0;
	width: 30%;
  }
  
  .form-step__num {
	width: 32px;
	height: 32px;
	background: #fff;
	border-radius: 100%;
	color: #90C4C6;
	font-size: 18px;
	font-weight: 700;
	line-height: 120%;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	left: -16px;
	top: 50%;
	margin-top: -16px;
	border: solid 5px #F5AF90;
  }
  
  .catalog-page-slider {
	margin-top: 50px;
  }
  
  .catalog-page {
	text-align: center;
	position: relative;
  }
  .catalog-page .btnn {
	display: inline-block;
	position: absolute;
	left: 50%;
	bottom: -15px;
	margin-left: -142px;
	padding: 25px 40px;
	width: 285px;
	z-index: 1;
  }
  .catalog-page .catalog-item {
	width: 100%;
	margin-top: 55px;
	margin-bottom: 0;
  }
  .catalog-page .catalog-item__img {
	margin-top: -75px;
	width: 93px;
	height: 170px;
  }
  .catalog-page .catalog-item__txt {
	text-align: center;
	position: relative;
	height: 133px;
	overflow: hidden;
  }
  .catalog-page .catalog-item__txt:after {
	content: "";
	display: block;
	width: 100%;
	height: 100px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#FFF));
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #FFF 100%);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
  }
  .catalog-page .catalog-item__more {
	width: auto;
	margin: 0 auto;
  }
  .catalog-page .catalog-item__ttl {
	text-align: center;
	height: 43px;
	overflow: hidden;
  }
  
  .catalog-page-slider__btm {
	-webkit-box-pack: end;
		-ms-flex-pack: end;
			justify-content: flex-end;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	width: 40%;
	margin-left: 60%;
	margin-top: 45px;
	min-height: 48px;
  }
  
  .catalog-page-slider-pagination {
	bottom: auto !important;
	position: relative !important;
	width: auto !important;
	margin: 0 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
  }
  
  .catalog-page-slider-prev, .catalog-page-slider-next {
	position: relative !important;
	left: auto !important;
	right: auto !important;
	bottom: 0 !important;
	top: auto !important;
	margin-top: 0 !important;
  }
  
  .catalog-page-slider2__btm {
	-webkit-box-pack: end;
		-ms-flex-pack: end;
			justify-content: flex-end;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	width: 40%;
	margin-left: 60%;
	margin-top: 45px;
  }
  
  .catalog-page-slider2-pagination {
	bottom: auto !important;
	position: relative !important;
	width: auto !important;
	margin: 0 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
  }
  
  .catalog-page-slider2-prev, .catalog-page-slider2-next {
	position: relative !important;
	left: auto !important;
	right: auto !important;
	bottom: 0 !important;
	top: auto !important;
	margin-top: 0 !important;
  }
  
  .procedures {
	position: relative;
  }
  .procedures .btnn {
	display: inline-block;
	position: absolute;
	left: 50%;
	bottom: -15px;
	margin-left: -142px;
	padding: 25px 40px;
	width: 285px;
	z-index: 1;
  }
  .procedures .swiper-slide {
	width: 280px !important;
	height: auto !important;
  }
  
  .procedures-slider {
	padding-left: calc((100% - 1200px) / 2) !important;
  }
  
  .procedures-item {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background: #FFF;
	padding: 10px 10px 20px;
	text-align: center;
	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: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
  }
  .procedures-item p {
	font-size: 16px;
	font-weight: 400;
	line-height: 120%;
	padding: 0 10px;
  }
  
  .procedures-item__img {
	width: 262px;
	height: 212px;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 20px;
  }
  .procedures-item__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
  }
  
  .procedures-item__ttl {
	color: #90C4C6;
	font-size: 18px;
	font-weight: 500;
	line-height: 120%;
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px;
  }
  .procedures-item__ttl:hover {
	color: #F5AF90;
  }
  
  .procedures-item__more {
	border-radius: 45px;
	border: 1px solid #F5AF90;
	color: #F5AF90;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 8px 20px;
	display: inline-block;
	width: auto;
	margin: 20px auto 0;
  }
  .procedures-item__more:hover {
	background: #F5AF90;
	color: #fff;
  }
  
  .procedures-slider__btm {
	-webkit-box-pack: end;
		-ms-flex-pack: end;
			justify-content: flex-end;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	width: 40%;
	margin-left: 60%;
	margin-top: 45px;
	min-height: 48px;
  }
  
  .procedures-slider-pagination {
	bottom: auto !important;
	position: relative !important;
	width: auto !important;
	margin: 0 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
  }
  
  .procedures-slider-prev, .procedures-slider-next {
	position: relative !important;
	left: auto !important;
	right: auto !important;
	bottom: 0 !important;
	top: auto !important;
	margin-top: 0 !important;
  }
  
  .reviews-main .inner-page {
	border-radius: 10px;
	background: #90C4C6;
	padding: 60px 110px;
  }
  .reviews-main .h2_n {
	color: #fff;
  }
  .reviews-main .swiper-pagination-bullet {
	background: #fff !important;
  }
  .reviews-main .swiper-button-next.swiper-button-disabled, .reviews-main .swiper-button-prev.swiper-button-disabled {
	background: url(images/dest/prev.svg) no-repeat center center;
	background-size: 100%;
	-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
			transform: rotate(0deg);
	opacity: 1 !important;
  }
  .reviews-main .swiper-button-next.swiper-button-disabled {
	-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
			transform: rotate(180deg);
  }
  
  .reviews-main-slider__btm {
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	margin-top: 30px;
  }
  
  .reviews-main-slider-pagination {
	bottom: auto !important;
	position: relative !important;
	width: auto !important;
	margin: 0 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
  }
  
  .reviews-main-slider-prev, .reviews-main-slider-next {
	position: relative !important;
	left: auto !important;
	right: auto !important;
	bottom: 0 !important;
	top: auto !important;
	margin-top: 0 !important;
  }
  
  .reviews-main-item {
	border-radius: 10px;
	position: relative;
	height: 400px;
	overflow: hidden;
  }
  
  .reviews-main-item__btm {
	position: absolute;
	left: -2%;
	bottom: 0;
	width: 104%;
	padding: 40px 20px 20px;
	background: url(images/dest/review.svg) no-repeat center top;
	background-size: 100%;
	text-align: center;
  }
  .reviews-main-item__btm p {
	font-size: 16px;
	font-weight: 400;
	line-height: 110%;
	height: 72px;
	overflow: hidden;
  }
  
  .reviews-main-item__img {
	width: 100%;
	height: 100%;
  }
  .reviews-main-item__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
  }
  
  .reviews-main-item__name {
	font-size: 16px;
	font-weight: 500;
	line-height: 110%;
	text-transform: uppercase;
	margin-bottom: 5px;
  }
  
  .reviews-main-item__link {
	margin-bottom: 10px;
	color: #90C4C6;
	font-size: 16px;
	font-weight: 400;
	line-height: 110%;
	display: block;
  }
  .reviews-main-item__link:hover {
	color: #F5AF90;
  }
  
  .reviews-main-item__play {
	width: 52px;
	height: 52px;
	position: absolute;
	left: 50%;
	margin-left: -26px;
	top: -20px;
	background: url(images/dest/play.svg) no-repeat center center;
	background-size: 100%;
  }
  
  .why-bl {
	border-radius: 20px;
	padding-right: 100px;
	background: #F5AF90 url(images/dest/why.png) no-repeat center right;
	background-size: auto 100%;
  }
  
  .why-bl__img {
	padding: 0 35px 20px;
	width: 22%;
	margin-top: -20px;
  }
  .why-bl__img img {
	max-width: 100%;
  }
  
  .why-bl-item {
	text-align: center;
	width: 25%;
	padding-top: 50px;
  }
  .why-bl-item p {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
	margin-bottom: 30px;
  }
  
  .why-bl__ttl {
	color: #FFF;
	text-align: center;
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	text-transform: uppercase;
	margin-bottom: 8px;
  }
  .why-bl__ttl b {
	font-size: 50px;
	font-weight: 500;
	line-height: 120%;
  }
  
  @media (max-width: 1210px) {
	.inner-page {
	  padding: 0 20px;
	}
  
	.header__soc li {
	  margin: 0 3px;
	}
  
	.header__btns ul li {
	  margin: 0 5px;
	}
  
	.footer__middle ul, .footer__btm {
	  -ms-flex-wrap: wrap;
		  flex-wrap: wrap;
	}
  
	.footer__btm p {
	  margin: 0 5px;
	}
  
	.catalog-item, .catalog-item__btm {
	  padding-left: 15px;
	  padding-right: 15px;
	}
  
	.blue-callback__wapp, .blue-callback__phone {
	  padding: 0 10px;
	}
  
	.blue-callback {
	  padding-left: 20px;
	  padding-right: 20px;
	}
  
	.blue-callback__contact {
	  width: calc(100% - 300px);
	}
  
	.main-slide__left {
	  width: 65%;
	}
  
	.main-slide__right {
	  width: 34%;
	}
  
	.main-slide__left h1 {
	  margin: 30px 0;
	}
  
	.main-slide__order {
	  padding: 15px;
	  margin-top: 30px;
	}
  
	.start-slider, .procedures-slider {
	  padding-left: 20px !important;
	}
  
	.start-slider .swiper-button-next, .start-slider .swiper-button-prev {
	  display: none;
	}
  }
  @media (max-width: 1030px) {
	.catalog-item {
	  width: 48%;
	}
  
	.section {
	  margin-top: 80px;
	}
  
	.faq-bl {
	  padding-top: 80px;
	}
  }
  @media (min-width: 998px) {
	.menu__btmmob, .menu__topmob, .menu-btn,
  .reviews__left + .reviews__rating, .catalog-new__show, .main-slide__right .main-slide__order, .problems__show,
  .problems-bl__right .btnn, .more-info__heart + img, .expert-bl__txt .h2_n + img, .procedures__show {
	  display: none;
	}
  
	.main-slide__last span {
	  display: none;
	}
  }
  @media (max-width: 998px) {
	.breadcrimbs a:after {
	  top: 2px;
	}
  
	header > .inner-page > .row > .header__btns, header > .inner-page > .row > .header__soc, header > .inner-page > .row > .header__citybl {
	  display: none;
	}
  
	.header__phone {
	  display: block;
	}
  
	.header__btns ul a {
	  margin-bottom: 15px;
	  display: inline-block;
	}
  
	.header__right .header__phone {
	  font-size: 0;
	  padding-left: 0;
	  width: 44px;
	  height: 44px;
	  background: url(images/dest/sprite.svg#phone-mob) no-repeat center center;
	  background-size: 100%;
	}
	.header__right .header__phone:before {
	  display: none;
	}
  
	header {
	  padding: 10px 0;
	  background: #fff;
	  position: fixed;
	  width: 100%;
	  left: 0;
	  z-index: 10;
	}
  
	header .row {
	  position: relative;
	  z-index: 2;
	}
  
	.menu {
	  position: fixed;
	  left: -10000px;
	  top: 80px;
	  width: 100%;
	  height: calc(100% - 80px);
	  z-index: 1;
	  background: #fff;
	  padding: 20px 20px 20px;
	  overflow-y: auto;
	  -webkit-transition: 0.5s;
	  -o-transition: 0.5s;
	  transition: 0.5s;
	  margin-top: 0;
	}
  
	.open-menu .menu {
	  left: 0;
	}
  
	.header__btns ul {
	  display: block;
	  padding-bottom: 5px;
	  border-bottom: 1px solid #E0E0E0;
	  margin-bottom: 20px;
	}
  
	.menu > ul {
	  display: block;
	  padding-bottom: 0;
	  padding-right: 0;
	  border-bottom: 1px solid #E0E0E0;
	  margin-bottom: 20px;
	  -webkit-box-shadow: none;
			  box-shadow: none;
	  border-radius: 0;
	}
  
	.menu > ul a {
	  font-size: 16px;
	  font-weight: 500;
	  line-height: 120%;
	  text-transform: uppercase;
	  padding-right: 25px;
	  position: relative;
	  display: block;
	  width: 184px;
	}
	.menu > ul a:after {
	  content: "";
	  display: block;
	  width: 18px;
	  height: 18px;
	  background: url(images/dest/sprite.svg#btm5) no-repeat center right;
	  background-size: 100%;
	  -webkit-transform: rotate(-90deg);
		  -ms-transform: rotate(-90deg);
			  transform: rotate(-90deg);
	  position: absolute;
	  right: 0;
	  top: 0;
	}
  
	.menu > ul li {
	  margin-bottom: 20px;
	}
  
	.header__city {
	  background: #F5F5F5;
	}
  
	.header__soc a {
	  background: #F5F5F5;
	}
  
	.menu > ul > li:first-child > a:first-of-type {
	  background: transparent;
	  text-align: left;
	  color: #707074 !important;
	  padding: 0;
	}
	.menu > ul > li:first-child > a:first-of-type:after {
	  content: "";
	  background: url(images/dest/sprite.svg#btm6) no-repeat center right !important;
	  background-size: 100% !important;
	  -webkit-transform: rotate(180deg) !important;
		  -ms-transform: rotate(180deg) !important;
			  transform: rotate(180deg) !important;
	  -webkit-transition: 0.5s;
	  -o-transition: 0.5s;
	  transition: 0.5s;
	}
  
	.menu > ul > li:first-child > a:first-of-type.active, .menu > ul > li:first-child > a:first-of-type:hover {
	  background: transparent;
	}
	.menu > ul > li:first-child > a:first-of-type.active:after, .menu > ul > li:first-child > a:first-of-type:hover:after {
	  content: "";
	  -webkit-transform: rotate(0) !important;
		  -ms-transform: rotate(0) !important;
			  transform: rotate(0) !important;
	}
  
	.menu > ul > li:first-child > a:first-of-type.active + ul {
	  position: relative;
	  top: 0;
	  background: transparent;
	  padding: 15px 0 0;
	}
  
	.menu > ul ul a {
	  color: #707074;
	  text-transform: initial;
	  width: 184px;
	  margin-bottom: 0;
	}
	.menu > ul ul a:after {
	  display: none;
	}
  
	.menu > ul ul {
	  background: transparent;
	}
  
	.menu > ul ul li {
	  margin-bottom: 15px;
	}
  
	.menu__btmmob .row {
	  margin-top: 30px;
	}
  
	.menu-btn {
	  display: block;
	  width: 44px;
	  height: 44px;
	  border-radius: 100%;
	  background: #F5F5F5 url(images/dest/sprite.svg#menu) no-repeat center center;
	  background-size: 19px;
	  margin-left: 20px;
	  -webkit-box-shadow: 0px 0px 0px 0px rgba(64, 64, 64, 0.15), 0px 1px 2px 0px rgba(64, 64, 64, 0.15), 0px 23px 7px 0px rgba(64, 64, 64, 0);
			  box-shadow: 0px 0px 0px 0px rgba(64, 64, 64, 0.15), 0px 1px 2px 0px rgba(64, 64, 64, 0.15), 0px 23px 7px 0px rgba(64, 64, 64, 0);
	  -webkit-transition: 0.5s;
	  -o-transition: 0.5s;
	  transition: 0.5s;
	  -webkit-user-select: none;
		 -moz-user-select: none;
		  -ms-user-select: none;
			  user-select: none;
	}
  
	.open-menu .menu-btn {
	  background: #90C4C6 url(images/dest/sprite.svg#close3) no-repeat center 2px;
	  background-size: 100%;
	}
  
	.blue-callback, .row, .breadcrimbs ul {
	  -ms-flex-wrap: wrap;
		  flex-wrap: wrap;
	}
  
	.blue-callback__pers {
	  -webkit-box-ordinal-group: 2;
		  -ms-flex-order: 1;
			  order: 1;
	  margin-top: 30px;
	}
  
	.blue-callback__contact, .faq-bl__left, .faq-bl__right, .reviews__left, .reviews__right,
  .catalog-item, .text-bl__left, .text-bl__right {
	  width: 100%;
	}
  
	.text-bl__left {
	  margin-top: 30px;
	  text-align: center;
	}
  
	.text-bl__left p:first-of-type {
	  font-size: 18px;
	  font-weight: 400;
	  line-height: 120%;
	}
  
	.text-bl__left h3, .text-bl__left .h3_n {
	  font-size: 18px;
	}
  
	.text-bl__left li {
	  text-align: left;
	}
  
	.text-bl__left h2, .text-bl__left .h2_n {
	  text-align: center;
	}
  
	.h2_n, .text-bl__left h2, .text-bl__left .h2_n {
	  font-size: 32px;
	  font-weight: 400;
	  line-height: 110%;
	  margin-bottom: 30px;
	}
  
	.footer__middle ul li {
	  width: 49%;
	  margin-right: 0;
	  margin-bottom: 7px;
	}
  
	.footer__middle ul {
	  margin-bottom: 20px;
	  -webkit-box-pack: justify;
		  -ms-flex-pack: justify;
			  justify-content: space-between;
	}
  
	.footer__btm p {
	  width: 100%;
	  margin-bottom: 10px;
	}
  
	.content-area {
	  overflow: hidden;
	  padding-top: 83px;
	}
  
	.cats-slider .swiper-scrollbar {
	  display: none;
	}
  
	.cats-bl {
	  padding: 20px 0 20px 20px;
	  border-radius: 70px 0 0 70px;
	}
  
	.catalog-cats .inner-page {
	  padding-right: 0;
	}
  
	.top-bl {
	  margin-top: 40px;
	}
  
	.top-bl h1 {
	  color: #707074;
	  font-size: 32px;
	  font-weight: 400;
	  line-height: 110%;
	  letter-spacing: -0.32px;
	  margin-bottom: 30px;
	}
  
	header .logo {
	  max-width: 35px;
	}
  
	.blue-callback {
	  padding: 30px;
	}
  
	.blue-callback__ttl {
	  margin-bottom: 30px;
	  font-size: 28px;
	}
  
	.blue-callback__wapp, .blue-callback__phone {
	  padding: 12px 20px;
	  height: auto;
	  line-height: 120%;
	  text-align: left;
	}
  
	.blue-callback__wapp {
	  margin-bottom: 20px;
	}
  
	.faq-item {
	  padding: 20px 20px 20px 20px;
	}
  
	.faq-item__qu {
	  padding-right: 30px;
	  font-size: 16px;
	}
  
	.faq-bl__right {
	  margin-top: 30px;
	}
  
	.faq-bl__pers img {
	  margin: 20px 0;
	}
  
	.faq-bl__right .btnn {
	  width: 285px;
	  margin: 30px auto 0;
	}
  
	.reviews .h2_n {
	  margin-bottom: 30px;
	}
  
	.reviews__left p {
	  width: 100%;
	  margin-top: 20px;
	}
  
	.reviews__left {
	  -ms-flex-wrap: wrap;
		  flex-wrap: wrap;
	}
  
	.reviews__right {
	  margin-top: 30px;
	}
  
	.row_ait .reviews__rating {
	  display: none;
	}
  
	.reviews__rating {
	  margin-top: 30px;
	}
  
	.text-bl:last-of-type {
	  padding-bottom: 80px;
	}
  
	.footer__logo {
	  margin-bottom: 30px;
	}
  
	.footer__soc {
	  width: 100%;
	  margin: 25px 0;
	}
  
	.footer__top {
	  border-bottom: none;
	  padding-bottom: 0;
	}
  
	.footer__h2 {
	  font-size: 18px;
	}
  
	.reviews-slider .swiper-button-prev {
	  left: 45% !important;
	}
  
	.reviews-slider .swiper-button-next {
	  right: 45% !important;
	}
  
	.catalog-new {
	  margin-top: 50px;
	  margin-bottom: 0;
	}
  
	.catalog-item__ttl {
	  text-align: center;
	  margin-bottom: 15px;
	}
  
	.catalog-item__icons {
	  margin-bottom: 15px;
	}
  
	.catalog-item__icons li {
	  width: 50px;
	  height: 50px;
	}
  
	.catalog-item {
	  margin-bottom: 40px;
	  display: none;
	}
  
	.catalog-item__btm {
	  -ms-flex-wrap: wrap;
		  flex-wrap: wrap;
	}
  
	.catalog-item.active, .catalog-item:nth-of-type(-n+3) {
	  display: block;
	}
  
	.catalog-new__show, .problems__show, .procedures__show {
	  color: #F5AF90;
	  text-align: center;
	  font-size: 18px;
	  font-weight: 500;
	  line-height: 120%;
	  text-decoration: underline;
	  text-transform: uppercase;
	  margin-bottom: 80px;
	}
  
	.catalog-page .catalog-new__show {
	  margin-top: -45px;
	  position: relative;
	  z-index: 1;
	}
  
	.problems__show {
	  margin-bottom: 25px;
	  margin-top: 15px;
	  font-size: 16px;
	}
  
	.results {
	  margin-top: 85px;
	}
  
	.results__txt {
	  width: calc(100% - 50px);
	}
	.results__txt br {
	  display: none;
	}
  
	.blue-callback__img {
	  width: 88px;
	  height: 88px;
	}
  
	.blue-callback__inf {
	  padding: 5px 0;
	}
  
	.reviews {
	  padding: 40px 0;
	}
  
	.reviews .row + .row {
	  margin-top: 0;
	}
  
	.reviews-slider {
	  margin-top: 30px;
	}
  
	.main-slide__left {
	  width: 100%;
	  margin-bottom: 20px;
	}
	.main-slide__left .main-slide__order {
	  display: none;
	}
  
	.main-slide__right {
	  width: 100%;
	}
  
	.main-slide__right > img {
	  margin: 0 auto 20px;
	  max-width: 200px;
	}
  
	.main-slide__iconbl:first-of-type, .main-slide__iconbl:nth-of-type(2), .main-slide__iconbl:nth-of-type(3) {
	  position: relative;
	  left: 0;
	  top: 0;
	  bottom: 0;
	  margin-bottom: 20px;
	}
  
	.main-slide__order {
	  -ms-flex-wrap: wrap;
		  flex-wrap: wrap;
	  max-width: 500px;
	  margin: 30px auto 0;
	}
  
	.main-slide__order .btnn {
	  margin: 0 auto 20px;
	  width: 100%;
	  max-width: 400px;
	}
  
	.main-slide__oprice, .main-slide__nprice {
	  width: 49%;
	  -webkit-box-ordinal-group: 2;
		  -ms-flex-order: 1;
			  order: 1;
	}
  
	.main-slide__last {
	  width: 100%;
	  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;
	  margin-bottom: 10px;
	}
	.main-slide__last span {
	  margin-right: 15px;
	  font-size: 12px;
	  font-weight: 700;
	  line-height: normal;
	  text-transform: uppercase;
	}
  
	.main-slide__oprice, .main-slide__nprice {
	  padding: 0 10px;
	}
  
	.main-slide__oprice .main-slide__price {
	  overflow: hidden;
	}
  
	.main-slide__oprice .main-slide__price:before {
	  left: 0;
	}
  
	.main-slide__left h1 {
	  font-size: 40px;
	  margin-top: 20px;
	}
  
	.problems-bl__left, .problems-bl__right {
	  width: 100%;
	}
  
	.results ul {
	  -ms-flex-wrap: wrap;
		  flex-wrap: wrap;
	}
  
	.results li {
	  width: 100%;
	  margin-bottom: 20px;
	  -webkit-box-pack: justify;
		  -ms-flex-pack: justify;
			  justify-content: space-between;
	}
  
	.structure-item {
	  width: 100%;
	  margin-bottom: 20px;
	  border-radius: 10px;
	}
  
	.new-form form input[type=text], .new-form form input[type=tel], .new-form form input[type=email] {
	  width: 100%;
	  margin-bottom: 20px;
	}
  
	.new-form {
	  padding: 40px 20px;
	  margin-top: 20px;
	}
  
	.new-form form .btnn {
	  width: 100%;
	  max-width: 400px;
	  margin: 20px auto 0;
	  -webkit-box-ordinal-group: 2;
		  -ms-flex-order: 1;
			  order: 1;
	}
  
	.text-bl__right .new-form form .btnn {
	  -webkit-box-ordinal-group: 1;
		  -ms-flex-order: 0;
			  order: 0;
	  margin: 0 auto;
	}
  
	.new-form form .chk {
	  width: 100%;
	}
  
	.more-info__left, .more-info__right {
	  width: 100%;
	  border-radius: 20px;
	  border-right: none;
	  padding: 20px;
	}
  
	.more-info__btm {
	  margin-top: 35px;
	}
  
	.more-info .row + .row {
	  margin-top: 30px;
	}
  
	.more-info__plus, .more-info__minus {
	  padding: 20px;
	}
  
	.more-info__ttl2 {
	  font-size: 18px;
	}
  
	.more-info__plus, .more-info__minus, .map-bl__map, .map-bl__contact, .map-bl__right {
	  width: 100%;
	}
  
	.map-bl__contact {
	  margin: 30px 0;
	}
  
	.map-bl {
	  margin-bottom: 60px;
	}
  
	.more-info__minus {
	  margin-top: 20px;
	}
  
	.reviews__img {
	  background: url(images/dest/sprite.svg#btm7) no-repeat center right;
	  background-size: 61px;
	}
  
	.reviews__img2 {
	  background: url(images/dest/sprite.svg#lightning) no-repeat center right;
	  background-size: auto 116%;
	}
  
	.superslim__right, .expert-bl__txt {
	  width: 100%;
	}
  
	.problems .h2_n {
	  font-size: 32px;
	  font-weight: 400;
	  line-height: 110%;
	  letter-spacing: -0.32px;
	  text-align: center;
	}
  
	.superslim__left {
	  display: none;
	}
  
	.superslim__right .h2_n {
	  text-align: center;
	}
  
	.more-info__heart br {
	  display: none;
	}
  
	.superslim-item {
	  width: 90%;
	  padding-right: 20px;
	  margin-left: 5%;
	}
	.superslim-item br {
	  display: none;
	}
  
	.problems-slider .swiper-button-next, .problems-slider .swiper-button-prev {
	  display: none;
	}
	.problems-slider .swiper-slide {
	  width: 49%;
	  margin-bottom: 20px;
	  text-align: center;
	  display: none;
	}
	.problems-slider .swiper-slide.active, .problems-slider .swiper-slide:nth-of-type(-n+4) {
	  display: block;
	}
	.problems-slider .swiper-wrapper {
	  -ms-flex-wrap: wrap;
		  flex-wrap: wrap;
	}
  
	.problems-slider__img {
	  margin: 0 auto 10px;
	}
  
	.problems-bl__left {
	  border-radius: 30px 30px 0 0;
	  padding: 40px 20px 0;
	}
  
	.problems-bl__right {
	  border-radius: 0 0 30px 30px;
	  padding: 45px 10px 25px;
	}
  
	.problems-slider {
	  padding: 0 !important;
	  margin: 0 !important;
	}
  
	.problems-bl__ttl {
	  text-align: center;
	  width: 100%;
	}
	.problems-bl__ttl br {
	  display: none;
	}
  
	.problems-bl2 .problems-bl__ttl {
	  font-size: 18px;
	}
	.problems-bl2 .problems-bl__ttl span {
	  color: #707074;
	}
  
	.problems-bl2 .problems-bl__left {
	  border-radius: 20px;
	  padding-top: 30px;
	}
  
	.problems-bl2 .problems-bl__right {
	  border-radius: 20px;
	  padding-top: 30px;
	  padding-bottom: 15px;
	}
  
	.problems-bl__ttl span {
	  display: block;
	}
  
	.problems-bl__left .btnn {
	  display: none;
	}
  
	.problems-bl__right .btnn {
	  max-width: 150px;
	  margin: 0 auto;
	}
  
	.main-slide {
	  margin-top: 10px;
	}
  
	.structure .h2_n {
	  margin-bottom: 30px;
	}
  
	.more-info .h2_n {
	  text-align: center;
	  margin-bottom: 15px;
	}
  
	.more-info__txt {
	  text-align: center;
	  padding: 10px 24px;
	  margin-bottom: 30px;
	}
  
	.contact-btm .h2_n br {
	  display: none;
	}
  
	.photo-slider {
	  margin-top: 35px;
	}
  
	.map-bl__right a {
	  max-width: 280px;
	}
  
	.header__cities {
	  top: auto;
	  bottom: 60px;
	}
  
	.popup-bl {
	  padding: 40px 20px;
	}
  
	.popup-bl p br {
	  display: none;
	}
  
	.popup-bl .new-form form .btnn {
	  -webkit-box-ordinal-group: 1;
		  -ms-flex-order: 0;
			  order: 0;
	  margin: 0 auto;
	}
  
	#thnk p {
	  font-size: 16px;
	  font-weight: 400;
	  line-height: 120%;
	  margin-bottom: 5px;
	}
  
	#thnk .faq-bl__pers img {
	  margin: 0;
	}
  
	.problems-bl2 .problems-bl__left, .problems-bl2 .problems-bl__right {
	  width: 100%;
	}
  
	.more-info__heart + img {
	  margin: 0 auto;
	  display: block;
	  max-width: 180px;
	  margin-bottom: 10px;
	}
  
	.superslim__ttl {
	  font-size: 18px;
	  width: 200px;
	  margin: 0 auto 30px;
	  text-align: center;
	}
  
	.expert-bl {
	  padding: 20px 20px;
	  position: relative;
	}
  
	.expert-bl__img {
	  display: none;
	}
  
	.expert-bl__txt {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: column;
			  flex-direction: column;
	}
	.expert-bl__txt .h2_n {
	  -webkit-box-ordinal-group: 1;
		  -ms-flex-order: 0;
			  order: 0;
	  margin-bottom: 30px;
	  padding-left: 15px;
	}
	.expert-bl__txt .h2_n + img {
	  -webkit-box-ordinal-group: 2;
		  -ms-flex-order: 1;
			  order: 1;
	  border-radius: 10px;
	  height: 350px;
	  -o-object-fit: contain;
		 object-fit: contain;
	  -o-object-position: top;
		 object-position: top;
	}
	.expert-bl__txt .expert-bl__btm {
	  -webkit-box-ordinal-group: 3;
		  -ms-flex-order: 2;
			  order: 2;
	  margin-top: 5px;
	  margin-bottom: 20px;
	}
	.expert-bl__txt p {
	  -webkit-box-ordinal-group: 4;
		  -ms-flex-order: 3;
			  order: 3;
	  margin-bottom: 10px;
	}
  
	.expert-bl__right {
	  width: 72px;
	  position: absolute;
	  right: 30px;
	  top: 380px;
	}
	.expert-bl__right img {
	  max-width: 100%;
	}
  
	.expert-bl__left {
	  width: 100%;
	  margin-right: 0;
	}
  
	.expert-bl__btm {
	  -ms-flex-wrap: wrap;
		  flex-wrap: wrap;
	}
  
	.expert-bl:after {
	  width: 11px;
	  height: 26px;
	  background-size: 26px;
	  left: auto;
	  right: 30px;
	}
  
	.expert-bl:before {
	  width: 11px;
	  height: 26px;
	  background-size: 26px;
	  left: auto;
	  right: 45px;
	}
  
	.white-form {
	  margin-top: 40px;
	}
  
	.more-info__heart {
	  padding-left: 35px;
	  text-align: left;
	}
  
	.steps .row {
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	}
  
	.steps-item {
	  margin-bottom: 30px;
	}
	.steps-item:last-of-type {
	  margin-bottom: 0;
	}
  
	.integrative-item {
	  width: 100%;
	  margin-bottom: 55px;
	  padding: 55px 17px 30px;
	}
	.integrative-item:last-of-type {
	  margin-bottom: 0;
	}
  
	.integrative-item__ttl {
	  margin-bottom: 15px;
	}
  
	.main-page-slide__right {
	  display: none;
	}
  
	.main-page-slide__left {
	  width: 100%;
	  padding-bottom: 405px;
	  padding-top: 50px;
	}
  
	.main-page-slide__left h1 {
	  font-size: 40px;
	  line-height: 105%;
	  letter-spacing: -0.4px;
	}
  
	.main-page-slide__left p {
	  font-size: 20px;
	  line-height: 120%;
	  margin-bottom: 30px;
	}
	.main-page-slide__left p br {
	  display: none;
	}
  
	.main-page-slide__price {
	  padding-right: 0;
	}
  
	.main-page-slide__order {
	  width: 100%;
	  -ms-flex-wrap: wrap;
		  flex-wrap: wrap;
	  position: relative;
	  padding: 15px 23px;
	}
	.main-page-slide__order .main-slide__oprice, .main-page-slide__order .main-slide__nprice {
	  display: block;
	  padding-left: 85px;
	  width: 100%;
	  padding-right: calc(100% - 300px);
	}
	.main-page-slide__order .main-slide__nprice {
	  margin-bottom: 35px;
	  border-left: none;
	  margin-top: 10px;
	  padding-top: 10px;
	  position: relative;
	}
	.main-page-slide__order .main-slide__nprice:before {
	  content: "";
	  display: block;
	  width: 115px;
	  height: 1px;
	  position: absolute;
	  left: 130px;
	  top: 0;
	  background: #707074;
	}
  
	.main-page-slide__salebl {
	  height: 63px;
	  background-size: contain;
	}
  
	.main-page-slide__img {
	  position: absolute;
	  left: 25px;
	  bottom: 23px;
	  width: 90px;
	}
  
	.main-page-slide__order:after {
	  display: none;
	}
  
	.h2_n + p {
	  margin-top: -10px;
	}
  
	.adv-bl {
	  margin-top: -385px;
	}
  
	.adv-bl .row {
	  display: block;
	}
  
	.adv-item {
	  margin: 0 0 15px;
	  border: 1px solid #FFF;
	  background: rgba(255, 255, 255, 0.7);
	  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
			  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
	  -webkit-backdrop-filter: blur(7.5px);
			  backdrop-filter: blur(7.5px);
	  max-width: 300px;
	  min-width: 213px;
	}
  
	.adv-item span {
	  color: #707074;
	}
  
	.adv-item__icon {
	  background: #F5AF90;
	}
	.adv-item__icon svg, .adv-item__icon path {
	  fill: #fff;
	}
  
	.main-page-slide__price {
	  width: 100%;
	}
  
	.main-page-slide__ttl {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -ms-flex-wrap: wrap;
		  flex-wrap: wrap;
	  margin-bottom: 12px;
	}
	.main-page-slide__ttl br {
	  display: none;
	}
  
	.main-page-slide__ttl span {
	  display: block;
	  -webkit-box-ordinal-group: 0;
		  -ms-flex-order: -1;
			  order: -1;
	  margin-bottom: 15px;
	  margin-left: 0;
	  width: 100%;
	}
  
	.main-page-slide__last {
	  width: 100%;
	  margin-bottom: 35px;
	}
	.main-page-slide__last br {
	  display: none;
	}
  
	.profs-slider {
	  margin-top: 0;
	}
  
	.profs-item__exp span {
	  font-size: 14px;
	}
  
	.profs-item__pos br {
	  display: none;
	}
  
	.profs-item__rev {
	  height: auto;
	}
  
	/*.profs-slider__btm {
	  display: none;
	}
  
	.profs .swiper-wrapper {
	  display: block;
	}
  
	.profs .swiper-slide {
	  display: none;
	}
  
	.profs .swiper-slide:nth-of-type(-n + 3) {
	  display: block;
	}*/
  
	.profs-item {
	  padding: 150px 15px 30px;
	}
  
	.profs-item__btm {
	  position: relative;
	  bottom: 0;
	  padding: 0;
	}
  
	.start {
	  padding: 30px 0;
	}
	.start .h2_n span {
	  display: block;
	}
  
	.start-slider .swiper-slide {
	  width: 260px;
	}
  
	.new-form.new-form_red {
	  padding: 30px 20px;
	}
  
	.new-form__steps {
	  padding: 0;
	  margin-bottom: 0;
	}
  
	.integrative .row {
	  margin-top: 70px;
	}
  
	.cats-slider a {
	  padding: 10px 12px;
	}
  
	.form-step {
	  width: 100% !important;
	  margin-right: 0;
	  padding: 33px 20px 20px;
	  text-align: center;
	  margin-bottom: 35px;
	}
  
	.form-step__num {
	  top: 0px;
	  left: 50%;
	  margin-left: -16px;
	}
  
	.new-form.new-form_red form input[type=text], .new-form.new-form_red form input[type=tel], .new-form.new-form_red form input[type=email] {
	  width: 100%;
	}
  
	.new-form.new-form_red .btnn {
	  width: 100%;
	  -webkit-box-ordinal-group: 1;
		  -ms-flex-order: 0;
			  order: 0;
	}
  
	.integrative.integrative_wh {
	  margin-bottom: -70px;
	}
  
	.integrative.integrative_wh .integrative-item {
	  margin-bottom: 70px;
	}
  
	.integrative.integrative_wh .btnn {
	  display: none;
	}
  
	.integrative.integrative_wh .inner-page {
	  background: #F5F5F5;
	  padding: 0;
	  border: none;
	}
  
	.catalog-page .btnn, .catalog-page-slider2__btm, .catalog-page-slider__btm {
	  display: none;
	}
  
	.catalog-page-slider .swiper-wrapper, .catalog-page-slider2 .swiper-wrapper {
	  -ms-flex-wrap: wrap;
		  flex-wrap: wrap;
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	  padding-top: 50px;
	}
  
	.catalog-page .catalog-item__txt {
	  height: auto;
	  max-width: 300px;
	  margin: 0 auto;
	}
  
	.catalog-page .catalog-item {
	  max-width: 280px;
	  margin: 0 auto;
	}
  
	.catalog-page-slider .swiper-slide, .catalog-page-slider2 .swiper-slide {
	  display: none;
	}
  
	.catalog-page-slider .swiper-slide.active, .catalog-page-slider .swiper-slide:nth-of-type(-n+3),
  .catalog-page-slider2 .swiper-slide.active, .catalog-page-slider2 .swiper-slide:nth-of-type(-n+3) {
	  display: block;
	  width: auto;
	  margin: 0 10px 80px;
	}
  
	.catalog-page .catalog-item__img {
	  margin-top: -85px;
	}
  
	.catalog-page-slider {
	  margin-top: 35px;
	}
  
	.catalog-page-slider2 .swiper-slide {
	  display: none;
	}
  
	.catalog-page-slider2 .swiper-slide.active, .catalog-page-slider2 .swiper-slide:nth-of-type(-n+3) {
	  display: block;
	}
  
	.procedures-slider__btm, .procedures .btnn {
	  display: none;
	}
  
	.procedures-slider {
	  padding: 0 25px !important;
	}
	.procedures-slider .swiper-wrapper {
	  -ms-flex-wrap: wrap;
		  flex-wrap: wrap;
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	}
	.procedures-slider .swiper-slide {
	  margin: 0 15px 30px;
	  display: none;
	}
	.procedures-slider .swiper-slide.active, .procedures-slider .swiper-slide:nth-of-type(-n + 3) {
	  display: block;
	}
  
	.reviews-main {
	  padding: 0 20px;
	}
  
	.reviews-main .inner-page {
	  padding: 30px 0;
	}
	.reviews-main .inner-page .swiper-slide {
	  width: 205px !important;
	}
  
	.reviews-main .h2_n {
	  padding: 0 20px;
	}
  
	.why-bl {
	  padding: 0 30px 10px;
	  display: block;
	  background: #F5AF90 url(images/dest/why2.png) no-repeat top right;
	  background-size: 100%;
	}
  
	.why-bl__img {
	  width: 160px;
	  margin-top: 0;
	  padding: 0;
	  margin-bottom: 10px;
	}
  
	.why-bl-item p {
	  margin-bottom: 20px;
	}
  
	.why-bl__img img {
	  margin-top: -12px;
	}
  
	.why-bl-item {
	  width: 100%;
	  max-width: 400px;
	  margin: 0 auto;
	  padding-top: 0;
	}
  }
  @media (max-width: 768px) {
	.reviews-slider .swiper-button-prev {
	  left: 40% !important;
	}
  
	.reviews-slider .swiper-button-next {
	  right: 40% !important;
	}
  }
  @media (max-width: 415px) {
	.expert-bl__txt .h2_n + img {
	  height: 240px;
	  -o-object-fit: cover;
		 object-fit: cover;
	}
  
	.expert-bl__right {
	  top: 315px;
	}
  }
  @media (max-width: 360px) {
	.catalog-item__more {
	  width: 100%;
	  margin-bottom: 10px;
	}
  
	.catalog-item__btm .btnn {
	  width: 100%;
	}
  
	.catalog-item__btm {
	  position: relative;
	}
  
	.catalog-item {
	  padding-bottom: 10px;
	}
  
	.catalog-item__icons li {
	  width: 40px;
	  height: 40px;
	}
  
	.main-slide__price {
	  font-size: 20px;
	}
  
	.problems-slider__img {
	  width: 120px;
	  height: 120px;
	}
  }

/* Added */
.h2_n-link {
	color: #707074;
}
.h2_n-link:hover{
	color: #90C4C6;
	text-decoration: underline;
}

.reviews-item__ya:hover {
	background: #f5af90;
	cursor: pointer;
}

.reviews__positive {
	text-decoration-line:none;
}

.reviews__positive a {
	color: #707074;
	text-decoration: underline;
}

.reviews__positive a:hover {
	color: #90c4c6;
}

.text-bl__left a {
	color: #707074;
	text-decoration: underline;
}

.text-bl__left a:hover {
	color: #90c4c6;
	text-decoration: underline;
}

.main-slide__order-no-sale {
	width: auto;
}

.main-slide__nprice-no-sale {
	border: none;
	margin: 0 auto;
	margin-left: 40px;
}

.results ul {
	gap: 20px;
	align-items: stretch;
}

.results__num, .main-slide__icon {
	flex-shrink: 0;
}

.structure-item p {
	font-weight: 400;
}

.more-info__action li {
	white-space: nowrap;
}

.main-slide__iconbl:nth-of-type(2) {
	width: 39%;
	padding-right: 10px;
}

.main-slide__iconbl:nth-of-type(3) {
	left: 42px;
}

a.footer__buttonWhatsapp {
    height: 60px;
    width: 60px;
    position: fixed;
    bottom: 5%;
    right: 5%;
    background: no-repeat url(images/whatsapp-65.png);
    z-index: 10;
}

.footer__lics.footer__btm p{
	text-align: center;
}

.footer__lics.footer__btm ul{
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.footer__lics.footer__btm ul li {
	margin-right: 50px;
}

.footer__lics.footer__btm ul li:last-child {
	margin-right: 0px;
}

.grecaptcha-badge { 
	visibility: hidden; 
}




@media (max-width: 998px) {
	.main-slide__nprice-no-sale {
		margin: 0 auto;
	}
	.results ul {
		gap: 0px;
	}
	.main-slide__iconbl:nth-of-type(2) {
		width: auto;
		padding-right: 20px;
	}

	.main-slide__iconbl:nth-of-type(3) {
		left: 0;
	}

	.new-form.new-form_red form .wpcf7-form-control-wrap {
		width: 100%;
	}
		
	.footer__lics.footer__btm ul {
		text-align: center;
		flex-wrap: wrap;
	}
	
	.footer__lics.footer__btm ul li {
		margin-right: 0px;
	}
}

@media (max-width: 350px) {
	.footer__middle ul a {
		font-size: 14px;
	}
}