

/* Start:/local/assets/css/fonts.css?1755680089454*/
@font-face {
	font-family: 'Graphik LCG';
	src: url('/local/assets/css/fonts/GraphikLCG-Medium.woff2') format('woff2'),
	url('/local/assets/css/fonts/GraphikLCG-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Graphik LCG';
	src: url('/local/assets/css/fonts/GraphikLCG-Regular.woff2') format('woff2'),
	url('/local/assets/css/fonts/GraphikLCG-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
/* End */


/* Start:/local/assets/css/keyframes.css?17556800891300*/
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes from-top-to-show {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes from-show-to-top {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes heartbeat {
  0% { transform: rotate(0deg) scale(1); }
  20% { transform: rotate(0deg) scale(1); }
  30% { transform: rotate(0deg) scale(1.4); }
  50% { transform: rotate(0deg) scale(1.2); }
  70% { transform: rotate(0deg) scale(1.4); }
  100% { transform: rotate(0deg) scale(1); }
}
@keyframes banner {
  0% {
    transform: translate(0px, -110%) rotate(10deg) scale(0.8);
  }
  20% {
    transform: translate(0px, -20%) rotate(-6deg) scale(0.8);
  }
  40% {
    transform: translate(0px, 0px) rotate(0deg) scale(0.8);
  }
  50% {
    transform: translate(0px, 0px) rotate(0deg) scale(0.85);
  }
  100% {
    transform: translate(0px, 0px) rotate(0) scale(1);
  }
}
@keyframes letter {
  0% {
    opacity: 0;
    transform: translate(0px, 0);
  }
  40% {
    opacity: 1;
    transform: translate(0px, -30%);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
/* End */


/* Start:/local/assets/css/default.css?175568008913406*/
/* Reset
-----------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
	line-height: 120%;
	box-sizing: border-box;
	appearance: none;
	-webkit-appearance: none;
}
html {
	height: 100%;
	min-height: 100vh;
	scroll-behavior: smooth;
}
html._nosmooth {
	scroll-behavior: initial;
}
body {
	height: 100%;
	min-height: 100vh;
	line-height: 0;
	font-size: 0;
}
body._fixed {
	overflow: hidden;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
a, input {
	transition: 250ms;
}
.clr {
	clear: both;
}
/* Default
-----------------------------------------------------------------------------*/
.wrapper {
	min-width: 300px;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	min-height: 100%;
	/*height: auto !important;*/
	height: 100%;
	position: relative;
}
.content {
	padding: 0 0 0;
	position: relative;
	overflow: hidden;
}
.textarea {
	resize: none;
}
.label {
	cursor: pointer;
}
.image {
	width: 100%;
}
.iframe {
	width: 100%;
	height: 100%;
	border: none;
}
.form__check {
	display: none;
}
/* Header / Footer
-----------------------------------------------------------------------------*/
.header,
.footer {
	min-width: 300px;
	max-width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 100;
}
.footer {
	position: sticky;
	top: 100vh;
}
.header__content,
.footer__content {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: flex;
	position: relative;
}
/* Components
-----------------------------------------------------------------------------*/
/* Buttons
_____________________________________________________________________________*/
.stock-filter-link__link,
.button,
.button a {
	text-decoration: none;
}
.stock-filter-link__link,
.button a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	transition: 250ms;
}
.button-menu-style {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 25px;
	margin-right: 40px;
	z-index: 400;
}
.button-menu-style .button-menu__link {
	display: flex;
	align-items: center;
	position: relative;
	text-decoration: none;
}
.button-menu-style .button-menu__text {
	position: relative;
}
.button-menu-style .button-menu__text::before {
	content: '\a0';
	opacity: 0;
	visibility: hidden;
}
.button-menu-style .button-menu__text span {
	position: absolute;
	top: 0;
	right: 0;
	transition: 500ms;
}
.button-menu-style._shown .button-menu__text span:nth-of-type(2),
.button-menu-style .button-menu__text span:nth-of-type(1) {
	opacity: 1;
	visibility: visible;
}
.button-menu-style._shown .button-menu__text span:nth-of-type(1),
.button-menu-style .button-menu__text span:nth-of-type(2) {
	opacity: 0;
	visibility: hidden;
}

.button-menu-style .button-menu__lines {
	flex: 0 0 30px;
	width: 30px;
	height: 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-end;
	padding: 3px 0 6px;
}
.button-menu-style._shown .button-menu__lines {
	padding: 5px 0 4px;
}
.button-menu-style .button-menu__lines span {
	display: block;
	flex: 0 0 3px;
	height: 3px;
	border-radius: 22px;
	background: #000;
	position: relative;
	overflow: hidden;
	transform-origin: center center;
	transition-duration: 500ms;
}
.button-menu-style._shown .button-menu__lines span:nth-of-type(1),
.button-menu-style._shown .button-menu__lines span:nth-of-type(2),
.button-menu-style._shown .button-menu__lines span:nth-of-type(3),
.button-menu-style .button-menu__lines span:nth-of-type(1) {
	width: 29px;
}
.button-menu-style .button-menu__lines span:nth-of-type(2) {
	width: 20px;
}
.button-menu-style .button-menu__lines span:nth-of-type(3) {
	width: 10px;
}
.button-menu-style._shown .button-menu__lines span:nth-of-type(1) {
	transform: translate(0, 9px) rotate(-45deg);
}
.button-menu-style._shown .button-menu__lines span:nth-of-type(2) {
	opacity: 0;
}
.button-menu-style._shown .button-menu__lines span:nth-of-type(3) {
	transform: translate(0, -9px) rotate(45deg);
}
/* Popups
_____________________________________________________________________________*/
.popup,
.response {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	justify-content: center;
	align-items: center;
	z-index: 800;
	overflow: hidden;
}
.popup__shadow,
.response__shadow {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: #000;
}
.popup__shadow {
	background: rgba(0, 0, 0, 0.70);
}
.popup__shadow,
.popup__close-outer,
.popup__close-inner,
.response__shadow,
.response__close {
	cursor: pointer;
}
.popup__window {
	width: auto;
	height: auto;
	max-height: 100%;
	flex: 0 0 auto;
	position: relative;
	z-index: 10;
}
.popup__layer {
	background: #fff;
}
.popup__close-outer,
.popup__close-inner {
	position: absolute;
	top: 0;
	right: 0;
	transition: 250ms;
}
.popup__close-outer:hover,
.popup__close-inner:hover {
	transform: rotate(90deg);
}
/* Forms
_____________________________________________________________________________*/
/* Forms Fields
_____________________________________________________________________________*/
.input-form {

}
.input-form__label {

}

.textarea-placeholder__textarea,
.textarea-form__textarea,
.input-placeholder__input,
.input-form__input {
	width: 100%;
	height: 100%;
}
.textarea-placeholder,
.input-placeholder {
	position: relative;
	overflow: hidden;
}
.textarea-placeholder__input,
.input-placeholder__input {
	width: 100%;
	height: 100%;
	line-height: inherit;
	cursor: inherit;
}
.textarea-placeholder__label,
.input-placeholder__label {
	width: 100%;
	height: 100%;
	display: flex;
	line-height: inherit;
	cursor: inherit;
	position: absolute;
	left: 0;
	bottom: 0;
	cursor: text;
	transition: 250ms;
}
.textarea-placeholder__label span,
.input-placeholder__label span {
	line-height: inherit;
	cursor: inherit;
	transform-origin: 0 0;
	transition: 0.3s;
	display: block;
	color: #6B6B6B;
	pointer-events: none;
	user-select: none;
}
.textarea-placeholder__textarea:focus + .textarea-placeholder__label > span,
.textarea-placeholder__textarea:not([value=""]) + .textarea-placeholder__label > span,
.input-placeholder__input:focus + .input-placeholder__label > span,
.input-placeholder__input:not([value=""]) + .input-placeholder__label > span {
	transform: translateY(-34%) scale(0.8);
}
.textarea-placeholder__label::before,
.textarea-placeholder__label::after,
.input-placeholder__label::before,
.input-placeholder__label::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	transition: 0.3s;
}
.textarea-placeholder__label::before,
.input-placeholder__label::before {
	background: #000;
}
.textarea-placeholder__label::after,
.input-placeholder__label::after {
	width: 0;
	height: 2px;
}
.textarea-placeholder__textarea:not:empty,
.input-placeholder__input:not:empty {
}
.textarea-placeholder__textarea:invalid + .textarea-placeholder__label::after,
.input-placeholder__input:invalid + .input-placeholder__label::after {
	width: 100%;
}
.textarea-placeholder__textarea:focus + .textarea-placeholder__label::after,
.textarea-placeholder__textarea:not([value=""]) + .textarea-placeholder__label::after,
.input-placeholder__input:focus + .input-placeholder__label::after,
.input-placeholder__input:not([value=""]) + .input-placeholder__label::after {
	width: 100%;
}
.checkbox-form__label {
	position: relative;
}
.checkbox-form__checkbox {
	position: relative;
}
.checkbox-form__label::before,
.checkbox-form__label::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: center center;
	transition: 250ms;
}
.checkbox-form__checkbox:checked + .checkbox-form__label::after,
.checkbox-form__label::before {
	opacity: 1;
	visibility: visible;
}
.checkbox-form__label::after {
	opacity: 0;
	visibility: hidden;
}
.checkbox-form__text a {
	color: inherit;
}
.checkbox-form__text a:hover {
	text-decoration: none;
}
.submit-form__submit {
	width: 100%;
	height: 100%;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}
.submit-form__background::before,
.submit-form__background::after,
.submit-form__background {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	transition-duration: 250ms;
	transition-timing-function: linear;
}
.submit-form__background::before,
.submit-form__background::after {
	content: '';
	z-index: 0;
}
.submit-form__submit .submit-form__background::before,
.submit-form__submit:hover .submit-form__background::after {
	opacity: 1;
	visibility: visible;
}
.submit-form__submit .submit-form__background::after,
.submit-form__submit:hover .submit-form__background::before {
	opacity: 0;
	visibility: hidden;
}
.submit-form__text {
	position: relative;
	z-index: 1;
}
/* Block IHP
_____________________________________________________________________________*/
.block-ihp {
	display: flex;
	flex-direction: column;
	position: relative;
}
.block-ihp__link {
	flex: 0 0 100%;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	text-decoration: none;
	position: relative;
}
.block-ihp__picture {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
/* Social
_____________________________________________________________________________*/
.social-style {
	display: flex;
	align-items: center;
}
.social-style .social__element:not(:last-of-type) {
	margin-right: 10px;
}
.social-style .social__link {
	width: 32px;
	height: 32px;
	display: flex;
	position: relative;
}
.social-style .social__link span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	transition: 250ms;
}
.social-style .social__link:hover span:nth-of-type(2),
.social-style .social__link span:nth-of-type(1) {
	opacity: 1;
	visibility: visible;
}
.social-style .social__link:hover span:nth-of-type(1),
.social-style .social__link span:nth-of-type(2) {
	opacity: 0;
	visibility: hidden;
}
/* Menu-main
_____________________________________________________________________________*/
.menu-mobile-style {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	z-index: 350;
	transition-delay: 500ms;
}
.menu-mobile-js._shown {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transition-delay: 0ms;
}
.menu-mobile-style .menu-mobile__layer {
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: relative;
	animation: from-show-to-top 500ms ease 0ms forwards;
}
.menu-mobile-style.menu-mobile-js._shown .menu-mobile__layer {
	animation: from-top-to-show 500ms ease 0ms forwards;
}
.menu-mobile-style .menu-mobile__background {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.menu-mobile-style .menu-mobile__content {
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: relative;
}
.menu-mobile-style .menu-mobile__header,
.menu-mobile-style .menu-mobile__footer,
.menu-mobile-style .menu-mobile {
	position: relative;
	z-index: 1;
}
/* Formstyler
_____________________________________________________________________________*/
._select-custom .jq-selectbox {
	width: 100%;
	height: 100%;
}
._select-custom .jq-selectbox__select {
	display: flex;
	align-items: center;
	cursor: pointer;
}
._select-custom .jq-selectbox.opened .jq-selectbox__select {
}
._select-custom .jq-selectbox__trigger {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 56px;
	z-index: 20;
}
._select-custom .jq-selectbox__trigger-arrow {
	width: 16px;
	height: 9px;
	position: absolute;
	top: 50%;
	right: 0;
	margin: -4.5px 20px 0 0;
	background-position: center center;
	background-repeat: no-repeat;
	/*background-image: url(/local/assets/css/);*/
	background-size: contain;
}
._select-custom .jq-selectbox.opened .jq-selectbox__trigger-arrow {
	transform: rotate(180deg);
}
._select-custom .jq-selectbox__dropdown {
	min-width: 100%;
	transition: 250ms;
	overflow: hidden;
	border-radius: 5px;
	z-index: 100;
}
._select-custom.jq-selectbox.dropup .jq-selectbox__dropdown {
	margin-bottom: 56px;
	border-radius: 5px 5px 0 0;
}
._select-custom .jq-selectbox.dropdown .jq-selectbox__dropdown {
	margin-top: 56px;
	border-radius: 0 0 5px 5px;
}
._select-custom .jq-selectbox__dropdown ul {
}
._select-custom .jq-selectbox__dropdown ul li {
	cursor: pointer;
	transition: 250ms;
}
._select-custom .jq-selectbox__dropdown ul li.selected,
._select-custom .jq-selectbox__dropdown ul li:hover {
}
/* Slick
_____________________________________________________________________________*/
.slick-dots {
	width: 100%;
	display: flex;
	justify-content: center;
}
.slick-dots li {
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
	margin: -10px 0;
	list-style: none;
}
.slick-dots button {
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	position: relative;
	overflow: hidden;
	background: none;
	cursor: pointer;
}
.slick-dots button::before,
.slick-dots button::after {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -10px 0 0 -10px;
	border-radius: 100%;
	transition: 250ms;
}
.slick-dots button::before {
	background: #D9D9D9;
}
.slick-dots button::after {
	display: none;
}
.slick-dots button:hover::before,
.slick-dots li.slick-active button::before {
	background: #8CEAFF;
}
/* End */


/* Start:/local/assets/css/css.css?175568008971623*/
.popup,
.response,
.button-menu,
.menu-mobile__container,
.wrapper {
	font: normal normal 20px/120% "Graphik LCG", Tahoma, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Graphik LCG", Tahoma, sans-serif;
	font-weight: 400;
	line-height: 120%;
}
h1,
.text-sizer__size-78 {
	font-size: 78px;
	line-height: 160%;
}
.text-sizer__header-78 {
	font-size: 78px;
	line-height: 120%;
}
h2,
.text-sizer__size-64 {
	font-size: 64px;
	line-height: 120%;
}
h3,
.text-sizer__size-36 {
	font-size: 36px;
	line-height: 120%;
}
.text-sizer__size-40 {
	font-size: 40px;
	line-height: 120%;
}
.text-sizer__size-32 {
	font-size: 32px;
	line-height: 120%;
}
.text-sizer__size-24 {
	font-size: 24px;
	line-height: 120%;
}
.text-sizer__footer-24 {
	font-size: 24px;
	line-height: 120%;
}
.text-sizer__footer-16 {
	font-size: 16px;
	line-height: 120%;
}
.text-sizer__service-24 {
	font-size: 24px;
	line-height: 120%;
}
.text-sizer__service-16 {
	font-size: 16px;
	line-height: 120%;
}
.text-sizer__size-20 {
	font-size: 20px;
	line-height: 120%;
}
.text-sizer__header-20 {
	font-size: 20px;
	line-height: 120%;
}
.text-sizer__header-16 {
	font-size: 16px;
	line-height: 120%;
}
/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 108px;
}
.header__content {
	width: 1526px;
	align-items: center;
	justify-content: space-between;
}
.header__phone,
.header__logo {
}
.logo__link {
	width: 198px;
	height: 48px;
	display: flex;
}
.logo__image {
	width: 100%;
	height: 100%;
}
.header__menu {
	height: 100%;
	position: relative;
}
.menu-top {
	height: 100%;
}
.menu-top__list {
	height: 100%;
	display: flex;
}
.menu-top__element {
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
}
.menu-top__link {
	padding: 0 15px;
	color: #000;
	font-weight: 500;
	text-decoration: none;
}
.menu-top__link:hover,
.menu-top__link._selected {
	color: #009CF7;
}
.menu-top__link::after {
	content: '';
	width: calc(100% - 30px);
	height: 6px;
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 15px;
	opacity: 0;
	background: linear-gradient(101deg, #5CE071 7.36%, #009CF7 92.61%);
}
.menu-top__link._selected::after {
	opacity: 1;
}
.phone-header__link {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	text-decoration: none;
}
.phone-header__icon {
	flex: 0 0 20px;
	height: 20px;
	margin-right: 14px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.phone-header__text {
	flex: 0 0 auto;
	font-weight: 500;
	line-height: 140%;
}
.button-menu {
	display: none;
}
.button-menu__text {
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-right: 10px;
}
/* Content
-----------------------------------------------------------------------------*/
.content {
	/*padding: 0 0 452px;*/
}
.site-content {
	width: 100%;
	padding-top: 50px;
	padding-left: 0;
	padding-right: 0;
}
.page-padding__top {
	padding-top: 50px;
}
.page-padding__bottom {
	padding-bottom: 120px;
}
.content-align {
	width: 1526px;
	margin: 0 auto;
	padding-left: 0;
	padding-right: 0;
}
/* Footer
-----------------------------------------------------------------------------*/
.footer {
	/*margin: -452px auto 0;*/
	/*height: 452px;*/
	/*background-position: center center;*/
	/*background-repeat: no-repeat;*/
	/*background-size: cover;*/
	/*background-image: url(/local/assets/css/../images/footer-1.png);*/
}
.footer::before,
.footer::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	/*display: none;*/
}
.footer::before {
	background: linear-gradient(0deg, #DCF9FF -10.98%, rgba(220, 249, 255, 0.00) 93.01%);
}
.footer::after {
	background: linear-gradient(317deg, #D6FFDC 5.5%, rgba(220, 249, 255, 0.00) 52.86%);
}
.footer__content {
	width: 1526px;
	flex-direction: column;
	padding-top: 60px;
	padding-bottom: 30px;
}
.footer__logo .logo__link{
	width: 156px;
	height: 38px;
}
.list-footer__text {
	padding-top: 20px;
	margin-bottom: -2px;
}
.list-footer__copy {
	padding-top: 60px;
	margin-bottom: -2px;
}
.footer__text-paragraph {
	margin-bottom: 2px;
	color: #000;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
}
.menu-footer {
	display: flex;
	position: relative;
	overflow: hidden;
}
.menu-footer > .menu-footer__list:nth-of-type(1) {
	flex: 0 0 391px;
	width: 391px;
	padding-right: 20px;
}
.menu-footer > .menu-footer__list:nth-of-type(2) {
	flex: 0 0 262px;
	width: 262px;
	padding-right: 20px;
}
.menu-footer > .menu-footer__list:nth-of-type(3) {
	flex: 0 0 392px;
	width: 392px;
	padding-right: 150px;
}
.menu-footer > .menu-footer__list:nth-of-type(4) {
	flex: 0 0 212px;
	width: 212px;
}
.menu-footer > .menu-footer__list > .menu-footer__element {
}
.menu-footer > .menu-footer__list > .menu-footer__element .menu-footer__link {
	font-size: 24px;
	font-weight: 500;
}
.menu-footer > .menu-footer__list > .menu-footer__list {
	display: block;
	padding-top: 35px;
	margin-bottom: -10px;
}
.menu-footer > .menu-footer__list > .menu-footer__list > .menu-footer__element {
	margin-bottom: 10px;
}
.menu-footer > .menu-footer__list > .menu-footer__list > .menu-footer__element._style {
	margin-bottom: 20px;
}
.menu-footer > .menu-footer__list > .menu-footer__list > .menu-footer__element .menu-footer__link {
	font-size: 16px;
	font-weight: 400;
}
.menu-footer__link {
	color: #000;
	font-style: normal;
	line-height: 120%;
	text-decoration: none;
}
.menu-footer__last {
	padding-top: 30px;
}
.footer__umiks {
	width: 100%;
	position: relative;
	display: flex;
	justify-content: flex-end;
	padding-top: 30px;
	z-index: 10;
}
.footer__umiks,
.footer__umiks a {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%;
}
.footer__umiks a {
	text-decoration: underline;
}
.footer__umiks a:hover {
	text-decoration: none;
}
/* Loader
-----------------------------------------------------------------------------*/
/* Popups
-----------------------------------------------------------------------------*/
.response {
	width: auto;
	height: auto;
	right: 0;
	bottom: 0;
	top: auto;
	left: auto;
	border-radius: 30px;
	background: #FFF;
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.10);
	margin: 0 30px 20px 0;
}
.response__shadow {
	display: none;
}
.response__window {
	max-width: 465px;
}
.response__content {
	width: 100%;
	padding: 32px 100px 32px 40px;
}
.response__close {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 0;
	right: 0;
	margin: 20px 20px 0 0;
	background: url(/local/assets/css/../icons/close__response.svg) center center no-repeat;
	cursor: pointer;
}
.response__message {
	color: #000;
	font-family: "Graphik LCG", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}
.popup-request-style .popup__shadow {
	background: rgba(0, 0, 0, 0.70);
}
.popup-request-style .popup__layer {
	border-radius: 30px;
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.10);
}
.popup-request-style .popup__content {
	padding: 40px 50px 60px;
}
.popup-request-style .popup__close-inner {
	width: 24px;
	height: 24px;
	background: url(/local/assets/css/../icons/close__response.svg) center center no-repeat;
	margin: 20px 20px 0 0;
}
.warning {
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	background: #DCF9FF;
	position: relative;
	z-index: 10;
}
.warning__window {
	width: 100%;
}
.warning__content {
	width: 1526px;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 40px;
}
.warning__close {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 0;
	right: 0;
	margin: 10px 10px 0 0;
	background: url(/local/assets/css/../icons/close__response.svg) center center no-repeat;
	cursor: pointer;
}
.warning__message {
	color: #000;
	text-align: center;
	font-family: "Graphik LCG";
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%; 
}
/* Menu
-----------------------------------------------------------------------------*/
.menu-mobile__background {
	background: #F0FCFF;
}
.menu-mobile__header {
	width: 100%;
	height: 80px;
	display: flex;
	align-items: center;
}
.menu-mobile {
	padding-top: 80px;
}
.menu-mobile__footer {
	padding-top: 40px;
	padding-bottom: 100px;
}
.menu-mobile {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -80px;
}
.menu-mobile > .menu-mobile__list {
	flex: 0 0 50%;
	width: 50%;
	margin-bottom: 80px;
}
.menu-mobile > .menu-mobile__list:nth-of-type(even) {
	padding-left: 72px;
}
.menu-mobile > .menu-mobile__list > .menu-mobile__element .menu-mobile__link {
	color: #009CF7;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.menu-mobile > .menu-mobile__list > .menu-mobile__list {
	padding-top: 40px;
	margin-bottom: -20px;
}
.menu-mobile > .menu-mobile__list > .menu-mobile__list .menu-mobile__element {
	margin-bottom: 20px;
}
.menu-mobile > .menu-mobile__list > .menu-mobile__list .menu-mobile__element._style{
	margin-bottom: 10px;
}
.menu-mobile > .menu-mobile__list > .menu-mobile__list .menu-mobile__link {
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}
.menu-mobile > .menu-mobile__list > .menu-mobile__list .menu-mobile__link:not(span):hover {
	color: #009CF7;
}
.menu-mobile__element {
	max-width: 320px;
}
.menu-mobile__element._width {
	width: 100%;
	max-width: 100%;
}
.menu-mobile__link {
	text-decoration: none;
}
.menu-mobile__body {
	display: none;
	padding-top: 40px;
}
.button-record {
	width: 100%;
	max-width: 320px;
	height: 50px;
}
.button-record__link {
	position: relative;
	text-decoration: none;
	color: #000;
	text-align: center;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	text-transform: uppercase;
	border-radius: 30.5px;
	overflow: hidden;
}
.button-record__text {
	position: relative;
	z-index: 1;
}
.button-record__background::before,
.button-record__background::after {
	content: '';
	transition-timing-function: linear;
}
.button-record__background::before,
.button-record__background::after,
.button-record__background {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: 250ms;
	z-index: 0;
}
.button-record__background::before {
	background: linear-gradient(274deg, #96FFB4 -7.69%, #85D6FF 102.03%);
}
.button-record__background::after {
	background: linear-gradient(0deg, #96FFB4 0%, #96FFB4 100%);
}
.button-record__link:hover .button-record__background::after,
.button-record__link .button-record__background::before {
	opacity: 1;
	visibility: visible;
}
.button-record__link:hover .button-record__background::before,
.button-record__link .button-record__background::after {
	opacity: 0;
	visibility: hidden;
}
/* Formstyler
_____________________________________________________________________________*/
/* Components
-----------------------------------------------------------------------------*/
.social__link._telegram span:nth-of-type(1) {
	background-image: url(/local/assets/css/../icons/social__telegram.svg);
}
.social__link._telegram span:nth-of-type(2) {
	background-image: url(/local/assets/css/../icons/social__telegram.svg);
}
.social__link._whatsapp span:nth-of-type(1) {
	background-image: url(/local/assets/css/../icons/social__whatsapp.svg);
}
.social__link._whatsapp span:nth-of-type(2) {
	background-image: url(/local/assets/css/../icons/social__whatsapp.svg);
}
/* Theme
-----------------------------------------------------------------------------*/
.header.header-theme-white .logo__image-black,
.header.header-theme-black .logo__image-white {
	visibility: hidden;
	position: absolute;
	pointer-events: none;
}
.header.header-theme-white .logo__image-white,
.header.header-theme-black .logo__image-black {
	visibility: visible;
	position: relative;
	pointer-events: auto;
}
.header.header-theme-white .phone-header__link {
	color: #fff;
}
.header.header-theme-black .phone-header__link {
	color: #000;
}
.header.header-theme-white .phone-header__icon {
	background-image: url(/local/assets/css/../icons/phone-white.svg);
}
.header.header-theme-black .phone-header__icon {
	background-image: url(/local/assets/css/../icons/phone-black.svg);
}
.header.theme-advanced-detail,
.header.header-theme-white {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.header.header-theme-white .menu-top__link {
	color: #fff;
}
.header.header-theme-white .menu-top__link:hover {
	color: #65C6FF;
}
body.body-theme-white.theme-index .button-menu__text {
	color: #fff;
}
body.body-theme-white.theme-index .button-menu__lines span {
	background: #fff;
}
/*
.wrapper.wrapper-theme-{{ theme }

.footer.footer-theme-{{ theme }
*/
/* Pages
-----------------------------------------------------------------------------*/
/* services */
.p-services__services {
	padding-top: 80px;
}
.list-services {
	width: calc(100% + 40px);
	display: flex;
	flex-wrap: wrap;
	margin-right: -40px;
	margin-bottom: -80px;
}
.list-services__element {
	flex: 0 0 calc(25% - 40px);
	width: calc(25% - 40px);
	margin-right: 40px;
	margin-bottom: 80px;
}
.list-services__link {
	align-items: center;
}
.list-services__picture {
	flex: 0 0 351px;
	width: 351px;
	height: 351px;
	border-radius: 100%;
	position: relative;
	overflow: hidden;
}
.list-services__picture::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(180deg, #DCF9FF 0%, #D6FFDC 100%);
	z-index: -1;
}
.list-services__picture img {
	width: 100%;
	height: 100%;
	transform: scale(1.14) translate(0px, 24px);
}
.list-services__text-header {
	padding-top: 30px;
	color: #000;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	text-align: center;
}
.list-services__text-paragraph {
	max-width: 270px;
	margin: 0 auto;
	padding-top: 15px;
	color: #000;
	text-align: center;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}
.p-services__prices {
	width: 1526px;
	margin: 0 auto;
	padding-top: 120px;
}
.list-prices {
	padding-top: 80px;
	margin-bottom: -40px;
}
.list-prices__section {
	margin-bottom: 40px;
}
.list-prices__header,
.list-prices__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.list-prices__header {
	border-radius: 35px;
	padding: 18px 40px;
}
.list-prices__text-header h3,
.list-prices__text-header {
	color: #000;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
}
.list-prices__text-header:last-of-type,
.list-prices__text-paragraph:last-of-type {
	flex: 0 0 181px;
	width: 181px;
}
.list-prices__body {
	padding: 0 40px;
}
.list-prices__row {
	padding: 21px 0;
}
.list-prices__text-paragraph {
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}
/* contacts */
.p-contacts__contacts {
	width: 100%;
	padding-top: 108px;
	background: #F0FCFF;
}
.p-contacts__align {
	position: relative;
}
.contacts__content {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contacts__text {
	max-width: 612px;
}
.contacts__text-paragraph {
	padding-top: 20px;
	color: #000;
	font-weight: 400;
	line-height: 160%;
}
.button-contacts-style {
	width: 240px;
	height: 61px;
	margin-top: 40px;
}
.button-contacts__link {
	text-transform: uppercase;
	color: #000;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	border-radius: 30.5px;
	overflow: hidden;
}
.link-hover-style {
	position: relative;
}
.link-hover-style .button-contacts__text{
	position: relative;
	z-index: 1;
}
.link-hover-style .button-contacts__background,
.link-hover-style .button-contacts__background::before,
.link-hover-style .button-contacts__background::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: 250ms;
	z-index: 0;
	transition-timing-function: linear;
}
.link-hover-style .button-contacts__background::before {
	background: linear-gradient(274deg, #96FFB4 -7.69%, #85D6FF 102.03%);
}
.link-hover-style .button-contacts__background::after {
	background: linear-gradient(0deg, #96FFB4 0%, #96FFB4 100%);
}
.link-hover-style .button-contacts__background::before,
.link-hover-style:hover .button-contacts__background::after {
	opacity: 1;
	visibility: visible;
}
.link-hover-style .button-contacts__background::after,
.link-hover-style:hover .button-contacts__background::before {
	opacity: 0;
	visibility: hidden;
}
.contacts__phone {
	padding-top: 40px;
}
.contacts__text-sign {
	color: #6B6B6B;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}
.contacts__text-phone {
	padding-top: 20px;
}
.contacts__link-phone {
	font-size: 40px;
	color: #000;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	text-decoration: none;
}
.contacts__link-phone:hover {
	color: #009CF7;
}
.contacts__image {
	padding-top: 40px;
	padding-right: 54px;
}
.image-contacts {
	width: 637px;
	height: 832px;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: contain;
	background-image: url(/local/assets/css/../images/contacts__image.png);
}
.p-contacts__question {
	padding-top: 120px;
}
.contacts__text-header h2 {
	line-height: 140%;
}
.addresses__list {
	width: calc(100% + 42px);
	display: flex;
	flex-wrap: wrap;
	margin-right: -42px;
	padding-top: 40px;
	margin-bottom: -20px;
}
.addresses__element {
	flex: 0 0 calc(50% - 21px);
	width: calc(50% - 21px);
	margin-right: 21px;
	margin-bottom: 20px;
}
.addresses__text-sign {
	color: #6B6B6B;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}
.addresses__text-paragraph {
	max-width: 452px;
	padding-top: 20px;
}
.addresses__text-paragraph,
.addresses__text-paragraph a {
	color: #000;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	text-decoration: none;
}
.addresses__text-paragraph a:hover {
	color: #009CF7;
}
.p-contacts__addresses {
	padding-top: 120px;
}
.addresses__map-outer {
	padding-top: 60px;
}
.addresses__map-outer {
	width: 100%;
	height: 746px;
}
.addresses__map {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.form-request-style .form__text-header {
	color: #000;
	font-size: 64px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
}
.form-request-style .form__list {
	padding-top: 40px;
}
.form-request-style .form__fields {
	margin-bottom: -20px;
}
.form-request-style .form__element {
	margin-bottom: 20px;
}
.textarea-request-style,
.input-request-style {
	width: 644px;
	border-radius: 10px;
}
.textarea-request-style .textarea-placeholder__label,
.input-request-style .input-placeholder__label {
	border-radius: 10px;
}
.input-request-style {
	height: 66px;
}
.textarea-request-style {
	height: 100px;
}
.textarea-request-style .textarea-placeholder__textarea,
.textarea-request-style .textarea-placeholder__label,
.input-request-style .input-placeholder__input,
.input-request-style .input-placeholder__label {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #000;
	font-family: "Graphik LCG", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;

}
.textarea-request-style .textarea-placeholder__textarea,
.input-request-style .input-placeholder__input {
	padding-top: 30px;
	padding-bottom: 10px;
	background: #F6F6F6;
}
.textarea-request-style .textarea-placeholder__textarea:focus + .textarea-placeholder__label > span,
.textarea-request-style .textarea-placeholder__textarea:not([value=""]) + .textarea-placeholder__label > span  {
	transform: translateY(-9px) scale(0.8);
}
.input-request-style .textarea-placeholder__textarea.error + .textarea-placeholder__label,
.input-request-style .input-placeholder__input.error + .input-placeholder__label {
	border: 1px solid #F00;
}
.checkbox-form__checkbox.error + .checkbox-form__label::before {
	border: 1px solid #F00;
	background: #fff;
}
.checkbox-request-style {
}
.checkbox-request-style .checkbox-form__label {
}
.checkbox-request-style .checkbox-form__label::before,
.checkbox-request-style .checkbox-form__label::after {
	width: 20px;
	height: 20px;
	border-radius: 5px;
	margin-top: 1px;
}
.checkbox-request-style .checkbox-form__label::before {
	background: #009CF7;
}
.checkbox-request-style .checkbox-form__label::after {
	background-image: url(/local/assets/css/../icons/checked__agree.svg);
}
.checkbox-request-style .checkbox-form__text {
	padding-left: 29px;
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
}
.checkbox-request-style .checkbox-form__text a {
}
.submit-request-style {
	padding-top: 38px;
}
.submit-request-style .submit-form__submit {
	width: 224px;
	height: 50px;
}
.submit-request-style .submit-form__submit {
	border-radius: 30.5px;
}
.submit-request-style .submit-form__background::before {
	background: linear-gradient(274deg, #96FFB4 -7.69%, #85D6FF 102.03%);
}
.submit-request-style .submit-form__text {
	color: #000;
	font-family: "Graphik LCG", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	text-transform: uppercase;
}
.submit-request-style .submit-form__background::after {
	background: linear-gradient(0deg, #96FFB4 0%, #96FFB4 100%);
}
.form-request-style .errors-container {
	display: none;
	color: #F00;
	font-family: "Graphik LCG", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
	padding-top: 20px;
}
.form-request-style .errors-container._ok {
	color: #009CF7;
	font-size: 26px;
}
/* about */
.p-about__about {
	width: 100%;
	height: 1080px;
	display: flex;
	align-items: flex-end;
	position: relative;
	overflow: hidden;
}
.s-about__shadow,
.s-about__image,
.s-about__background {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.s-about__image {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.s-about__shadow {
	background: rgba(0, 0, 0, 0.30);
}
.s-about__shadow::before,
.s-about__shadow::after {
	content: '';
	width: 100%;
	position: absolute;
	left: 0;
}
.s-about__shadow::before {
	top: 0;
	height: 182px;
	transform: rotate(180deg);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.50) 100%);
}
.s-about__shadow::after {
	bottom: 0;
	height: 383px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.70) 100%);
}
.s-about__content {
	width: 100%;
	position: relative;
}
.s-about__text-paragraph {
	max-width: 980px;
	padding-bottom: 100px;
	color: #FFF;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}
.s-about__text-header {
	padding-bottom: 40px;
}
.s-about__text-header h1 {
	color: #fff;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
}
.p-about__family {
	padding-top: 140px;
	position: relative;
}
.s-family {
	width: calc(100% + 40px);
	margin-right: -40px;
	display: flex;
}
.s-family__content,
.s-family__text {
	flex: 0 0 calc(50% - 40px);
	width: calc(50% - 40px);
	margin-right: 40px;
	position: relative;
}
.s-family__text-header {
	max-width: 530px;
}
.s-family__text-paragraph {
	max-width: 614px;
	padding-top: 40px;
	color: #000;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
}
.s-family__content {
	height: 100%;
}
.s-family__image {
	width: 100%;
	height: 744px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.s-family__image-text {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 40px;
}
.s-family__text-image {
	color: #000;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
}
.s-family__text-sign {
	padding-top: 10px;
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
}
.p-about__values {
	padding-top: 160px;
}
.s-values__text-paragraph {
	max-width: 1268px;
	padding-top: 40px;
	color: #000;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
}
.s-values__image {
	padding-top: 40px;
}
.s-values__image img {
	width: 100%;
}
.p-about__feedback {
	padding-top: 160px;
}
.s-feedback {
	width: calc(100% + 40px);
	margin-right: -40px;
	display: flex;
}
.s-feedback__text,
.s-feedback__image {
	flex: 0 0 calc(50% - 40px);
	width: calc(50% - 40px);
	margin-right: 40px;
	position: relative;
}
.s-feedback__text-header {
	max-width: 614px;
}
.s-feedback__text-paragraph {
	max-width: 614px;
	padding-top: 40px;
	color: #000;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
}
.s-feedback__image {
	width: 100%;
	height: 744px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.s-feedback__image-inner {
	width: 100%;
	height: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.p-about__care {
	padding-top: 160px;
}
.s-care__text-paragraph {
	max-width: 1230px;
	padding-top: 40px;
	color: #000;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
}
.s-care__image {
	padding-top: 40px;
}
.s-care__image img {
	width: 100%;
}
.s-reviews__text-header {
	padding-top: 120px;
}
.s-reviews__slider-outer {
	padding-top: 60px;
}
.slider-reviews {
	width: calc(100% + 40px);
}
.slider-reviews__element {
	position: relative;
	margin-right: 40px;
}
.slider-reviews__image {
	width: 157px;
	height: 157px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.slider-reviews__text {
	padding-left: 196px;
}
.slider-reviews__text-header {
	color: #000;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
}
.slider-reviews__text-paragraph {
	padding-top: 20px;
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
}
.slider-reviews__text-hidden {
	display: none;
}
.slider-reviews__more {
	display: none;
	padding-top: 20px;
	color: #009CF7;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	cursor: pointer;
	text-transform: uppercase;
}
.slider-reviews__more._shown {
	display: block;
}
.slider-reviews .slick-dots {
	padding-top: 70px;
	width: calc(100% - 20px);
}
/* review popup */
.popup-review-style {
	align-items: flex-start;
}
.popup-review-style .popup__window {
	pointer-events: none;
}
.popup-review-style .popup__layer {
	position: relative;
	flex: 0 0 744px;
	width: 744px;
	margin: 152px 60px 60px;
	padding: 60px 40px 40px;
	overflow: hidden;
	border-radius: 30px;
	background: #FFF;
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.10);
	pointer-events: auto;
}
.popup-review-style .popup__content {
	position: relative;
}
.popup-review-style .popup__close-inner {
	width: 24px;
	height: 24px;
	margin: 20px 20px 0 0;
	background: url(/local/assets/css/../icons/close__response.svg) center center no-repeat;
}
/* stock */
.p-stock__content {
	padding-top: 54px;
	position: relative;
}
.p-stock__content .content-align {
	position: relative;
}
.component-align {
	position: relative;
}
.filter-stock {
	position: absolute;
	right: 0;
	bottom: 100%;
	margin-bottom: 86px;
}
.stock-filter__list {
	display: flex;
	justify-content: flex-end;
}
.stock-filter__element {
	height: 61px;
	margin-left: 10px;
}
.stock-filter__link-style {
	overflow: hidden;
	border-radius: 30.5px;
}
.stock-filter-link__link {
	position: relative;
	border-radius: 30.5px;
	border: 2px solid #000;
	transition: 250ms;
}
.stock-filter-link__link._selected {
	border: 2px solid transparent;
}
.stock-filter-link__link._selected .stock-filter-link__background,
.stock-filter-link__link._selected:hover .stock-filter-link__background {
	opacity: 0.6;
	background: linear-gradient(180deg, #8CEAFF 0%, #B4FFC0 100%);
}
.stock-filter-link__link:hover .stock-filter-link__background {
	opacity: 0.6;
	background: linear-gradient(274deg, #96FFB4 -7.69%, #85D6FF 102.03%);
}
.stock-filter-link__link:hover {
	border: 2px solid transparent;
}
.stock-filter-link__background {
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	top: 0;
	left: 0;
	position: absolute;
	margin: -2px 0 0 -2px;
	opacity: 0;
	transition: 250ms;
	border-radius: 30.5px;
	z-index: -1;
}
.stock-filter-link__text {
	padding: 20px 26px;
	color: #000;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	text-transform: uppercase;
}
.p-stock__list {
	width: calc(100% + 20px);
	display: flex;
	flex-wrap: wrap;
	margin-right: -20px;
	margin-bottom: -20px;
}
.p-stock__element {
	flex: 0 0 calc(33.33% - 20px);
	width: calc(33.33% - 20px);
	margin-right: 20px;
	margin-bottom: 20px;
}
.element-link {
	width: 100%;
	height: 412px;
	border-radius: 40px;
	position: relative;
	overflow: hidden;
}
.element-link::before,
.element-link::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: -1;
	transition: all 250ms linear;
}
.element-link._child::before {
	opacity: 0.3;
	background: linear-gradient(0deg, #35DBFF 0%, #35DBFF 100%);
}
.element-link._child::after {
	opacity: 0;
	background: linear-gradient(180deg, #8CEAFF 0%, #B4FFC0 100%);
}
.element-link._child:hover::before {
	opacity: 0;
}
.element-link._child:hover::after {
	opacity: 0.5;
}
.element-link__background {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.element-link._child .element-link__background {
	background-position: -64px -102px;
	background-image: url(/local/assets/css/../images/stock-child.svg);
	background-repeat: no-repeat;
	z-index: 5;
}
.element-link__background::before,
.element-link__background::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
	transition: 250ms;
}
.element-link__background::before {
	opacity: 0.2;
	background: linear-gradient(0deg, #8CEAFF 0%, #8CEAFF 100%);
}
.element-link._child:hover .element-link__background::before,
.element-link._child:hover .element-link__background::after,
.element-link._child .element-link__background::before,
.element-link._child .element-link__background::after {
	opacity: 0;
}
.element-link__background::after {
	opacity: 0;
	background: linear-gradient(180deg, #8CEAFF 0%, #B4FFC0 100%);
}
.element-link:hover .element-link__background::before {
	opacity: 0;
}
.element-link:hover .element-link__background::after {
	opacity: 0.5;
}
.element-link__content {
	height: 100%;
	display: flex;
	flex-direction: column;
	padding: 30px 40px 40px;
	position: relative;
	z-index: 10;
}
.element-link__top {
}
.element-link__text-date {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
}
.element-link__bottom {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-top: 138px;
	transition: 250ms;
}
.element-link:hover .element-link__bottom {
	padding-top: 40px;
}
.element-link__text {
}
.element-link__text-header {
	max-height: 90px;
	color: #000;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	overflow: hidden;
}
.element-link__text-paragraph {
	max-height: 52px;
	margin-top: 20px;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
	overflow: hidden;
}
.element-link__buttons {
	display: flex;
	justify-content: space-between;
	padding-top: 0;
	opacity: 0;
	transform: translateY(100%);
	transition: 250ms;
}
.element-link:hover .element-link__buttons {
	opacity: 1;
	transform: translateY(0);
}
.element-link-request-style,
.element-link-detail-style {
	height: 61px;
}
.element-link-request-style {
	flex: 1 1 100%;
	width: 100%;
	margin-right: 10px;
	border-radius: 30.5px;
}
.element-link-request__link {
	position: relative;
	border-radius: 30.5px;
	overflow: hidden;
}
.element-link-request__background,
.element-link-request__background::before,
.element-link-request__background::after {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.element-link-request__background {
	z-index: -1;
}
.element-link-request__background::before,
.element-link-request__background::after {
	content: '';
	transition: 250ms;
	transition-timing-function: linear;
}
.element-link-request__background::before {
	opacity: 1;
	background: linear-gradient(274deg, #96FFB4 -7.69%, #85D6FF 102.03%);
}
.element-link-request__background::after {
	opacity: 0;
	background: linear-gradient(0deg, #96FFB4 0%, #96FFB4 100%);
}
.element-link-request-style:hover .element-link-request__background::before {
	opacity: 0;
}
.element-link-request-style:hover .element-link-request__background::after {
	opacity: 1;
}
.element-link-detail__text,
.element-link-request__text {
	position: relative;
	z-index: 10;
	color: #000;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	text-transform: uppercase;
}
.element-link-detail-style {
	flex: 0 0 167px;
	width: 167px;
}
.element-link-detail__link {
	border: 2px solid #000;
	border-radius: 30.5px;
	position: relative;
}
.element-link-detail__link:hover .element-link-detail__background {
	opacity: 0.6;
	background: linear-gradient(274deg, #96FFB4 -7.69%, #85D6FF 102.03%);
}
.element-link-detail__link:hover {
	border: 2px solid transparent;
}
.element-link-detail__background {
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	top: 0;
	left: 0;
	position: absolute;
	margin: -2px 0 0 -2px;
	opacity: 0;
	transition: 250ms;
	border-radius: 30.5px;
	z-index: -1;
}
.pagination-outer {
	width: 100%;
	display: flex;
	justify-content: center;
	padding-top: 80px;
}
.pagination-ajax-style {

}
.pagination__preview {

}
.pagination__more {

}
.pagination__link-more {
	width: 254px;
	height: 61px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	border: 2px solid #000;
	border-radius: 30.5px;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
}
.pagination__link-more::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	transition: 250ms;
}
.pagination__link-more:hover::after {
	opacity: 0.6;
	background: linear-gradient(180deg, #8CEAFF 0%, #B4FFC0 100%);
}
/* form end */
.form-end {
	margin-top: 146px;
	padding: 96px 0;
	position: relative;
	background: #DCF9FF;
}
.form-end .content-align {
}
.form-end__form {
	max-width: 644px;
	width: 100%;
	position: relative;
	z-index: 10;
}
.form-end__form .textarea-request-style,
.form-end__form .input-request-style {
	width: inherit;
}
.form-end__picture {
	width: 651px;
	height: 826px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -66px;
	z-index: 0;
}
.form-end__image {
	width: 100%;
	height: 100%;
	background-image: url(/local/assets/css/../images/form__image.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: contain;
}
.form-end__form .textarea-request-style .textarea-placeholder__textarea,
.form-end__form .input-request-style .input-placeholder__input {
	background: #fff;
}
/* stock detail*/
.pd-stock__header {
	position: relative;
	padding-top: 108px;
	padding-bottom: 60px;
	background-color: #C3F5FF;
	background-image: none;
	background-position: center -496px;
	background-repeat: no-repeat;
	background-size: 1571px 1136px;
}
.pd-stock__header._child {
	background-image: url(/local/assets/css/../images/stock-child.svg);
}
.pd-stock__back {
	padding-top: 50px;
	position: relative;
}
.button-back-style {
	position: relative;
}
.button-back-style .button-back__link {
	justify-content: flex-start;
	padding-left: 29px;
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
}
.button-back-style .button-back__link::before {
	content: '';
	width: 16px;
	height: 10px;
	position: absolute;
	top: 50%;
	left: 0;
	margin: -5px 0 0;
	background-image: url(/local/assets/css/../icons/arrow__back.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	transition: 250ms;
}
.button-back-style .button-back__link:hover::before {
	transform: translateX(-5px);
}
.pd-stock__text-header {
	max-width: 1140px;
	padding-top: 60px;
}
.pd-stock__text-header h1 {
	line-height: 120%;
}
.pd-stock__content {
	padding-top: 80px;
}
.table-stock {
	display: flex;
}
.table-stock__row {
	margin-bottom: -30px;
}
.table-stock__row:nth-of-type(1) {
	flex: 0 0 516px;
	width: 516px;
	padding-right: 20px;
}
.table-stock__row:nth-of-type(2) {
	flex: 1 1 100%;
	width: 100%;
}
.table-stock__cell {
	margin-bottom: 30px;
	color: #000;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
}
.table-stock__row .table-stock__cell:first-of-type {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
}
.pd-stock__other {
	padding-top: 120px;
}
.other-stock__text-header {
	color: #000;
	font-size: 64px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}
.other-stock__slider {
	padding-top: 40px;
}
.other-stock__slider .slider-stock {
	max-height: 482px;
}
.slider-stock {
	width: calc(100% + 20px);
	margin-right: -20px;
}
.slider-stock .p-stock__element {
	margin-bottom: 0;
}
.slider-stock .slick-dots {
	width: calc(100% - 20px);
	padding-top: 50px;
}
/* documents */
.p-documents {
	padding-top: 60px;
	padding-bottom: 20px;
	margin-bottom: -120px;
}
.list-documents__outer {
	margin-bottom: 120px;
}
.list-documents__text-header {
}
.list-documents__text-header h2 {
	color: #000;
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}
.list-documents {
	padding-top: 60px;
	margin-bottom: -20px;
}
.list-documents__element {
	width: 100%;
	margin-bottom: 20px;
}
.list-documents__link {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 40px;
	border-radius: 30px;
	background: #F6F6F6;
	text-decoration: none;
	transition: 250ms;
}
.list-documents__link:hover {
	background: #DBF8FF;
}
.list-documents__part {
	display: flex;
	align-items: center;
}
.list-documents__part:nth-of-type(1) {
	justify-content: flex-start;
}
.list-documents__part:nth-of-type(2) {
	justify-content: flex-end;
}
.list-documents__icon {
	flex: 0 0 22px;
	width: 22px;
	height: 22px;
	margin-right: 47px;
	margin-bottom: 2px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.list-documents__outer:nth-of-type(odd) .list-documents__icon {
	background-image: url(/local/assets/css/../icons/documents-1.svg);
}
.list-documents__outer:nth-of-type(even) .list-documents__icon {
	background-image: url(/local/assets/css/../icons/documents-2.svg);
}
.list-documents__text-paragraph {
	padding-right: 30px;
	color: #000;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}
.list-documents__text-sign {
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	text-transform: uppercase;
}
.list-documents__download {
	flex: 0 0 15px;
	width: 15px;
	height: 15px;
	margin-left: 20px;
	margin-bottom: 2px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(/local/assets/css/../icons/documents__downloads.svg);
}
.form-end__form .textarea-request-style {
	height: 150px;
}
/* patient */
.p-patient__patient {
	width: 100%;
	height: 1074px;
	position: relative;
	overflow: hidden;
}
.s-patient__shadow,
.s-patient__image,
.s-patient__background {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.s-patient__image {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.s-patient__shadow {
	background: linear-gradient(91deg, rgba(0, 0, 0, 0.90) 0.85%, rgba(0, 0, 0, 0.00) 99.42%);
}
.s-patient__shadow::before,
.s-patient__shadow::after {
	content: '';
	width: 100%;
	position: absolute;
	left: 0;
}
.s-patient__shadow::before {
	top: 0;
	height: 182px;
	transform: rotate(180deg);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.50) 100%);
}
.s-patient__shadow::after {
	bottom: 0;
	height: 394px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.50) 100%);
}
.s-patient__content {
	display: flex;
	width: 100%;
	height: 100%;
	position: relative;
	flex-direction: column;
	justify-content: center;
}
.s-patient__text {

}
.s-patient__text-header h1 {
	color: #FFF;
	font-size: 78px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
}
.s-patient__text-paragraph {
	max-width: 688px;
	padding-top: 50px;
	color: #FFF;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
}
.s-patient__text-paragraph a {
	color: #40AFFF;
	text-decoration: underline;
}
.s-patient__text-paragraph a:hover {
	text-decoration: none;
}
.s-patient__text-description {
	padding-top: 60px;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
}
.s-patient__text-sign {
	padding-top: 10px;
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
}
.p-patient__instructions {
	padding-top: 120px;
}
.s-instructions__text-header {
	max-width: 783px;
	color: #000;
	font-size: 64px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}
.accordion-instructions-style {
	width: 100%;
	position: relative;
}
.accordion-instructions-style .accordion__list {
	padding-top: 40px;
	margin-bottom: -20px;
}
.accordion-instructions-style .accordion__element {
	position: relative;
	overflow: hidden;
	background: #F4F7FA;
	padding: 0;
	border-radius: 30px;
	margin-bottom: 20px;
	transition: 400ms;
}
.accordion-instructions-style .accordion__element._preshown {
	background: #DBF8FF;
}
.accordion-instructions-style .accordion__link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	padding: 40px 100px 40px 137px;
	text-decoration: none;
}
.s-instructions__text-number {
	position: absolute;
	top: 0;
	left: 0;
	margin: 48px 0 0 49px;
	color: #000;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
}
.s-instructions__text-paragraph {
	color: #000;
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}
.s-instructions__button {
	position: relative;
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
}
.s-instructions__button::after {
	content: '';
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 100%;
	margin: -20px 0 0 20px;
	background: url(/local/assets/css/../icons/arrow__accordion.svg) center center no-repeat;
}
.accordion-instructions-style .accordion__element._preshown .s-instructions__button::after {
	transform: rotate(180deg);
}

.accordion-instructions-style .accordion__content {
	display: none;
	padding: 0 137px 60px;
	margin-top: -20px;
}
.s-instructions__text-description {
	max-width: 914px;
	color: #000;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
}
.instructions-link {
	width: 238px;
	height: 61px;
	margin-top: 40px;
}
.instructions-link__link {
	color: #000;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	text-transform: uppercase;
	border-radius: 30.5px;
	overflow: hidden;
}
.instructions-link-style .link-hover-style {
	border: 2px solid #000;
	transition: 250ms;
}
.instructions-link-style .link-hover-style:hover {
	border: 2px solid transparent;
}
.instructions-link-style .link-hover-style .instructions-link__background {
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	margin: -2px 0 0 -2px;
	opacity: 0;
}
.instructions-link-style .link-hover-style:hover .instructions-link__background {
	opacity: 1;
}
.link-hover-style .instructions-link__background,
.link-hover-style .instructions-link__background::before,
.link-hover-style .instructions-link__background::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: 250ms;
	z-index: 0;
	transition-timing-function: linear;
}
.link-hover-style .instructions-link__background::before {
	background: linear-gradient(274deg, #96FFB4 -7.69%, #85D6FF 102.03%);
}
.link-hover-style .instructions-link__background::after {
	background: linear-gradient(0deg, #96FFB4 0%, #96FFB4 100%);
}
.link-hover-style .instructions-link__background::before{
	opacity: 1;
	visibility: visible;
}
.link-hover-style .instructions-link__background::after {
	opacity: 0;
	visibility: hidden;
}
.link-hover-style .instructions-link__text {
	position: relative;
	z-index: 1;
}
.p-patient__heart {
	padding-top: 120px;
}
.s-heart__content {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.s-heart__image {
	flex: 0 0 80px;
	width: 80px;
	height: 80px;
	background: url(/local/assets/css/../icons/heart.svg) center center no-repeat;
	animation: heartbeat 1.4s linear infinite;
}
.s-heart__text-paragraph {
	max-width: 846px;
	padding-top: 40px;
	color: #000;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
}
.s-heart__text-header {
	padding-top: 60px;
	color: #000;
	text-align: center;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%;
}
.p-patient__important {
	padding-top: 120px;
}
.s-important__text-header {
	max-width: 1156px;
	color: #000;
	font-size: 64px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}
.s-important__text-paragraph {
	padding-top: 40px;
}
.s-important__text-advanced {
	padding-top: 38px;
}
.s-important__text-advanced,
.s-important__text-paragraph {
	max-width: 1267px;
	color: #000;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
}
.s-important__text-advanced {
	display: none;
}
.s-important__button {
	display: inline-block;
	padding-top: 20px;
	position: relative;
	color: #009CF7;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%;
	cursor: pointer;
}
.s-important__button::after {
	content: '';
	width: 100%;
	height: 4px;
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: 2px;
	background: #009CF7;
}
.s-important__content._shown .s-important__button span:first-of-type,
.s-important__content .s-important__button span:last-of-type {
	display: none;
}
.s-important__content._shown .s-important__button span:last-of-type,
.s-important__content .s-important__button span:first-of-type {
	display: inline-block;
}
/* employees */
.p-employees__text-description {
	max-width: 885px;
	padding-top: 40px;
	color: #000;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
}
.list-employees {
	width: calc(100% + 40px);
	display: flex;
	flex-wrap: wrap;
	margin-right: -40px;
	margin-bottom: -40px;
	padding-top: 80px;
}
.list-employees__element {
	width: calc(25% - 40px);
	height: 479px;
	position: relative;
	margin-right: 40px;
	margin-bottom: 40px;
}
.list-employees__element._hover,
.list-employees__element:hover {
	z-index: 10;
}
.list-employees__overflow {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 20px 26px;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	overflow: hidden;
	border: 1px solid #E2E2E2;
	transition: 250ms;
}
.list-employees__element._hover .list-employees__overflow,
.list-employees__element:hover .list-employees__overflow {
	height: auto;
	max-height: 700px;
	border: 1px solid transparent;
	box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.05);
}
.list-employees__image {
	flex: 0 0 300px;
	width: 300px;
	height: 300px;
	position: relative;
	overflow: hidden;
}
.list-employees__photo {
	width: 900px;
	height: 900px;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	transform: translate(-33.33%, -33.33%);
	transform-origin: 0 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.list-employees__image._top-left .list-employees__photo {
	transform: translate(0, 0);
}
.list-employees__image._top .list-employees__photo {
	transform: translate(-33.33%, 0);
}
.list-employees__image._top-right .list-employees__photo {
	transform: translate(-66.66%, 0);
}
.list-employees__image._center-right .list-employees__photo {
	transform: translate(-66.66%, -33.33%);
}
.list-employees__image._bottom-right .list-employees__photo {
	transform: translate(-66.66%, -66.66%);
}
.list-employees__image._bottom .list-employees__photo {
	transform: translate(-33.33%, -66.66%);
}
.list-employees__image._bottom-left .list-employees__photo {
	transform: translate(0, -66.66%);
}
.list-employees__image._center-left .list-employees__photo {
	transform: translate(0, -33.33%);
}
.list-employees__content {
	padding-top: 30px;
}
.list-employees__text-header {
	color: #000;
	text-align: center;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%;
}
.list-employees__text-paragraph {
	padding-top: 3px;
	color: #000;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
}
.list-employees__text-more {
	padding-top: 20px;
}
.list-employees__text-request,
.list-employees__text-more {
	opacity: 0;
	transform: translateY(50px);
	visibility: hidden;
	pointer-events: none;
	transition: 250ms;
}
.list-employees__element._hover .list-employees__text-request,
.list-employees__element._hover .list-employees__text-more,
.list-employees__element:hover .list-employees__text-request,
.list-employees__element:hover .list-employees__text-more {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
	pointer-events: auto;
}
.employees-more-style {
}
.employees-more__link {
	color: #009CF7;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
}
.list-employees__text-request {
	width: 100%;
	display: flex;
	justify-content: center;
	padding-top: 20px;
}
.employees-request-style {
	flex: 0 0 254px;
	width: 254px;
	height: 61px;
}
.employees-request__link {
	position: relative;
	color: #000;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	border-radius: 30.5px;
	overflow: hidden;
}
.link-hover-style .employees-request__text {
	position: relative;
	z-index: 1;
}
.link-hover-style .employees-request__background,
.link-hover-style .employees-request__background::before,
.link-hover-style .employees-request__background::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: 250ms;
	z-index: 0;
	transition-timing-function: linear;
}
.link-hover-style .employees-request__background::before {
	background: linear-gradient(274deg, #96FFB4 -7.69%, #85D6FF 102.03%);
}
.link-hover-style .employees-request__background::after {
	background: linear-gradient(0deg, #96FFB4 0%, #96FFB4 100%);
}
.link-hover-style .employees-request__background::before,
.link-hover-style:hover .employees-request__background::after {
	opacity: 1;
	visibility: visible;
}
.link-hover-style .employees-request__background::after,
.link-hover-style:hover .employees-request__background::before {
	opacity: 0;
	visibility: hidden;
}
/* employees detail */
.pd-employees__employee {
	position: relative;
	background: #F0FCFF;
	padding-top: 148px;
	z-index: 10;
}
.s-employee__container {
	width: 100%;
	display: flex;
	align-items: center;
}
.s-employee__photo {
	flex: 0 0 744px;
	width: 744px;
	height: 867px;
	margin-top: 65px;
	position: relative;
}
.s-employee__image {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	z-index: 2;
}
.s-employee__content {
	position: relative;
	padding-left: 171px;
}
.s-employee__text-header {
	padding-top: 40px;
	color: #000;
	font-size: 78px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}
.s-employee__text-paragraph {
	display: flex;
	flex-direction: column;
	padding-top: 40px;
}
.s-employee__text-paragraph span {
	color: #000;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
}
.s-employee__request {
	padding-top: 40px;
}
.button-employee-style {
	width: 254px;
	height: 61px;
}
.button-employee__link {
	text-transform: uppercase;
	color: #000;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	border-radius: 30.5px;
	overflow: hidden;
}
.link-hover-style .button-employee__text{
	position: relative;
	z-index: 1;
}
.link-hover-style .button-employee__background,
.link-hover-style .button-employee__background::before,
.link-hover-style .button-employee__background::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: 250ms;
	z-index: 0;
	transition-timing-function: linear;
}
.link-hover-style .button-employee__background::before {
	background: linear-gradient(274deg, #96FFB4 -7.69%, #85D6FF 102.03%);
}
.link-hover-style .button-employee__background::after {
	background: linear-gradient(0deg, #96FFB4 0%, #96FFB4 100%);
}
.link-hover-style .button-employee__background::before,
.link-hover-style:hover .button-employee__background::after {
	opacity: 1;
	visibility: visible;
}
.link-hover-style .button-employee__background::after,
.link-hover-style:hover .button-employee__background::before {
	opacity: 0;
	visibility: hidden;
}
.pd-employees__specialist {
	padding-top: 120px;
}
.s-specialist__text-header {
	color: #000;
	font-size: 64px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
}
.s-specialist__text-paragraph {
	padding-top: 40px;
	color: #000;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
}
.pd-employees__gallery {
	padding-top: 80px;
}
.s-gallery__slider {
	width: 1526px;
	margin: 0 auto;
}
.slider-employee {
	width: 100%;
}
.slider-employee.slick-initialized {
	width: calc(100% + 40px);
	margin-right: -40px;
}
.slider-employee__element {
	width: 100%;
	height: auto;
	margin-right: 40px;
}
.slider-employee__image {
	width: 100%;
	height: 700px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.slider-employee.slick-initialized .slider-employee__image {
	height: 520px;
}
.s-gallery__slider .slick-dots {
	width: calc(100% - 40px);
	padding-top: 60px;
}
/* form review */
.form-review {
	margin-top: 150px;
	padding: 60px 0 94px;
	position: relative;
	background: #DCF9FF;
}
.form-review .content-align {
}
.form-review__form {
	max-width: 613px;
	width: 100%;
	position: relative;
	z-index: 10;
}
.form-review__form .textarea-request-style,
.form-review__form .input-request-style {
	width: inherit;
}
.form-review__picture {
	width: 874px;
	height: 831px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -111px;
	z-index: 0;
}
.form-review__image {
	width: 100%;
	height: 100%;
	background-image: url(/local/assets/css/../images/review__image.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: contain;
}
.form-review__form .textarea-request-style .textarea-placeholder__textarea,
.form-review__form .input-request-style .input-placeholder__input {
	background: #fff;
}
.form-review__form .form__text-paragraph {
	padding-top: 5px;
	color: #000;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
}
.form-review__form .textarea-request-style {
	height: 150px;
}
.file-request-style {
	height: 66px;
	border-radius: 10px;
	background: #FFF;
}
.file-request-style .file-form__label {
	width: 100%;
	height: 100%;
	display: flex;
}
.file-request-style .file-form__content {
	flex: 0 0 100%;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: 12px 13px 12px 30px;
}
.file-request-style .file-form__text-info {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-right: 10px;
}
.file-request-style .file-form__info {
	flex: 0 0 152px;
	width: 152px;
	height: 43px;
	padding: 0 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	border: 1px dashed #C3C3C3;
}
.file-request-style .file-form__icon {
	flex: 0 0 13px;
	width: 13px;
	height: 16px;
	margin-right: 10px;
	background: url(/local/assets/css/../icons/file.svg) center center no-repeat;
}
.file-request-style .file-form__text-description {
	color: #000;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.file-request-style .file-form__input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.form-review__form .submit-form__submit {
	width: 254px;
	height: 61px;
}
/* service detail */
.pd-service__header {
	width: 100%;
	padding: 149px 0 80px;
	background: #F0FCFF;
}
.pd-service__content {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.pd-service__text {
	padding-right: 20px;
	padding-top: 57px;
}
.pd-service__back {
}
.pd-service__text-header {
	max-width: 882px;
	padding-top: 42px;
}
.pd-service__text-header h1 {
	color: #000;
	font-size: 78px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}
.pd-service__text-paragraph {
	padding-top: 20px;
	color: #000;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
}
.pd-service__button {
	padding-top: 40px;
}
.button-service-style {
	width: 261px;
	height: 61px;
}
.button-service__link {
	text-transform: uppercase;
	color: #000;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	border-radius: 30.5px;
	overflow: hidden;
}
.link-hover-style .button-service__text{
	position: relative;
	z-index: 1;
}
.link-hover-style .button-service__background,
.link-hover-style .button-service__background::before,
.link-hover-style .button-service__background::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: 250ms;
	z-index: 0;
	transition-timing-function: linear;
}
.link-hover-style .button-service__background::before {
	background: linear-gradient(274deg, #96FFB4 -7.69%, #85D6FF 102.03%);
}
.link-hover-style .button-service__background::after {
	background: linear-gradient(0deg, #96FFB4 0%, #96FFB4 100%);
}
.link-hover-style .button-service__background::before,
.link-hover-style:hover .button-service__background::after {
	opacity: 1;
	visibility: visible;
}
.link-hover-style .button-service__background::after,
.link-hover-style:hover .button-service__background::before {
	opacity: 0;
	visibility: hidden;
}
.pd-service__picture {
	flex: 0 0 624px;
	width: 624px;
	height: 624px;
}
.pd-service__image {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 100%;
	background: linear-gradient(180deg, #DCF9FF 0%, #D6FFDC 100%);
}
.pd-service__image img {
	width: 100%;
	height: 100%;
	transform: scale(1.1) translate(0px, 30px);
}
.pd-service__body {
	padding-top: 80px;
	margin-bottom: -40px;
}
.service-text__block {
	padding-bottom: 40px;
}
.service-text__block .content-align {
	width: 1012px;
}
.service-text__text-paragraph,
.service-text__text-header {
	padding-bottom: 40px;
}
.service-text__text-header h2 {
	max-width: 100%;
	color: #000;
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}
.service-text__text-advanced li,
.service-text__text-paragraph li,
.service-text__text-advanced,
.service-text__text-paragraph,
.service-text__text-advanced p,
.service-text__text-paragraph p {
	color: #000;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
}
.service-text__text-advanced li strong,
.service-text__text-paragraph li strong,
.service-text__text-advanced strong,
.service-text__text-paragraph strong,
.service-text__text-advanced p strong,
.service-text__text-paragraph p strong,
.service-text__text-advanced li b,
.service-text__text-paragraph li b,
.service-text__text-advanced b,
.service-text__text-paragraph b,
.service-text__text-advanced p b,
.service-text__text-paragraph p b {
	font-weight: 500;
}
.service-text__text-advanced ul,
.service-text__text-paragraph ul {
	list-style: none;
}
.service-text__text-advanced ol,
.service-text__text-paragraph ol {
	list-style-position: inside;
	padding-left: 2px;
}
.service-text__text-advanced ul li,
.service-text__text-paragraph ul li {
	padding-left: 14px;
	position: relative;
}
.service-text__text-advanced ul li::before,
.service-text__text-paragraph ul li::before {
	content: '·';
	position: absolute;
	top: 0;
	left: 0;
}
.service-text__text-header h3 {
	max-width: 100%;
	color: #000;
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}
.service-text__image {
	padding-bottom: 40px;
}
.service-text__picture {
	width: 100%;
	height: 800px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.service-text__image img {
	width: 100%;
	height: auto;
}
.service-text__block._advanced .service-text__text-paragraph {
	padding-bottom: 0;
}
.service-text__text-advanced {
	display: none;
	padding-top: 40px;
}
.service-text__button {
	display: inline-block;
	padding-top: 20px;
	position: relative;
	color: #009CF7;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%;
	cursor: pointer;
}
.service-text__button::after {
	content: '';
	width: 100%;
	height: 4px;
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: 2px;
	background: #009CF7;
}
._advanced .content-align._shown .service-text__button span:first-of-type,
._advanced .content-align .service-text__button span:last-of-type {
	display: none;
}
._advanced .content-align._shown .service-text__button span:last-of-type,
._advanced .content-align .service-text__button span:first-of-type {
	display: inline-block;
}
.accordion-service-style {
	padding-top: 46px;
	width: 100%;
	position: relative;
}
.accordion-service-style .accordion__list {
	margin-bottom: -10px;
}
.accordion-service-style .accordion__element {
	position: relative;
	overflow: hidden;
	background: #F4F7FA;
	padding: 0;
	border-radius: 30px;
	margin-bottom: 10px;
	transition: 400ms;
}
.accordion-service-style .accordion__element._preshown {
	background: #DBF8FF;
}
.accordion-service-style .accordion__link {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
	padding: 40px 90px 40px 50px;
	text-decoration: none;
}
.accordion-service-style .accordion-service__text-paragraph {
	color: #000;
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}
.accordion-service-style .accordion-service__button {
	position: relative;
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	margin-top: 12px;
}
.accordion-service-style .accordion-service__button::after {
	content: '';
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 100%;
	margin: -20px 0 0 20px;
	background: url(/local/assets/css/../icons/arrow__accordion.svg) center center no-repeat;
}
.accordion-service-style .accordion__element._preshown .accordion-service__button::after {
	transform: rotate(180deg);
}
.accordion-service-style .accordion__content {
	display: none;
	padding: 0 50px 40px;
	margin-top: -20px;
}
.accordion-service-style .accordion-service__text-description {
	max-width: 704px;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
}
/* Index
_____________________________________________________________________________*/
.p-index__promo {
	width: 100%;
	height: 980px;
	position: relative;
}
.s-promo__background,
.s-promo__video,
.s-promo__present {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.s-promo__video {
	overflow: hidden;
	z-index: -1;
}
.s-promo__video video {
	width: 100%;
}
.s-promo__text,
.s-promo__content {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}
.s-promo__content {
	pointer-events: none;
}
.s-promo__text .content-align,
.s-promo__content .content-align {
	height: 100%;
}
.s-promo__present {
	z-index: 0;
}
.s-promo__background {
	background: rgba(0, 0, 0, .4);
}
.s-promo__align {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.s-promo__text-header {
	max-width: 629px;
	color: #FFF;
	font-size: 78px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.s-promo__text-header {
	display: flex;
	flex-direction: column;
}
.s-promo__text-description {
	max-width: 400px;
	padding-top: 40px;
	color: #FFF;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}
.s-promo__button {
	padding-top: 40px;
}
.button-index-style {
	width: 254px;
	height: 61px;
}
.button-index__link {
	text-transform: uppercase;
	color: #000;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	border-radius: 30.5px;
	overflow: hidden;
}
.link-hover-style .button-index__text{
	position: relative;
	z-index: 1;
}
.link-hover-style .button-index__background,
.link-hover-style .button-index__background::before,
.link-hover-style .button-index__background::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: 250ms;
	z-index: 0;
	transition-timing-function: linear;
}
.link-hover-style .button-index__background::before {
	background: linear-gradient(274deg, #96FFB4 -7.69%, #85D6FF 102.03%);
}
.link-hover-style .button-index__background::after {
	background: linear-gradient(0deg, #96FFB4 0%, #96FFB4 100%);
}
.link-hover-style .button-index__background::before,
.link-hover-style:hover .button-index__background::after {
	opacity: 1;
	visibility: visible;
}
.link-hover-style .button-index__background::after,
.link-hover-style:hover .button-index__background::before {
	opacity: 0;
	visibility: hidden;
}
.s-promo__text-header {
	pointer-events: auto;
}
._no-real {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.p-index__service {
	padding-top: 120px;
}
.i-service__text-header {
	color: #000;
	font-size: 64px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}
.i-service__list {
	padding-top: 80px;
}
.p-index__personal {
	margin-top: 163px;
	position: relative;
}
.i-personal__background {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.5;
}
.i-personal__background-image {
	width: 100%;
	height: 100%;
	position: relative;
	background: linear-gradient(180deg, #8CEAFF 0%, #B4FFC0 100%);
}
.i-personal__content {
	width: 100%;
	height: 800px;
	display: flex;
	position: relative;
}
.i-personal__text,
.i-personal__picture {
	flex: 0 0 50%;
	position: relative;
}
.i-personal__image {
	width: 597px;
	height: 843px;
	position: absolute;
	bottom: 0;
	left: 100%;
	margin-left: -690px;
}
.i-personal__image span {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.i-personal__image span:nth-of-type(1) {
	display: block;
}
.i-personal__text {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 20px;
}
.i-personal__text-header {
	color: #000;
	font-size: 40px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
}
.i-personal__text-sign {
	max-width: 310px;
	padding-top: 20px;
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
}
.i-personal__text-paragraph {
	padding-top: 30px;
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
}
.p-index__about {
	padding-top: 120px;
	position: relative;
	overflow: hidden;
}
.i-about__text-header {
}
.i-about__text-header h2 {
	color: #000;
	font-size: 64px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}
.i-about__text-paragraph {
	max-width: 1081px;
	padding-top: 20px;
	color: #000;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
}
.i-gallery__slider {
	width: 100%;
	padding-top: 60px;
	position: relative;
}
.slider-index .slick-list {
	overflow: visible;
}
.slider-index {
	width: calc(100% + 40px);
	margin-right: -40px;
}
.slider-index__element {
	margin-right: 40px;
}
.slider-index__image {
	width: 100%;
	height: 513px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.slider-index .slick-dots {
	width: calc(100% - 40px);
	padding-top: 60px;
}
.p-index__staff {
	padding-top: 120px;
}
.i-staff__text-header h2 {
	color: #000;
	font-size: 64px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
}
.i-staff__text-paragraph {
	max-width: 1240px;
	padding-top: 20px;
	color: #000;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
}
.i-staff__list .list-employees {
	padding-top: 60px;
}
.i-staff__button {
	padding-top: 60px;
}
.staff-link {
	width: 254px;
	height: 61px;
	margin: 0 auto;
}
.staff-link__link {
	color: #000;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	border-radius: 30.5px;
	overflow: hidden;
}
.staff-link-style .link-hover-style {
	border: 2px solid #000;
	transition: 250ms;
}
.staff-link-style .link-hover-style:hover {
	border: 2px solid transparent;
}
.staff-link-style .link-hover-style .staff-link__background {
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	margin: -2px 0 0 -2px;
	opacity: 0;
}
.staff-link-style .link-hover-style:hover .staff-link__background {
	opacity: 1;
}
.link-hover-style .staff-link__background,
.link-hover-style .staff-link__background::before,
.link-hover-style .staff-link__background::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: 250ms;
	z-index: 0;
	transition-timing-function: linear;
}
.link-hover-style .staff-link__background::before {
	background: linear-gradient(274deg, #96FFB4 -7.69%, #85D6FF 102.03%);
}
.link-hover-style .staff-link__background::after {
	background: linear-gradient(0deg, #96FFB4 0%, #96FFB4 100%);
}
.link-hover-style .staff-link__background::before{
	opacity: 1;
	visibility: visible;
}
.link-hover-style .staff-link__background::after {
	opacity: 0;
	visibility: hidden;
}
.link-hover-style .staff-link__text {
	position: relative;
	z-index: 1;
}
.p-index__neo {
	width: 100%;
	margin-top: 123px;
	position: relative;
}
.i-neo__image,
.i-neo__background {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.i-neo__image {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.i-neo__content {
	padding: 527px 0 50px;
	position: relative;
	z-index: 1;
}
.i-neo__text {
	padding: 40px 65px;
	background: rgba(255, 255, 255, 0.80);
	backdrop-filter: blur(25.75px);
}
.i-neo__text-header {
	color: #000;
	font-size: 64px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}
.i-neo__text-paragraph {
	max-width: 1258px;
	padding-top: 20px;
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
}
.p-index__reviews {
	padding-top: 122px;
}
.i-reviews__text-header h2 {
	color: #000;
	font-size: 64px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
}
.i-reviews__list {
	padding-top: 60px;
}
.button-menu-style {
	z-index: 600;
}
body .button-menu-style._shown .button-menu__text {
	color: #000;
}
body .button-menu-style._shown .button-menu__lines span {
	background: #000;
}
.grecaptcha-badge {
	opacity: 0 !important;
    pointer-events: none !important;
}
.p-404 {
	background: #FEFEFE;
}
.p-404 .contacts__text-header h1 {
	color: #000;
	font-family: "Graphik LCG";
	font-size: 96px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
}
.p-404 .contacts__text-paragraph {
	padding-top: 20px;
	line-height: 180%;
}
.p-404 .contacts__image {
	padding-right: 0;
	padding-top: 0;
}
.p-404 .image-contacts {
	width: 809px;
	height: 872px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: contain;
	background-image: url(/local/assets/css/../images/404.png);
}

/* End */


/* Start:/local/assets/css/1700.css?175568008952*/
@media (min-width: 1688px) { /* 1700 and more*/
}

/* End */


/* Start:/local/assets/css/1200.css?175568008931925*/
@media (min-width: 1200px) and (max-width: 1687px) { /* between 1200px and 1759px */
/* Fonts
-----------------------------------------------------------------------------*/
    h1,
    .text-sizer__size-78 {
        font-size: 48px;
        line-height: 140%;
    }
    .text-sizer__header-78 {
        font-size: 48px;
    }
    h2,
    .text-sizer__size-64 {
        font-size: 36px;
    }
    h3,
    .text-sizer__size-36 {
        font-size: 28px;
    }
    .text-sizer__size-40 {
        font-size: 40px;
    }
    .text-sizer__size-32 {
        font-size: 24px;
    }
    .text-sizer__size-24 {
        font-size: 20px;
    }
    .text-sizer__footer-24 {
        font-size: 24px;
    }
    .text-sizer__footer-16 {
        font-size: 16px;
    }
    .text-sizer__service-24 {
        font-size: 20px;
    }
    .text-sizer__service-16 {
        font-size: 14px;
    }
    .text-sizer__size-20 {
        font-size: 16px;
    }
    .text-sizer__header-20 {
        font-size: 14px;
    }
    .text-sizer__header-16 {
        font-size: 12px;
    }
/* Default
-----------------------------------------------------------------------------*/
    .site-content {
        padding-top: 60px;
    }
    .page-padding__top {
        padding-top: 60px;
    }
    .page-padding__bottom {
        padding-bottom: 80px;
    }
    .content-align,
    .header__content,
    .footer__content {
        width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }
    .header {
        height: 80px;
    }
    .logo__link {
        width: 165px;
        height: 40px;
    }
    .header__menu {
    }
    .menu-top__link {
        padding: 0 7.5px;
    }
    .menu-top__link:hover,
    .menu-top__link._selected {
        color: #009CF7;
    }
    .menu-top__link::after {
        width: calc(100% - 15px);
        margin-left: 7.5px;
    }
    .phone-header__icon {
        flex: 0 0 16px;
        height: 16px;
        margin-right: 10px;
    }
    .footer {
        /*background-image: url(/local/assets/css/../images/footer-2.png);*/
    }
    .footer::before {
        background: linear-gradient(0deg, #DCF9FF 0%, rgba(220, 249, 255, 0.00) 100%);
    }
    .footer::after {
        background: linear-gradient(319deg, #D6FFDC 14.91%, rgba(220, 249, 255, 0.20) 67.83%);
    }
    .footer__content {
        padding-top: 60px;
        padding-bottom: 40px;
    }
    .list-footer__copy {
        padding-top: 60px;
    }
    .menu-footer > .menu-footer__list:nth-of-type(1),
    .menu-footer > .menu-footer__list:nth-of-type(2),
    .menu-footer > .menu-footer__list:nth-of-type(3),
    .menu-footer > .menu-footer__list:nth-of-type(4) {
        flex: 1 0 290px;
        width: 290px;
        padding-right: 50px;
    }
    .menu-footer > .menu-footer__list:nth-of-type(4) .menu-footer__element {
        max-width: 212px;
    }
    .menu-footer > .menu-footer__list > .menu-footer__list {
        padding-top: 35px;
    }
    .footer__umiks {
        justify-content: flex-start;
        padding-top: 60px;
    }
/* Popups
-----------------------------------------------------------------------------*/
    .response {
        border-radius: 20px;
        margin: 0 20px 20px 0;
    }
    .response__window {
        max-width: 320px;
    }
    .response__content {
        width: 100%;
        padding: 15px 80px 15px 25px;
    }
    .response__close {
        width: 16px;
        height: 16px;
        margin: 10px 10px 0 0;
    }
    .response__message {
        font-size: 16px;
    }
	.warning__content {
		width: 930px;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.warning__message {
		font-size: 20px;
		line-height: 140%; 
	}
/* Pages
-----------------------------------------------------------------------------*/
    /* services */
    .p-services__services {
        padding-top: 40px;
    }
    .list-services {
        width: calc(100% + 20px);
        margin-right: -20px;
        margin-bottom: -40px;
    }
    .list-services__element {
        flex: 0 0 calc(25% - 20px);
        width: calc(25% - 20px);
        margin-right: 20px;
        margin-bottom: 40px;
    }
    .list-services__link {
    }
    .list-services__picture {
        flex: 0 0 205px;
        width: 205px;
        height: 205px;
    }
	.list-services__picture img {
		transform: scale(1.2) translate(0px, 14px);
	}
    .list-services__text-header {
        padding-top: 20px;
    }
    .list-services__text-paragraph {
        max-width: 216px;
        padding-top: 10px;
    }
    .p-services__prices {
        width: 100%;
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 80px;
    }
    .list-prices {
        padding-top: 40px;
        margin-bottom: -40px;
    }
    .list-prices__section {
        margin-bottom: 40px;
    }
    .list-prices__header,
    .list-prices__row {
    }
    .list-prices__header {
        padding: 21px 40px;
    }
    .list-prices__text-header h3,
    .list-prices__text-header {
        font-size: 20px;
    }
    .list-prices__text-header:last-of-type,
    .list-prices__text-paragraph:last-of-type {
        flex: 0 0 181px;
        width: 181px;
    }
    .list-prices__body {
        padding: 0 40px;
    }
    .list-prices__row {
        padding: 11px 0;
    }
    .list-prices__text-paragraph:nth-of-type(odd) {
        font-size: 20px;
    }
    .list-prices__text-paragraph:nth-of-type(even) {
        font-size: 16px;
    }
    /* contacts */
    .p-contacts__contacts {
        padding-top: 80px;
    }
    .contacts__content {
    }
    .contacts__text {
        max-width: 510px;
    }
    .contacts__text-paragraph {
        padding-top: 20px;
    }
    .button-contacts-style {
        width: 195px;
        height: 50px;
        margin-top: 30px;
    }
    .button-contacts__link {
        font-size: 12px;
    }
    .contacts__phone {
        padding-top: 60px;
    }
    .contacts__text-sign {
        font-size: 12px;
    }
    .contacts__text-phone {
        padding-top: 20px;
    }
    .contacts__link-phone {
        font-size: 32px;
    }
    .contacts__image {
        padding-top: 37px;
        padding-right: 67px;
    }
    .image-contacts {
        width: 416px;
        height: 543px;
    }
    .p-contacts__question {
        padding-top: 80px;
    }
    .addresses__list {
        width: calc(100% + 20px);
        margin-right: -20px;
        padding-top: 40px;
    }
    .addresses__element {
        flex: 0 0 calc(50% - 10px);
        width: calc(50% - 10px);
        margin-right: 10px;
    }
    .addresses__text-sign {
        font-size: 12px;
    }
    .addresses__text-paragraph {
        max-width: 390px;
        padding-top: 5px;
    }
    .p-contacts__addresses {
        padding-top: 80px;
    }
    .addresses__map-outer {
        padding-top: 40px;
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 60px;
    }
    .addresses__map-outer {
        height: 420px;
    }
    /* form */
    .popup-request-style .popup__content {
        padding: 40px 50px 60px;
    }
    .form-request-style .form__text-header {
        font-size: 36px;
        line-height: 140%;
    }
    .textarea-request-style,
    .input-request-style {
        width: 644px;
    }
    .checkbox-request-style .checkbox-form__text {
        padding-left: 29px;
        font-size: 14px;
        line-height: 160%;
    }
    .submit-request-style {
        padding-top: 38px;
    }
    .submit-request-style .submit-form__submit {
        width: 224px;
    }
    /* about */
    .p-about__about {
        height: 650px;
        display: flex;
        align-items: flex-end;
    }
    .s-about__shadow {
        background: rgba(0, 0, 0, 0.30);
    }
    .s-about__shadow::before {
        height: 182px;
    }
    .s-about__shadow::after {
        height: 275px;
    }
    .s-about__text-paragraph {
        max-width: 812px;
        padding-bottom: 60px;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
    }
    .s-about__text-header {
        padding-bottom: 20px;
    }
    .s-about__text-header h1 {
        line-height: 140%;
    }
    .p-about__family {
        padding-top: 80px;
    }
    .s-family {
        width: calc(100% + 20px);
        margin-right: -20px;
        display: flex;
    }
    .s-family__content,
    .s-family__text {
        flex: 0 0 calc(50% - 20px);
        width: calc(50% - 20px);
        margin-right: 20px;
    }
    .s-family__text-header {
        max-width: 455px;
    }
    .s-family__text-paragraph {
        max-width: 455px;
        padding-top: 20px;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
    }
    .s-family__content {
    }
    .s-family__image {
        height: 560px;
    }
    .s-family__image-text {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 30px;
    }
    .s-family__text-image {
        color: #000;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
    }
    .s-family__text-sign {
        padding-top: 5px;
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
    }
    .p-about__values {
        padding-top: 80px;
    }
    .s-values__text-paragraph {
        max-width: 835px;
        padding-top: 20px;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
    }
    .s-values__image {
        padding-top: 40px;
    }
    .p-about__feedback {
        padding-top: 80px;
    }
    .s-feedback {
        width: calc(100% + 20px);
        margin-right: -20px;
        display: flex;
    }
    .s-feedback__text,
    .s-feedback__image {
        flex: 0 0 calc(50% - 20px);
        width: calc(50% - 20px);
        margin-right: 20px;
    }
    .s-feedback__text-header {
        max-width: 456px;
    }
    .s-feedback__text-paragraph {
        max-width: 456px;
        padding-top: 20px;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
    }
    .s-feedback__image {
        width: 100%;
        height: 560px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
    .p-about__care {
        padding-top: 80px;
    }
    .s-care__text-paragraph {
        max-width: 835px;
        padding-top: 20px;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
    }
    .s-care__image {
        padding-top: 40px;
    }
    .s-reviews__text-header {
        padding-top: 80px;
    }
    .s-reviews__slider-outer {
        padding-top: 40px;
    }
    .slider-reviews {
        width: calc(100% + 20px);
    }
    .slider-reviews__element {
        margin-right: 20px;
    }
    .slider-reviews__image {
        width: 95px;
        height: 95px;
    }
    .slider-reviews__text {
        padding-left: 120px;
    }
    .slider-reviews__text-header {
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
    }
    .slider-reviews__text-paragraph {
        padding-top: 10px;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
    }
    .slider-reviews__more {
        display: none;
        padding-top: 10px;
        color: #009CF7;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
    }
    .slider-reviews .slick-dots {
        padding-top: 70px;
    }
    .slick-dots li {
        flex: 0 0 30px;
        width: 30px;
        height: 30px;
        margin: -10px 0;
    }
    .slick-dots button::before,
    .slick-dots button::after {
        width: 10px;
        height: 10px;
        margin: -5px 0 0 -5px;
    }
    /* review popup */
    .popup-review-style .popup__layer {
        flex: 0 0 744px;
        width: 744px;
        margin: 40px 40px;
        padding: 60px 40px;
        border-radius: 30px;
    }
    .popup-review-style .popup__close-inner {
        width: 24px;
        height: 24px;
        margin: 20px 20px 0 0;
    }
    /* stock */
    .p-stock__content {
        padding-top: 52px;
    }
    .filter-stock {
        margin-bottom: 60px;
    }
    .stock-filter__list {
    }
    .stock-filter__element {
        height: 50px;
        margin-left: 10px;
    }
    .stock-filter-link__text {
        padding: 15px 26px;
        font-size: 14px;
    }
    .p-stock__list {
        width: calc(100% + 20px);
        margin-right: -20px;
        margin-bottom: -20px;
    }
    .p-stock__element {
        flex: 0 0 calc(33.33% - 20px);
        width: calc(33.33% - 20px);
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .element-link {
        height: 372px;
        border-radius: 20px;
    }
    .element-link._child .element-link__background {
        background-position: center center;
        background-size: 428px 312px;
    }
    .element-link__content {
        padding: 18px 20px 40px;
    }
    .element-link__text-date {
        font-size: 14px;
    }
    .element-link__bottom {
        padding-top: 142px;
    }
    .element-link:hover .element-link__bottom {
        padding-top: 40px;
    }
    .element-link__text-header {
        max-height: 68px;
        font-size: 24px;
    }
    .element-link__text-paragraph {
        max-height: 44px;
        margin-top: 20px;
        font-size: 14px;
    }
    .element-link__buttons {
        justify-content: space-between;
        padding-top: 0;
    }
    .element-link-request-style,
    .element-link-detail-style {
        height: 50px;
    }
    .element-link-request-style {
        flex: 1 1 100%;
        width: 100%;
        margin-right: 10px;
    }
    .element-link-detail-style {
        flex: 0 0 147px;
        width: 147px;
    }
    .pagination-outer {
        padding-top: 40px;
    }
    .pagination__link-more {
        width: 194px;
        height: 50px;
    }
    /* form end */
    .form-end {
        margin-top: 80px;
        padding: 80px 0;
        overflow: hidden;
    }
    .form-end__form {
        max-width: 455px;
    }
    .form-end__picture {
        width: 481px;
        height: 614px;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: 44px;
    }
    .form-end__image {
    }
    /* stock detail*/
    .pd-stock__header {
        padding-top: 80px;
        padding-bottom: 60px;
        background-position: center -265px;
        background-size: 931px 674px;
    }
    .pd-stock__back {
        padding-top: 40px;
    }
    .button-back-style .button-back__link {
        padding-left: 24px;
        font-size: 16px;
    }
    .button-back-style .button-back__link::before {
        width: 14px;
        height: 10px;
        margin: -6px 0 0;
    }
    .pd-stock__text-header {
        max-width: 100%;
        padding-top: 40px;
    }
    .pd-stock__text-header h1 {
        line-height: 140%;
    }
    .pd-stock__content {
        padding-top: 80px;
    }
    .table-stock__row {
        margin-bottom: -10px;
    }
    .table-stock__row:nth-of-type(1) {
        flex: 0 0 382px;
        width: 382px;
    }
    .table-stock__row:nth-of-type(2) {
        flex: 1 1 100%;
        width: 100%;
    }
    .table-stock__cell {
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 160%;
    }
    .table-stock__row .table-stock__cell:first-of-type {
        font-size: 14px;
        line-height: 140%;
    }
    .pd-stock__other {
        padding-top: 80px;
    }
	.other-stock__slider .slider-stock {
		max-height: 442px;
	}
    .other-stock__text-header {
        font-size: 36px;
        line-height: 140%;
    }
    .other-stock__slider {
        padding-top: 40px;
    }
    .slider-stock {
        width: calc(100% + 20px);
        margin-right: -20px;
    }
    .slider-stock .p-stock__element {
        margin-bottom: 0;
    }
    .slider-stock .slick-dots {
        padding-top: 40px;
    }
    /* documents */
    .p-documents {
        padding-top: 80px;
        padding-bottom: 20px;
        margin-bottom: -80px;
    }
    .list-documents__outer {
        margin-bottom: 80px;
    }
    .list-documents__text-header {
    }
    .list-documents__text-header h2 {
        font-size: 36px;
        line-height: 140%;
    }
    .list-documents {
        padding-top: 40px;
        margin-bottom: -20px;
    }
    .list-documents__element {
        width: 100%;
        margin-bottom: 20px;
    }
    .list-documents__link {
        padding: 26px 30px;
        border-radius: 20px;
    }
    .list-documents__part {
    }
    .list-documents__part:nth-of-type(1) {
    }
    .list-documents__part:nth-of-type(2) {
    }
    .list-documents__icon {
        flex: 0 0 20px;
        width: 20px;
        height: 20px;
        margin-right: 20px;
        margin-bottom: 2px;
    }
    .list-documents__text-paragraph {
        font-size: 20px;
        line-height: 140%;
    }
    .list-documents__text-sign {
        font-size: 16px;
        line-height: 140%;
    }
    .list-documents__download {
        flex: 0 0 15px;
        width: 15px;
        height: 15px;
        margin-left: 20px;
        margin-bottom: 5px;
    }
    .form-end__form .textarea-request-style {
        height: 100px;
    }
    /* patient */
    .p-patient__patient {
        height: 780px;
    }
    .s-patient__shadow::before {
        height: 182px;
    }
    .s-patient__shadow::after {
        height: 214px;
    }
    .s-patient__content {
        flex-direction: column;
        justify-content: center;
    }
    .s-patient__text-header h1 {
        font-size: 48px;
        line-height: 140%;
    }
    .s-patient__text-paragraph {
        max-width: 550px;
        padding-top: 40px;
        font-size: 20px;
        line-height: 160%;
    }
    .s-patient__text-description {
        padding-top: 40px;
        font-size: 12px;
        line-height: 160%;
    }
    .s-patient__text-sign {
        padding-top: 10px;
        font-size: 16px;
        line-height: 140%;
    }
    .p-patient__instructions {
        padding-top: 80px;
    }
    .s-instructions__text-header {
        max-width: 440px;
        font-size: 36px;
    }
    .accordion-instructions-style .accordion__list {
        padding-top: 40px;
        margin-bottom: -20px;
    }
    .accordion-instructions-style .accordion__element {
        border-radius: 20px;
        margin-bottom: 20px;
    }
    .accordion-instructions-style .accordion__link {
        align-items: center;
        justify-content: space-between;
        padding: 30px 100px 30px 79px;
    }
    .s-instructions__text-number {
        margin: 39px 0 0 20px;
        font-size: 16px;
        line-height: 140%;
    }
    .s-instructions__text-paragraph {
        font-size: 28px;
        line-height: 140%;
    }
    .s-instructions__button {
        font-size: 18px;
        line-height: 140%;
    }
    .s-instructions__button::after {
        position: absolute;
        top: 50%;
        left: 100%;
        margin: -20px 0 0 30px;
    }
    .accordion-instructions-style .accordion__content {
        padding: 0 30px 60px 79px;
        margin-top: 10px;
    }
    .s-instructions__text-description {
        max-width: 100%;
        font-size: 20px;
        line-height: 160%;
    }
    .instructions-link {
        width: 195px;
        height: 50px;
        margin-top: 40px;
    }
    .instructions-link__link {
        font-size: 12px;
    }
    .p-patient__heart {
        padding-top: 120px;
    }
    .s-heart__content {
    }
    .s-heart__image {
    }
    .s-heart__text-paragraph {
        max-width: 773px;
        padding-top: 40px;
        font-size: 20px;
        line-height: 160%;
    }
    .s-heart__text-header {
        padding-top: 40px;
        font-size: 24px;
        line-height: 160%;
    }
    .p-patient__important {
        padding-top: 120px;
    }
    .s-important__text-header {
        max-width: 640px;
        font-size: 36px;
        line-height: 140%;
    }
    .s-important__text-paragraph {
        padding-top: 20px;
    }
    .s-important__text-advanced {
        padding-top: 18px;
    }
    .s-important__text-advanced,
    .s-important__text-paragraph {
        max-width: 100%;
        font-size: 20px;
        line-height: 160%;
    }
    .s-important__button {
        padding-top: 35px;
        font-size: 20px;
        line-height: 160%;
    }
    .s-important__button::after {
        height: 2px;
        margin-top: 0;
    }
    /* employees */
    .p-employees__text-description {
        max-width: 835px;
        padding-top: 30px;
        font-size: 20px;
        line-height: 160%;
    }
    .list-employees {
        width: calc(100% + 20px);
        margin-right: -20px;
        margin-bottom: -20px;
        padding-top: 60px;
    }
    .list-employees__element {
        width: calc(25% - 20px);
        height: 358px;
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .list-employees__overflow {
        padding: 20px;
    }
    .list-employees__image {
        flex: 0 0 225px;
        width: 225px;
        height: 225px;
    }
    .list-employees__photo {
        width: 675px;
        height: 675px;
    }
    .list-employees__content {
        padding-top: 20px;
    }
    .list-employees__text-header {
        font-size: 16px;
        line-height: 160%;
    }
    .list-employees__text-paragraph {
        padding-top: 3px;
        font-size: 12px;
        line-height: 140%;
    }
    .list-employees__text-more {
        padding-top: 20px;
    }
    .employees-more__link {
        font-size: 14px;
        line-height: 140%;
    }
    .list-employees__text-request {
        padding-top: 20px;
    }
    .employees-request-style {
        flex: 0 0 183px;
        width: 183px;
        height: 50px;
    }
    .employees-request__link {
        font-size: 12px;
    }
    /* employees detail */
    .pd-employees__employee {
        padding-top: 80px;
    }
    .s-employee__container {
    }
    .s-employee__photo {
        flex: 0 0 466px;
        width: 466px;
        height: 540px;
        margin-top: 40px;
        left: 50%;
        margin-left: -466px;
    }
    .s-employee__content {
        left: 50%;
        padding-left: 110px;
    }
    .s-employee__text-header {
        padding-top: 20px;
        font-size: 48px;
        line-height: 140%;
    }
    .s-employee__text-paragraph {
        padding-top: 40px;
    }
    .s-employee__text-paragraph span {
        font-size: 20px;
        line-height: 160%;
    }
    .s-employee__request {
        padding-top: 40px;
    }
    .button-employee-style {
        width: 195px;
        height: 50px;
    }
    .button-employee__link {
        font-size: 12px;
    }
    .pd-employees__specialist {
        padding-top: 80px;
    }
    .s-specialist__text-header {
        font-size: 36px;
        line-height: 140%;
    }
    .s-specialist__text-paragraph {
        padding-top: 40px;
        font-size: 20px;
        line-height: 160%;
    }
    .pd-employees__gallery {
        padding-top: 80px;
    }
    .s-gallery__slider {
        width: 100%;
        padding: 0 40px;
    }
    .slider-employee {
        width: 100%;
    }
    .slider-employee.slick-initialized {
        width: calc(100% + 20px);
        margin-right: -20px;
    }
    .slider-employee__element {
        margin-right: 20px;
    }
    .slider-employee__image {
        height: 538px;
    }
    .slider-employee.slick-initialized .slider-employee__image {
        height: 400px;
    }
    .s-gallery__slider .slick-dots {
        width: calc(100% - 20px);
        padding-top: 40px;
    }
    /* form review */
    .form-review {
        margin-top: 80px;
        padding: 60px 0 68px;
    }
    .form-review .content-align {
    }
    .form-review__form {
        max-width: 455px;
    }
    .form-review__picture {
        width: 549px;
        height: 652px;
        bottom: 0;
        left: 50%;
        margin-left: 10px;
    }
    .form-review__image {
        background-image: url(/local/assets/css/../images/review__image-2.png);
    }
    .form-review__form .form__text-paragraph {
        padding-top: 20px;
        font-size: 20px;
        line-height: 160%;
    }
    .form-review__form .textarea-request-style {
        height: 100px;
    }
    .file-request-style {
        height: 66px;
        border-radius: 10px;
        background: #FFF;
    }
    .file-request-style .file-form__content {
        padding: 10px 10px 10px 30px;
    }
    .file-request-style .file-form__text-info {
        font-size: 16px;
    }
    .file-request-style .file-form__info {
        flex: 0 0 153px;
        width: 153px;
        height: 46px;
        padding: 0 22px;
    }
    .file-request-style .file-form__icon {
        margin-right: 10px;
    }
    .file-request-style .file-form__text-description {
        font-size: 12px;
    }
    .form-review__form .submit-form__submit {
        width: 224px;
        height: 50px;
    }
    /* service detail */
    .pd-service__header {
        padding: 140px 0 60px;
    }
    .pd-service__content {
    }
    .pd-service__text {
        padding-top: 28px;
        padding-right: 20px;
    }
    .pd-service__back {
    }
    .pd-service__text-header {
        max-width: 550px;
        padding-top: 40px;
    }
    .pd-service__text-header h1 {
        font-size: 48px;
        line-height: 140%;
    }
    .pd-service__text-paragraph {
        padding-top: 20px;
        font-size: 20px;
        line-height: 160%;
    }
    .pd-service__button {
        padding-top: 40px;
    }
    .button-service-style {
        width: 195px;
        height: 50px;
    }
    .button-service__link {
        font-size: 12px;
    }
    .pd-service__picture {
        flex: 0 0 460px;
        width: 460px;
        height: 460px;
        margin-right: 45px;
    }
	.pd-service__image img {
		transform: scale(1.1) translate(0px, 22px);
	}
    .pd-service__body {
        padding-top: 100px;
        margin-bottom: -30px;
    }
    .service-text__block {
        padding-bottom: 30px;
    }
    .service-text__block .content-align {
        width: 100%;
    }
    .service-text__text-paragraph,
    .service-text__text-header {
        padding-bottom: 20px;
    }
    .service-text__text-header h2 {
        max-width: 640px;
        font-size: 36px;
        line-height: 140%;
    }
    .service-text__text-advanced li,
    .service-text__text-paragraph li,
    .service-text__text-advanced,
    .service-text__text-paragraph,
    .service-text__text-advanced p,
    .service-text__text-paragraph p {
        font-size: 20px;
        line-height: 160%;
    }
    .service-text__text-advanced li::before,
    .service-text__text-paragraph li::before {
        padding-right: 5px;
    }
    .service-text__text-header h3 {
        max-width: 880px;
        font-size: 28px;
        line-height: 140%;
    }
    .service-text__image {
        padding-bottom: 20px;
    }
    .service-text__picture {
        height: 550px;
    }
    .service-text__text-advanced {
        padding-top: 20px;
    }
    .service-text__button {
        padding-top: 20px;
        font-size: 20px;
        line-height: 160%;
    }
    .service-text__button::after {
        height: 2px;
        margin-top: 0;
    }
    .accordion-service-style {
        padding-top: 22px;
    }
    .accordion-service-style .accordion__list {
        margin-bottom: -20px;
    }
    .accordion-service-style .accordion__element {
        border-radius: 20px;
        margin-bottom: 20px;
    }
    .accordion-service-style .accordion__link {
        padding: 30px 100px 30px 30px;
    }
    .accordion-service-style .accordion-service__text-paragraph {
        font-size: 28px;
        line-height: 140%;
    }
    .accordion-service-style .accordion-service__button {
        font-size: 18px;
        line-height: 140%;
		margin-top: 7px;
    }
    .accordion-service-style .accordion-service__button::after {
        margin: -20px 0 0 30px;
    }
    .accordion-service-style .accordion__content {
        padding: 10px 30px 92px;
        margin-top: 0;
    }
    .accordion-service-style .accordion-service__text-description {
        max-width: 100%;
        font-size: 20px;
        line-height: 160%;
    }
/* Index
_____________________________________________________________________________*/
    .p-index__promo {
        height: 720px;
    }
    .s-promo__text-header {
        max-width: 378px;
        font-size: 48px;
    }
    .s-promo__text-description {
        max-width: 336px;
        padding-top: 20px;
        font-size: 20px;
        line-height: 160%;
    }
    .s-promo__button {
        padding-top: 40px;
    }
    .button-index-style {
        width: 195px;
        height: 50px;
    }
    .button-index__link {
        font-size: 12px;
    }
    .p-index__service {
        padding-top: 80px;
    }
    .i-service__text-header {
        font-size: 36px;
        line-height: 140%;
    }
    .i-service__list {
        padding-top: 40px;
    }
    .p-index__personal {
        margin-top: 80px;
    }
    .i-personal__content {
        height: 565px;
    }
    .i-personal__text,
    .i-personal__picture {
        flex: 0 0 50%;
        position: relative;
    }
    .i-personal__image {
        width: 376px;
        height: 530px;
        bottom: 0;
        left: 100%;
        margin-left: -473px;
    }
    .i-personal__text {
        height: 100%;
        padding-left: 10px;
    }
    .i-personal__text-header {
        font-size: 24px;
        line-height: 150%;
    }
    .i-personal__text-sign {
        max-width: 234px;
        padding-top: 10px;
        font-size: 16px;
        line-height: 140%;
    }
    .i-personal__text-paragraph {
        padding-top: 30px;
        font-size: 16px;
        line-height: 160%;
    }
    .p-index__about {
        padding-top: 80px;
    }
    .i-about__text-header h2 {
        font-size: 36px;
        line-height: 140%;
    }
    .i-about__text-paragraph {
        max-width: 930px;
        padding-top: 20px;
        font-size: 20px;
        line-height: 160%;
    }
    .i-gallery__slider {
        padding-top: 40px;
    }
    .slider-index {
        width: calc(100% + 20px);
        margin-right: -20px;
    }
    .slider-index__element {
        margin-right: 20px;
    }
    .slider-index__image {
        height: 377px;
    }
    .slider-index .slick-dots {
        width: calc(100% - 20px);
        padding-top: 40px;
    }
    .p-index__staff {
        padding-top: 80px;
    }
    .i-staff__text-header h2 {
        font-size: 36px;
        line-height: 140%;
    }
    .i-staff__text-paragraph {
        max-width: 930px;
        padding-top: 20px;
        font-size: 20px;
        line-height: 160%;
    }
    .i-staff__list .list-employees {
        padding-top: 40px;
    }
    .i-staff__button {
        padding-top: 40px;
    }
    .staff-link {
        width: 182px;
        height: 50px;
    }
    .staff-link__link {
        font-size: 12px;
    }
    .p-index__neo {
        margin-top: 80px;
    }
    .i-neo__content {
        padding: 329px 0 40px;
    }
    .i-neo__text {
        padding: 40px 36px;
    }
    .i-neo__text-header {
        font-size: 36px;
        line-height: 140%;
    }
    .i-neo__text-paragraph {
        max-width: 1012px;
        padding-top: 20px;
        font-size: 20px;
        line-height: 160%;
    }
    .p-index__reviews {
        padding-top: 80px;
    }
    .i-reviews__text-header h2 {
        font-size: 36px;
        line-height: 140%;
    }
    .i-reviews__list {
        padding-top: 40px;
    }
	.p-404 .contacts__text-header h1 {
		font-size: 48px;
		line-height: 140%;
	}
	.p-404 .contacts__text-paragraph {
		padding-top: 20px;
		line-height: 160%;
	}
	.p-404 .contacts__image {
		padding-right: 0;
		padding-top: 0;
	}
	.p-404 .image-contacts {
		width: 538px;
		height: 580px;
	}
}
/* End */


/* Start:/local/assets/css/1000.css?175568008933019*/
@media (min-width: 960px) and (max-width: 1199px) { /* between 1024px and 1199px */
/* Fonts
-----------------------------------------------------------------------------*/
    h1,
    .text-sizer__size-78 {
        font-size: 48px;
        line-height: 140%;
    }
    .text-sizer__header-78 {
        font-size: 48px;
    }
    h2,
    .text-sizer__size-64 {
        font-size: 36px;
    }
    h3,
    .text-sizer__size-36 {
        font-size: 28px;
    }
    .text-sizer__size-40 {
        font-size: 32px;
    }
    .text-sizer__size-32 {
        font-size: 24px;
    }
    .text-sizer__size-24 {
        font-size: 20px;
    }
    .text-sizer__footer-24 {
        font-size: 24px;
    }
    .text-sizer__footer-16 {
        font-size: 16px;
    }
    .text-sizer__service-24 {
        font-size: 16px;
    }
    .text-sizer__service-16 {
        font-size: 14px;
    }
    .text-sizer__size-20 {
        font-size: 16px;
    }
    .text-sizer__header-20 {
        font-size: 14px;
    }
    .text-sizer__header-16 {
        font-size: 12px;
    }
/* Default
-----------------------------------------------------------------------------*/
    .site-content {
        padding-top: 60px;
    }
    .page-padding__top {
        padding-top: 60px;
    }
    .page-padding__bottom {
        padding-bottom: 60px;
    }
    .content-align,
    .header__content,
    .footer__content {
        width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }
    .header {
        height: 80px;
    }
    .logo__link {
        width: 165px;
        height: 40px;
    }
    .header__menu {
        display: none;
    }
    .header__phone {
        padding-right: 139px;
    }
    .phone-header__icon {
        flex: 0 0 16px;
        height: 16px;
        margin-right: 10px;
    }
    .button-menu {
        display: block;
    }
    .footer {
        /*background-image: url(/local/assets/css/../images/footer-3.png);*/
    }
    .footer::before {
        background: linear-gradient(0deg, #DCF9FF 0%, rgba(220, 249, 255, 0.00) 100%);
    }
    .footer::after {
        background: linear-gradient(319deg, #D6FFDC 14.91%, rgba(220, 249, 255, 0.20) 67.83%);
    }
    .footer__content {
        padding-top: 60px;
        padding-bottom: 40px;
    }
    .list-footer__copy {
        padding-top: 60px;
    }
    .menu-footer {
        flex-wrap: wrap;
        margin-bottom: -60px;
    }
    .menu-footer > .menu-footer__list {
        margin-bottom: 60px;
    }
    .menu-footer > .menu-footer__list:nth-of-type(1),
    .menu-footer > .menu-footer__list:nth-of-type(2),
    .menu-footer > .menu-footer__list:nth-of-type(3),
    .menu-footer > .menu-footer__list:nth-of-type(4) {
        flex: 0 0 auto;
        width: 50%;
        padding-right: 40px;
    }
    .menu-footer > .menu-footer__list:nth-of-type(odd) {
        padding-left: 10px;
    }
    .menu-footer > .menu-footer__list:nth-of-type(1) {
        order: 1;
    }
    .menu-footer > .menu-footer__list:nth-of-type(3) .menu-footer__element {
        max-width: 320px;
    }
    .menu-footer > .menu-footer__list:nth-of-type(4) .menu-footer__element {
        max-width: 210px;
    }
    .menu-footer > .menu-footer__list > .menu-footer__list {
        padding-top: 35px;
    }
    .footer__umiks {
        justify-content: flex-start;
        padding-top: 40px;
    }
/* Popups
-----------------------------------------------------------------------------*/
    .response {
        border-radius: 20px;
        margin: 0 20px 20px 0;
    }
    .response__window {
        max-width: 320px;
    }
    .response__content {
        width: 100%;
        padding: 15px 80px 15px 25px;
    }
    .response__close {
        width: 16px;
        height: 16px;
        margin: 10px 10px 0 0;
    }
    .response__message {
        font-size: 16px;
    }
	.warning__content {
		width: 730px;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.warning__message {
		font-size: 20px;
		line-height: 140%;
	}
/* Pages
-----------------------------------------------------------------------------*/
    /* services */
    .p-services__services {
        padding-top: 40px;
    }
    .list-services {
        width: calc(100% + 20px);
        margin-right: -20px;
        margin-bottom: -40px;
    }
    .list-services__element {
        flex: 0 0 calc(25% - 20px);
        width: calc(25% - 20px);
        margin-right: 20px;
        margin-bottom: 40px;
    }
    .list-services__link {
    }
    .list-services__picture {
        flex: 0 0 205px;
        width: 205px;
        height: 205px;
    }
	.list-services__picture img {
	    transform: scale(1.15) translate(0px, 10px);
	}
    .list-services__text-header {
        padding-top: 20px;
    }
    .list-services__text-paragraph {
        max-width: 216px;
        padding-top: 10px;
    }
    .p-services__prices {
        width: 100%;
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 80px;
    }
    .list-prices {
        padding-top: 40px;
        margin-bottom: -40px;
    }
    .list-prices__section {
        margin-bottom: 40px;
    }
    .list-prices__header,
    .list-prices__row {
    }
    .list-prices__header {
        padding: 21px 40px;
    }
    .list-prices__text-header h3,
    .list-prices__text-header {
        font-size: 20px;
    }
    .list-prices__text-header:last-of-type,
    .list-prices__text-paragraph:last-of-type {
        flex: 0 0 181px;
        width: 181px;
    }
    .list-prices__body {
        padding: 0 40px;
    }
    .list-prices__row {
        padding: 11px 0;
    }
    .list-prices__text-paragraph:nth-of-type(odd) {
        font-size: 20px;
    }
    .list-prices__text-paragraph:nth-of-type(even) {
        font-size: 16px;
    }
    /* contacts */
    .p-contacts__contacts {
        padding-top: 80px;
    }
    .contacts__content {
    }
    .contacts__text {
        max-width: 428px;
    }
    .contacts__text-paragraph {
        padding-top: 20px;
    }
    .button-contacts-style {
        width: 195px;
        height: 50px;
        margin-top: 30px;
    }
    .button-contacts__link {
        font-size: 12px;
    }
    .contacts__phone {
        padding-top: 60px;
    }
    .contacts__text-sign {
        font-size: 12px;
    }
    .contacts__text-phone {
        padding-top: 20px;
    }
    .contacts__link-phone {
        font-size: 32px;
    }
    .contacts__image {
        padding-top: 81px;
        padding-right: 24px;
    }
    .image-contacts {
        width: 382px;
        height: 499px;
    }
    .p-contacts__question {
        padding-top: 80px;
    }
    .addresses__list {
        width: calc(100% + 20px);
        margin-right: -20px;
        padding-top: 40px;
    }
    .addresses__element {
        flex: 0 0 calc(50% - 10px);
        width: calc(50% - 10px);
        margin-right: 10px;
    }
    .addresses__text-sign {
        font-size: 12px;
    }
    .addresses__text-paragraph {
        max-width: 390px;
        padding-top: 5px;
    }
    .p-contacts__addresses {
        padding-top: 80px;
    }
    .addresses__map-outer {
        padding-top: 40px;
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 60px;
    }
    .addresses__map-outer {
        height: 420px;
    }
    /* form */
    .popup-request-style .popup__content {
        padding: 40px 50px 60px;
    }
    .form-request-style .form__text-header {
        font-size: 36px;
        line-height: 140%;
    }
    .textarea-request-style,
    .input-request-style {
        width: 644px;
    }
    .checkbox-request-style .checkbox-form__text {
        padding-left: 29px;
        font-size: 14px;
        line-height: 160%;
    }
    .submit-request-style {
        padding-top: 38px;
    }
    .submit-request-style .submit-form__submit {
        width: 224px;
    }
    /* about */
    .p-about__about {
        height: 600px;
        display: flex;
        align-items: flex-end;
    }
    .s-about__shadow {
    }
    .s-about__shadow::before {
        height: 133px;
    }
    .s-about__shadow::after {
        height: 245px;
    }
    .s-about__text-paragraph {
        max-width: 655px;
        padding-bottom: 50px;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
    }
    .s-about__text-header {
        padding-bottom: 20px;
    }
    .s-about__text-header h1 {
        line-height: 140%;
    }
    .p-about__family {
        padding-top: 80px;
    }
    .s-family {
        width: calc(100% + 20px);
        margin-right: -20px;
        display: flex;
    }
    .s-family__content,
    .s-family__text {
        flex: 0 0 calc(50% - 20px);
        width: calc(50% - 20px);
        margin-right: 20px;
    }
    .s-family__text-header {
        max-width: 282px;
    }
    .s-family__text-paragraph {
        max-width: 100%;
        padding-top: 20px;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
    }
    .s-family__content {
    }
    .s-family__image {
        height: 480px;
    }
    .s-family__image-text {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 30px;
    }
    .s-family__text-image {
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
    }
    .s-family__text-sign {
        padding-top: 5px;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
    }
    .p-about__values {
        padding-top: 80px;
    }
    .s-values__text-paragraph {
        max-width: 100%;
        padding-top: 20px;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
    }
    .s-values__image {
        padding-top: 40px;
    }
    .p-about__feedback {
        padding-top: 80px;
    }
    .s-feedback {
        width: calc(100% + 20px);
        margin-right: -20px;
        display: flex;
    }
    .s-feedback__text,
    .s-feedback__image {
        flex: 0 0 calc(50% - 20px);
        width: calc(50% - 20px);
        margin-right: 20px;
    }
    .s-feedback__text-header {
        max-width: 282px;
    }
    .s-feedback__text-paragraph {
        max-width: 100%;
        padding-top: 20px;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
    }
    .s-feedback__image {
        width: 100%;
        height: 480px;
    }
    .p-about__care {
        padding-top: 80px;
    }
    .s-care__text-paragraph {
        max-width: 830px;
        padding-top: 20px;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
    }
    .s-care__image {
        padding-top: 40px;
    }
    .s-reviews__text-header {
        padding-top: 80px;
    }
    .s-reviews__slider-outer {
        padding-top: 40px;
    }
    .slider-reviews {
        width: calc(100% + 20px);
    }
    .slider-reviews__element {
        margin-right: 20px;
    }
    .slider-reviews__image {
        width: 110px;
        height: 110px;
        position: relative;
    }
    .slider-reviews__text {
        padding-left: 0;
    }
    .slider-reviews__text-header {
        padding-top: 10px;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
    }
    .slider-reviews__text-paragraph {
        padding-top: 10px;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
    }
    .slider-reviews__more {
        display: none;
        padding-top: 10px;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
    }
    .slider-reviews .slick-dots {
        padding-top: 70px;
    }
    .slick-dots li {
        flex: 0 0 30px;
        width: 30px;
        height: 30px;
        margin: -10px 0;
    }
    .slick-dots button::before,
    .slick-dots button::after {
        width: 10px;
        height: 10px;
        margin: -5px 0 0 -5px;
    }
    /* review popup */
    .popup-review-style .popup__layer {
        flex: 0 0 744px;
        width: 744px;
        margin: 40px 40px;
        padding: 60px 40px;
        border-radius: 30px;
    }
    .popup-review-style .popup__close-inner {
        width: 24px;
        height: 24px;
        margin: 20px 20px 0 0;
    }
    /* stock */
    .p-stock__content {
        padding-top: 32px;
    }
    .filter-stock {
        margin-bottom: 40px;
    }
    .stock-filter__list {
    }
    .stock-filter__element {
        height: 50px;
        margin-left: 10px;
    }
    .stock-filter-link__text {
        padding: 15px 26px;
        font-size: 14px;
    }
    .p-stock__list {
        width: calc(100% + 20px);
        margin-right: -20px;
        margin-bottom: -20px;
    }
    .p-stock__element {
        flex: 0 0 calc(33.33% - 20px);
        width: calc(33.33% - 20px);
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .element-link {
        height: 420px;
        border-radius: 20px;
    }
    .element-link._child .element-link__background {
        background-position: center 48px;
        background-size: 428px 312px;
    }
    .element-link__content {
        padding: 20px;
    }
    .element-link__text-date {
        font-size: 14px;
    }
    .element-link__bottom {
        padding-top: 118px;
    }
    .element-link:hover .element-link__bottom {
        padding-top: 40px;
    }
    .element-link__text-header {
        max-height: 102px;
        font-size: 24px;
    }
    .element-link__text-paragraph {
        max-height: 44px;
        margin-top: 20px;
        font-size: 14px;
    }
    .element-link__buttons {
        flex-wrap: wrap;
        justify-content: flex-start;
        padding-top: 0;
        margin-bottom: -5px;
    }
    .element-link-request-style,
    .element-link-detail-style {
        height: 50px;
        margin-bottom: 5px;
    }
    .element-link-request-style {
        flex: 0 0 100%;
        width: 100%;
        margin-right: 0;
    }
    .element-link-detail-style {
        flex: 0 0 100%;
        width: 100%;
    }
    .pagination-outer {
        padding-top: 40px;
    }
    .pagination__link-more {
        width: 194px;
        height: 50px;
    }
    /* form end */
    .form-end {
        margin-top: 80px;
        padding: 60px 0;
        overflow: hidden;
    }
    .form-end__form {
        max-width: 430px;
    }
    .form-end__picture {
        width: 458px;
        height: 582px;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: 22px;
    }
    /* stock detail*/
    .pd-stock__header {
        padding-top: 80px;
        padding-bottom: 60px;
        background-position: center -271px;
        background-size: 1031px 747px;
    }
    .pd-stock__back {
        padding-top: 40px;
    }
    .button-back-style .button-back__link {
        padding-left: 24px;
        font-size: 16px;
    }
    .button-back-style .button-back__link::before {
        width: 14px;
        height: 10px;
        margin: -6px 0 0;
    }
    .pd-stock__text-header {
        max-width: 100%;
        padding-top: 40px;
    }
    .pd-stock__text-header h1 {
        line-height: 140%;
    }
    .pd-stock__content {
        padding-top: 80px;
    }
    .table-stock__row {
        margin-bottom: -10px;
    }
    .table-stock__row:nth-of-type(1) {
        flex: 0 0 300px;
        width: 300px;
    }
    .table-stock__row:nth-of-type(2) {
        flex: 1 1 100%;
        width: 100%;
    }
    .table-stock__cell {
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 160%;
    }
    .table-stock__row .table-stock__cell:first-of-type {
        font-size: 14px;
        line-height: 140%;
    }
    .pd-stock__other {
        padding-top: 80px;
    }
	.other-stock__slider .slider-stock {
		max-height: 470px;
	}
    .other-stock__text-header {
        font-size: 36px;
        line-height: 140%;
    }
    .other-stock__slider {
        padding-top: 40px;
    }
    .slider-stock {
        width: calc(100% + 20px);
        margin-right: -20px;
    }
    .slider-stock .p-stock__element {
        margin-bottom: 0;
    }
    .slider-stock .slick-dots {
        padding-top: 40px;
    }
    /* documents */
    .p-documents {
        padding-top: 80px;
        padding-bottom: 20px;
        margin-bottom: -80px;
    }
    .list-documents__outer {
        margin-bottom: 80px;
    }
    .list-documents__text-header {
    }
    .list-documents__text-header h2 {
        font-size: 36px;
        line-height: 140%;
    }
    .list-documents {
        padding-top: 40px;
        margin-bottom: -20px;
    }
    .list-documents__element {
        width: 100%;
        margin-bottom: 20px;
    }
    .list-documents__link {
        padding: 26px 30px;
        border-radius: 20px;
    }
    .list-documents__part {
    }
    .list-documents__part:nth-of-type(1) {
    }
    .list-documents__part:nth-of-type(2) {
    }
    .list-documents__icon {
        flex: 0 0 20px;
        width: 20px;
        height: 20px;
        margin-right: 20px;
        margin-bottom: 2px;
    }
    .list-documents__text-paragraph {
        font-size: 20px;
        line-height: 140%;
    }
    .list-documents__text-sign {
        font-size: 16px;
        line-height: 140%;
    }
    .list-documents__download {
        flex: 0 0 15px;
        width: 15px;
        height: 15px;
        margin-left: 20px;
        margin-bottom: 5px;
    }
    .form-end__form .textarea-request-style {
        height: 100px;
    }
    /* patient */
    .p-patient__patient {
        height: auto;
        padding: 120px 0 82px;
    }
    .s-patient__shadow::before {
        height: 168px;
    }
    .s-patient__shadow::after {
        height: 198px;
    }
    .s-patient__content {
        flex-direction: column;
        justify-content: flex-start;
    }
    .s-patient__text-header h1 {
        font-size: 48px;
        line-height: 140%;
    }
    .s-patient__text-paragraph {
        max-width: 430px;
        padding-top: 40px;
        font-size: 20px;
        line-height: 160%;
    }
    .s-patient__text-description {
        padding-top: 40px;
        font-size: 12px;
        line-height: 160%;
    }
    .s-patient__text-sign {
        padding-top: 10px;
        font-size: 16px;
        line-height: 140%;
    }
    .p-patient__instructions {
        padding-top: 80px;
    }
    .s-instructions__text-header {
        max-width: 440px;
        font-size: 36px;
    }
    .accordion-instructions-style .accordion__list {
        padding-top: 40px;
        margin-bottom: -20px;
    }
    .accordion-instructions-style .accordion__element {
        border-radius: 20px;
        margin-bottom: 20px;
    }
    .accordion-instructions-style .accordion__link {
        align-items: center;
        justify-content: space-between;
        padding: 30px 90px 30px 59px;
    }
    .s-instructions__text-number {
        margin: 39px 0 0 20px;
        font-size: 16px;
        line-height: 140%;
    }
    .s-instructions__text-paragraph {
        font-size: 28px;
        line-height: 140%;
    }
    .s-instructions__button {
        font-size: 18px;
        line-height: 140%;
    }
    .s-instructions__button::after {
        position: absolute;
        top: 50%;
        left: 100%;
        margin: -20px 0 0 30px;
    }
    .accordion-instructions-style .accordion__content {
        padding: 0 20px 60px 59px;
        margin-top: 10px;
    }
    .s-instructions__text-description {
        max-width: 100%;
        font-size: 20px;
        line-height: 160%;
    }
    .instructions-link {
        width: 195px;
        height: 50px;
        margin-top: 40px;
    }
    .instructions-link__link {
        font-size: 12px;
    }
    .p-patient__heart {
        padding-top: 120px;
    }
    .s-heart__content {
    }
    .s-heart__image {
    }
    .s-heart__text-paragraph {
        max-width: 763px;
        padding-top: 40px;
        font-size: 20px;
        line-height: 160%;
    }
    .s-heart__text-header {
        padding-top: 40px;
        font-size: 24px;
        line-height: 160%;
    }
    .p-patient__important {
        padding-top: 120px;
    }
    .s-important__text-header {
        max-width: 640px;
        font-size: 36px;
        line-height: 140%;
    }
    .s-important__text-paragraph {
        padding-top: 20px;
    }
    .s-important__text-advanced {
        padding-top: 18px;
    }
    .s-important__text-advanced,
    .s-important__text-paragraph {
        max-width: 809px;
        font-size: 20px;
        line-height: 160%;
    }
    .s-important__button {
        padding-top: 35px;
        font-size: 20px;
        line-height: 160%;
    }
    .s-important__button::after {
        height: 2px;
        margin-top: 0;
    }
    /* employees */
    .p-employees__text-description {
        max-width: 100%;
        padding-top: 30px;
        font-size: 20px;
        line-height: 160%;
    }
    .list-employees {
        width: calc(100% + 20px);
        margin-right: -20px;
        margin-bottom: -20px;
        padding-top: 60px;
    }
    .i-staff__list .list-employees__element.slick-slide,
    .list-employees__element {
        width: calc(33.33% - 20px);
        height: 358px;
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .i-staff__list .list-employees__element.slick-slide {
        margin-bottom: 0;
    }
    .list-employees__overflow {
        padding: 20px 42px;
    }
    .list-employees__image {
        flex: 0 0 195px;
        width: 195px;
        height: 195px;
    }
    .list-employees__photo {
        width: 585px;
        height: 585px;
    }
    .list-employees__content {
        padding-top: 20px;
    }
    .list-employees__text-header {
        font-size: 16px;
        line-height: 160%;
    }
    .list-employees__text-paragraph {
        padding-top: 3px;
        font-size: 12px;
        line-height: 140%;
    }
    .list-employees__text-more {
        padding-top: 20px;
    }
    .employees-more__link {
        font-size: 14px;
        line-height: 140%;
    }
    .list-employees__text-request {
        padding-top: 20px;
    }
    .employees-request-style {
        flex: 0 0 183px;
        width: 183px;
        height: 50px;
    }
    .employees-request__link {
        font-size: 12px;
    }
    /* employees detail */
    .pd-employees__employee {
        padding-top: 80px;
    }
    .s-employee__container {
    }
    .s-employee__photo {
        flex: 0 0 430px;
        width: 430px;
        height: 499px;
        margin-top: 81px;
        left: 50%;
        margin-left: -440px;
    }
    .s-employee__content {
        left: 50%;
        padding-left: 22px;
    }
    .s-employee__text-header {
        padding-top: 20px;
        font-size: 48px;
        line-height: 140%;
    }
    .s-employee__text-paragraph {
        padding-top: 40px;
    }
    .s-employee__text-paragraph span {
        font-size: 20px;
        line-height: 160%;
    }
    .s-employee__request {
        padding-top: 40px;
    }
    .button-employee-style {
        width: 195px;
        height: 50px;
    }
    .button-employee__link {
        font-size: 12px;
    }
    .pd-employees__specialist {
        padding-top: 80px;
    }
    .s-specialist__text-header {
        font-size: 36px;
        line-height: 140%;
    }
    .s-specialist__text-paragraph {
        padding-top: 40px;
        font-size: 20px;
        line-height: 160%;
    }
    .pd-employees__gallery {
        padding-top: 80px;
    }
    .s-gallery__slider {
        width: 100%;
        padding: 0 40px;
    }
    .slider-employee {
    }
    .slider-employee.slick-initialized {
        width: calc(100% + 20px);
        margin-right: -20px;
    }
    .slider-employee.slick-initialized .slick-list {
        overflow: visible;
    }
    .slider-employee__element {
        margin-right: 20px;
    }
    .slider-employee.slick-initialized .slider-employee__image,
    .slider-employee__image {
        height: 463px;
    }
    .s-gallery__slider .slick-dots {
        width: calc(100% - 20px);
        padding-top: 40px;
    }
    /* form review */
    .form-review {
        margin-top: 80px;
        padding: 54px 0 54px;
        background: none;
    }
    .form-review::before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.5;
        background: linear-gradient(180deg, #8CEAFF 0%, #B4FFC0 100%);
    }
    .form-review__form {
        max-width: 430px;
    }
    .form-review__picture {
        width: 507px;
        height: 644px;
        bottom: 0;
        left: 50%;
        margin-left: 10px;
    }
    .form-review__image {
        background-image: url(/local/assets/css/../images/review__image-3.png);
    }
    .form-review__form .form__text-paragraph {
        padding-top: 20px;
        font-size: 20px;
        line-height: 160%;
    }
    .form-review__form .textarea-request-style {
        height: 100px;
    }
    .file-request-style {
        height: 66px;
        border-radius: 10px;
        background: #FFF;
    }
    .file-request-style .file-form__content {
        padding: 10px 10px 10px 30px;
    }
    .file-request-style .file-form__text-info {
        font-size: 16px;
    }
    .file-request-style .file-form__info {
        flex: 0 0 153px;
        width: 153px;
        height: 46px;
        padding: 0 22px;
    }
    .file-request-style .file-form__icon {
        margin-right: 10px;
    }
    .file-request-style .file-form__text-description {
        font-size: 12px;
    }
    .form-review__form .submit-form__submit {
        width: 224px;
        height: 50px;
    }
    /* service detail */
    .pd-service__header {
        padding: 155px 0 75px;
    }
    .pd-service__content {
    }
    .pd-service__text {
        padding-top: 13px;
        padding-right: 10px;
    }
    .pd-service__back {
    }
    .pd-service__text-header {
        max-width: 428px;
        padding-top: 40px;
    }
    .pd-service__text-header h1 {
        font-size: 48px;
        line-height: 140%;
    }
    .pd-service__text-paragraph {
        padding-top: 20px;
        font-size: 20px;
        line-height: 160%;
    }
    .pd-service__button {
        padding-top: 40px;
    }
    .button-service-style {
        width: 195px;
        height: 50px;
    }
    .button-service__link {
        font-size: 12px;
    }
    .pd-service__picture {
        flex: 0 0 430px;
        width: 430px;
        height: 430px;
        margin-right: 0;
    }
	.pd-service__image img {
		transform: scale(1.1) translate(0px, 22px);
	}
    .pd-service__body {
        padding-top: 80px;
        margin-bottom: -20px;
    }
    .service-text__block {
        padding-bottom: 20px;
    }
    .service-text__block .content-align {
        width: 100%;
    }
    .service-text__text-paragraph,
    .service-text__text-header {
        padding-bottom: 20px;
    }
    .service-text__text-header h2 {
        max-width: 100%;
        font-size: 36px;
        line-height: 140%;
    }
    .service-text__text-advanced li,
    .service-text__text-paragraph li,
    .service-text__text-advanced,
    .service-text__text-paragraph,
    .service-text__text-advanced p,
    .service-text__text-paragraph p {
        font-size: 20px;
        line-height: 160%;
    }
    .service-text__text-advanced li::before,
    .service-text__text-paragraph li::before {
        padding-right: 5px;
    }
    .service-text__text-header h3 {
        max-width: 100%;
        font-size: 28px;
        line-height: 140%;
    }
    .service-text__image {
        padding-bottom: 20px;
    }
    .service-text__picture {
        height: 453px;
    }
    .service-text__text-advanced {
        padding-top: 20px;
    }
    .service-text__button {
        padding-top: 20px;
        font-size: 20px;
        line-height: 160%;
    }
    .service-text__button::after {
        height: 2px;
        margin-top: 0;
    }
    .accordion-service-style {
        padding-top: 22px;
    }
    .accordion-service-style .accordion__list {
        margin-bottom: -20px;
    }
    .accordion-service-style .accordion__element {
        border-radius: 20px;
        margin-bottom: 20px;
    }
    .accordion-service-style .accordion__link {
        padding: 30px 90px 30px 30px;
    }
    .accordion-service-style .accordion-service__text-paragraph {
        font-size: 28px;
        line-height: 140%;
    }
    .accordion-service-style .accordion-service__button {
        font-size: 18px;
        line-height: 140%;
		margin-top: 7px;
    }
    .accordion-service-style .accordion-service__button::after {
        margin: -20px 0 0 30px;
    }
    .accordion-service-style .accordion__content {
        padding: 10px 20px 60px 30px;
        margin-top: 0;
    }
    .accordion-service-style .accordion-service__text-description {
        max-width: 100%;
        font-size: 20px;
        line-height: 160%;
    }
/* Index
_____________________________________________________________________________*/
    .p-index__promo {
        height: 580px;
    }
    .s-promo__text-header {
        max-width: 378px;
        font-size: 48px;
    }
    .s-promo__text-description {
        max-width: 332px;
        padding-top: 20px;
        font-size: 20px;
        line-height: 160%;
    }
    .s-promo__button {
        padding-top: 40px;
    }
    .button-index-style {
        width: 195px;
        height: 50px;
    }
    .button-index__link {
        font-size: 12px;
    }
    .p-index__service {
        padding-top: 80px;
    }
    .i-service__text-header {
        font-size: 36px;
        line-height: 140%;
    }
    .i-service__list {
        padding-top: 40px;
    }
    .p-index__personal {
        margin-top: 80px;
    }
    .i-personal__content {
        height: 547px;
    }
    .i-personal__text,
    .i-personal__picture {
        flex: 0 0 50%;
        position: relative;
    }
    .i-personal__image {
        width: 355px;
        height: 502px;
        bottom: 0;
        left: 100%;
        margin-left: -440px;
    }
    .i-personal__text {
        height: 100%;
        padding-left: 0;
        margin-left: -65px;
    }
    .i-personal__text-header {
        font-size: 24px;
        line-height: 150%;
    }
    .i-personal__text-sign {
        max-width: 234px;
        padding-top: 10px;
        font-size: 16px;
        line-height: 140%;
    }
    .i-personal__text-paragraph {
        padding-top: 30px;
        font-size: 16px;
        line-height: 160%;
    }
    .p-index__about {
        padding-top: 80px;
    }
    .i-about__text-header h2 {
        font-size: 36px;
        line-height: 140%;
    }
    .i-about__text-paragraph {
        max-width: 805px;
        padding-top: 20px;
        font-size: 20px;
        line-height: 160%;
    }
    .i-gallery__slider {
        padding-top: 40px;
    }
    .slider-index {
        width: calc(100% + 20px);
        margin-right: -20px;
    }
    .slider-index__element {
        margin-right: 20px;
    }
    .slider-index__image {
        height: 295px;
    }
    .slider-index .slick-dots {
        width: calc(100% - 20px);
        padding-top: 40px;
    }
    .p-index__staff {
        padding-top: 80px;
    }
    .i-staff__text-header h2 {
        font-size: 36px;
        line-height: 140%;
    }
    .i-staff__text-paragraph {
        max-width: 805px;
        padding-top: 20px;
        font-size: 20px;
        line-height: 160%;
    }
    .i-staff__list .list-employees {
        padding-top: 40px;
        padding-bottom: 70px;
        margin-bottom: -70px;
        overflow: hidden;
    }
    .i-staff__list .slick-list {
        overflow: visible;
        z-index: 2;
    }
    .i-staff__list .slick-dots {
        width: calc(100% - 20px);
        padding-top: 40px;
        z-index: 0;
    }
    .i-staff__button {
        padding-top: 40px;
    }
    .staff-link {
        width: 182px;
        height: 50px;
    }
    .staff-link__link {
        font-size: 12px;
    }
    .p-index__neo {
        margin-top: 80px;
    }
    .i-neo__background {
        height: 453px;
    }
    .i-neo__content {
        padding: 493px 0 0;
    }
    .i-neo__text {
        padding: 0;
        background: none;
        backdrop-filter: none;
    }
    .i-neo__text-header {
        font-size: 36px;
        line-height: 140%;
    }
    .i-neo__text-paragraph {
        max-width: 803px;
        padding-top: 20px;
        font-size: 20px;
        line-height: 160%;
    }
    .p-index__reviews {
        padding-top: 80px;
    }
    .i-reviews__text-header h2 {
        font-size: 36px;
        line-height: 140%;
    }
    .i-reviews__list {
        padding-top: 40px;
    }
	.p-404 {
		padding-top: 151px;
	}
	.p-404 .contacts__text-header h1 {
		font-size: 48px;
		line-height: 140%;
	}
	.p-404 .contacts__text-paragraph {
		padding-top: 20px;
		line-height: 160%;
	}
	.p-404 .contacts__image {
		padding-right: 0;
		padding-top: 0;
	}
	.p-404 .image-contacts {
		width: 429px;
		height: 462px;
	}
}
/* End */


/* Start:/local/assets/css/600.css?175568008938743*/
@media (min-width: 720px) and (max-width: 959px) { /* between 680px and 1023px */
/* Fonts
-----------------------------------------------------------------------------*/
    h1,
    .text-sizer__size-78 {
        font-size: 48px;
        line-height: 120%;
    }
    .text-sizer__header-78 {
        font-size: 36px;
        line-height: 120%;
    }
    h2,
    .text-sizer__size-64 {
        font-size: 36px;
    }
    h3,
    .text-sizer__size-36 {
        font-size: 28px;
    }
    .text-sizer__size-40 {
        font-size: 24px;
    }
    .text-sizer__size-32 {
        font-size: 24px;
    }
    .text-sizer__size-24 {
        font-size: 16px;
    }
    .text-sizer__footer-24 { /* заголовок  (в футере) */
        font-size: 24px;
    }
    .text-sizer__footer-16 {
        font-size: 16px;
    }
    .text-sizer__service-24 {
        font-size: 16px;
    }
    .text-sizer__service-16 {
        font-size: 12px;
    }
    .text-sizer__size-20 {
        font-size: 16px;
    }
    .text-sizer__header-20 {
        font-size: 14px;
    }
    .text-sizer__header-16 {
        font-size: 12px;
    }
/* Default
-----------------------------------------------------------------------------*/
    .site-content {
        padding-top: 60px;
    }
    .page-padding__top {
        padding-top: 60px;
    }
    .page-padding__bottom {
        padding-bottom: 40px;
    }
    .content-align,
    .header__content,
    .footer__content {
        width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }
    .footer {
        /*background-image: url(/local/assets/css/../images/footer-2.png);*/
    }
    .header {
        height: 80px;
    }
    .logo__link {
        width: 165px;
        height: 40px;
    }
    .header__menu {
        display: none;
    }
    .header__phone {
        padding-right: 121px;
    }
    .phone-header__icon {
        flex: 0 0 16px;
        height: 16px;
        margin-right: 10px;
    }
    .button-menu {
        display: block;
    }
    .menu-mobile > .menu-mobile__list:nth-of-type(even) {
        padding-left: 61px;
    }
    .footer::before {
        background: linear-gradient(0deg, #DCF9FF 0%, rgba(220, 249, 255, 0.00) 100%);
    }
    .footer::after {
        background: linear-gradient(319deg, #D6FFDC 14.91%, rgba(220, 249, 255, 0.20) 67.83%);
    }
    .footer__content {
        padding-top: 60px;
        padding-bottom: 40px;
    }
    .list-footer__copy {
        padding-top: 60px;
    }
    .menu-footer {
        flex-wrap: wrap;
        margin-bottom: -60px;
    }
    .menu-footer > .menu-footer__list {
        margin-bottom: 60px;
    }
    .menu-footer > .menu-footer__list:nth-of-type(1),
    .menu-footer > .menu-footer__list:nth-of-type(2),
    .menu-footer > .menu-footer__list:nth-of-type(3),
    .menu-footer > .menu-footer__list:nth-of-type(4) {
        flex: 0 0 auto;
        width: 50%;
        padding-right: 20px;
    }
    .menu-footer > .menu-footer__list:nth-of-type(odd) {
        padding-left: 15px;
    }
    .menu-footer > .menu-footer__list:nth-of-type(1) {
        order: 1;
    }
    .menu-footer > .menu-footer__list:nth-of-type(3) .menu-footer__element {
        max-width: 220px;
    }
    .menu-footer > .menu-footer__list:nth-of-type(4) .menu-footer__element {
        max-width: 210px;
    }
    .menu-footer > .menu-footer__list > .menu-footer__list {
        padding-top: 35px;
    }
    .footer__umiks {
        justify-content: flex-start;
        padding-top: 40px;
    }
/* Popups
-----------------------------------------------------------------------------*/
    .response {
        border-radius: 20px;
        margin: 0 20px 20px 0;
    }
    .response__window {
        max-width: 320px;
    }
    .response__content {
        width: 100%;
        padding: 15px 80px 15px 25px;
    }
    .response__close {
        width: 16px;
        height: 16px;
        margin: 10px 10px 0 0;
    }
    .response__message {
        font-size: 16px;
    }
	.warning__content {
		width: 530px;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.warning__message {
		font-size: 16px;
		line-height: 140%;
	}
/* Theme
-----------------------------------------------------------------------------*/
    .header.header-theme-white {
        position: relative;
    }
    .header.header-theme-white .phone-header__link {
        color: #000;
    }
    .header.header-theme-white .logo__image-black {
        visibility: visible;
        position: relative;
        pointer-events: auto;
    }
    .header.header-theme-white .logo__image-white {
        visibility: hidden;
        position: absolute;
        pointer-events: none;
    }
    .header.header-theme-white .phone-header__icon {
        background-image: url(/local/assets/icons/phone-black.svg);
    }
    .header.header-theme-white.theme-index .logo__image-black, .header.header-theme-black .logo__image-white {
        visibility: hidden;
        position: absolute;
        pointer-events: none;
    }
    .header.header-theme-white.theme-index .logo__image-white, .header.header-theme-black .logo__image-black {
        visibility: visible;
        position: relative;
        pointer-events: auto;
    }
    .header.header-theme-white.theme-index .phone-header__link {
        color: #fff;
    }
    .header.header-theme-white.theme-index .phone-header__icon {
        background-image: url(/local/assets/icons/phone-white.svg);
    }
    .header.header-theme-white.theme-index {
        position: absolute;
    }
/* Pages
-----------------------------------------------------------------------------*/
    /* services */
    .p-services__services {
        padding-top: 40px;
    }
    .list-services {
        width: calc(100% + 20px);
        margin-right: -20px;
        margin-bottom: -40px;
    }
    .list-services__element {
        flex: 0 0 calc(25% - 20px);
        width: calc(25% - 20px);
        margin-right: 20px;
        margin-bottom: 40px;
    }
    .list-services__link {
    }
    .list-services__picture {
        flex: 0 0 145px;
        width: 145px;
        height: 145px;
    }
	.list-services__picture img {
	    transform: scale(1.15) translate(0px, 10px);
	}
    .list-services__text-header {
        padding-top: 20px;
    }
    .list-services__text-paragraph {
        max-width: 216px;
        padding-top: 12px;
    }
    .p-services__prices {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-top: 80px;
    }
    .p-services__text-header {
        padding-left: 40px;
        padding-right: 40px;
    }
    .list-prices {
        padding-top: 20px;
        margin-bottom: -40px;
    }
    .list-prices__section {
        margin-bottom: 40px;
    }
    .list-prices__header,
    .list-prices__row {
    }
    .list-prices__header {
        padding: 30px 40px;
        border-radius: 0;
    }
    .list-prices__text-header h3,
    .list-prices__text-header {
        font-size: 28px;
        font-weight: 400;
    }
    .list-prices__text-header:nth-of-type(1) {
        display: block;
    }
    .list-prices__text-header:nth-of-type(2) {
        display: none;
    }
    .list-prices__text-paragraph:first-of-type {
        flex: 0 0 310px;
        width: 310px;
        padding-right: 20px;
    }
    .list-prices__text-header:last-of-type,
    .list-prices__text-paragraph:last-of-type {
        flex: 0 0 auto;
        width: auto;
    }
    .list-prices__body {
        padding: 0 40px;
    }
    .list-prices__row {
        padding: 20px 0;
    }
    .list-prices__row:not(:last-of-type) {
        border-bottom: rgba(0, 0, 0, 0.10) 1px solid;
    }
    .list-prices__text-paragraph:nth-of-type(odd) {
        font-size: 16px;
    }
    .list-prices__text-paragraph:nth-of-type(even) {
        font-size: 16px;
        font-weight: 500;
    }
    /* contacts */
    .p-contacts__contacts {
        padding-top: 80px;
    }
    .contacts__content {
    }
    .contacts__text {
        max-width: 310px;
    }
    .contacts__text-paragraph {
        padding-top: 20px;
    }
    .button-contacts-style {
        width: 195px;
        height: 50px;
        margin-top: 30px;
    }
    .button-contacts__link {
        font-size: 12px;
    }
    .contacts__phone {
        padding-top: 60px;
    }
    .contacts__text-sign {
        font-size: 12px;
    }
    .contacts__text-phone {
        padding-top: 5px;
    }
    .contacts__link-phone {
        font-size: 24px;
    }
    .contacts__image {
        padding-top: 81px;
        padding-right: 0;
    }
    .image-contacts {
        width: 320px;
        height: 419px;
    }
    .p-contacts__question {
        padding-top: 80px;
    }
    .addresses__list {
        width: calc(100% + 20px);
        margin-right: -20px;
        padding-top: 40px;
    }
    .addresses__element {
        flex: 0 0 calc(50% - 10px);
        width: calc(50% - 10px);
        margin-right: 10px;
    }
    .addresses__text-sign {
        font-size: 12px;
    }
    .addresses__text-paragraph {
        max-width: 325px;
        padding-top: 5px;
    }
    .p-contacts__addresses {
        padding-top: 80px;
    }
    .addresses__map-outer {
        padding-top: 40px;
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 60px;
    }
    .addresses__map-outer {
        height: 420px;
    }
    /* form */
    .popup-request-style .popup__content {
        padding: 40px 50px 60px;
    }
    .form-request-style .form__text-header {
        font-size: 36px;
        line-height: 140%;
    }
	.form-request-style .errors-container._ok {
		font-size: 22px;
	}
    .textarea-request-style,
    .input-request-style {
        width: 540px;
    }
    .checkbox-request-style .checkbox-form__text {
        padding-left: 29px;
        font-size: 14px;
        line-height: 160%;
    }
    .submit-request-style {
        padding-top: 38px;
    }
    .submit-request-style .submit-form__submit {
        width: 224px;
    }
    /* about */
    .p-about__about {
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .s-about__background {
        position: relative;
        flex: 0 0 407px;
        width: 100%;
        height: 407px;
    }
    .s-about__shadow {
        display: none;
    }
    .s-about__text-paragraph {
        max-width: 100%;
        padding-top: 20px;
        padding-bottom: 0;
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
    }
    .s-about__text-header {
        padding-top: 40px;
        padding-bottom: 0;
    }
    .s-about__text-header h1 {
        color: #000;
        line-height: 120%;
    }
    .p-about__family {
        padding-top: 80px;
    }
    .s-family {
        width: 100%;
        margin-right: 0;
        display: flex;
        flex-wrap: wrap;
    }
    .s-family__content,
    .s-family__text {
        flex: 0 0 100%;
        width: 100%;
        margin-right: 0;
    }
    .s-family__text-header {
        max-width: 100%;
    }
    .s-family__text-paragraph {
        max-width: 100%;
        padding-top: 20px;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
    }
    .s-family__content {
        height: auto;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: flex-end;
        padding-top: 40px;
    }
    .s-family__image {
        flex: 0 0 310px;
        width: 310px;
        height: 387px;
    }
    .s-family__image-text {
        position: relative;
        bottom: auto;
        left: auto;
        padding: 0;
    }
    .s-family__text-image {
        max-width: 210px;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
    }
    .s-family__text-sign {
        padding-top: 5px;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
    }
    .p-about__values {
        padding-top: 80px;
    }
    .s-values__text-paragraph {
        max-width: 100%;
        padding-top: 20px;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
    }
    .s-values__image {
        padding-top: 40px;
    }
    .p-about__feedback {
        padding-top: 80px;
    }
    .s-feedback {
        width: 100%;
        margin-right: 0;
        display: flex;
        flex-wrap: wrap;
    }
    .s-feedback__text,
    .s-feedback__image {
        flex: 0 0 100%;
        width: 100%;
        margin-right: 0;
    }
    .s-feedback__text-header {
        max-width: 100%;
    }
    .s-feedback__text-paragraph {
        max-width: 100%;
        padding-top: 20px;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
    }
    .s-feedback__image {
        flex: 0 0 calc(100% + 80px);
        width: calc(100% + 80px);
        height: 407px;
        margin: 40px -40px 0;
    }
    .p-about__care {
        padding-top: 80px;
    }
    .s-care__text-paragraph {
        max-width: 100%;
        padding-top: 20px;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
    }
    .s-care__image {
        padding-top: 40px;
    }
    .s-reviews__text-header {
        padding-top: 80px;
    }
    .s-reviews__slider-outer {
        padding-top: 40px;
    }
    .slider-reviews {
        width: calc(100% + 20px);
    }
    .slider-reviews__element {
        margin-right: 20px;
    }
    .slider-reviews__image {
        width: 110px;
        height: 110px;
        position: relative;
    }
    .slider-reviews__text {
        padding-left: 0;
    }
    .slider-reviews__text-header {
        padding-top: 10px;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
    }
    .slider-reviews__text-paragraph {
        padding-top: 10px;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
    }
    .slider-reviews__more {
        display: none;
        padding-top: 10px;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
    }
    .slider-reviews .slick-dots {
        padding-top: 40px;
    }
    .slick-dots li {
        flex: 0 0 30px;
        width: 30px;
        height: 30px;
        margin: -10px 0;
    }
    .slick-dots button::before,
    .slick-dots button::after {
        width: 10px;
        height: 10px;
        margin: -5px 0 0 -5px;
    }
    /* review popup */
    .popup-review-style .popup__layer {
        flex: 0 0 640px;
        width: 640px;
        margin: 40px 40px;
        padding: 60px 40px;
        border-radius: 30px;
    }
    .popup-review-style .popup__close-inner {
        width: 24px;
        height: 24px;
        margin: 20px 20px 0 0;
    }
    /* stock */
    .p-stock__content {
        padding-top: 40px;
    }
    .filter-stock {
        margin-bottom: 48px;
    }
    .stock-filter__list {
    }
    .stock-filter__element {
        height: 50px;
        margin-left: 10px;
    }
    .stock-filter-link__text {
        padding: 15px 26px;
        font-size: 14px;
    }
    .p-stock__list {
        width: calc(100% + 20px);
        margin-right: -20px;
        margin-bottom: -20px;
    }
    .p-stock__element {
        flex: 0 0 calc(50% - 20px);
        width: calc(50% - 20px);
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .element-link {
        height: 313px;
        border-radius: 20px;
    }
    .element-link._child .element-link__background {
        background-position: center -13px;
        background-size: 393px 286px;
    }
    .element-link__content {
        padding: 20px;
    }
    .element-link__text-date {
        font-size: 12px;
    }
    .element-link__bottom {
        padding-top: 110px;
    }
    .element-link:hover .element-link__bottom {
        padding-top: 40px;
    }
    .element-link__text-header {
        max-height: 68px;
        font-size: 24px;
    }
    .element-link__text-paragraph {
        max-height: 38px;
        margin-top: 20px;
        font-size: 12px;
    }
    .element-link__buttons {
        padding-top: 0;
    }
    .element-link-request-style,
    .element-link-detail-style {
        height: 50px;
    }
    .element-link-detail-style {
        flex: 0 0 107px;
        width: 107px;
    }
    .element-link .element-link__background::before {
        opacity: 0;
    }
    .element-link .element-link__background::after {
        opacity: 0.5;
    }
    .element-link .element-link__bottom {
        padding-top: 40px;
    }
    .element-link .element-link__buttons {
        opacity: 1;
        transform: translateY(0);
    }
    .element-link._child::before {
        opacity: 0;
    }
    .element-link._child::after {
        opacity: 0.5;
    }
    .pagination-outer {
        padding-top: 40px;
    }
    .pagination__link-more {
        width: 194px;
        height: 50px;
    }
    /* form end */
    .form-end {
        margin-top: 80px;
        padding: 130px 0 60px;
        overflow: hidden;
    }
    .form-end__form {
        max-width: 100%;
    }
    .form-end .form-request-style .form__list {
        padding-top: 64px;
    }
    .form-end__picture {
        width: 218px;
        height: 234px;
        position: absolute;
        bottom: auto;
        top: 0;
        left: 50%;
        margin-top: 44px;
        margin-left: 62px;
    }
    .form-end__image {
        background-image: url(/local/assets/css/../images/contacts__image-mobile.png);
    }
    /* stock detail*/
    .pd-stock__header {
        padding-top: 80px;
        padding-bottom: 60px;
        background-position: center -19px;
        background-size: 626px 455px;
    }
    .pd-stock__back {
        padding-top: 40px;
    }
    .button-back-style .button-back__link {
        padding-left: 24px;
        font-size: 16px;
    }
    .button-back-style .button-back__link::before {
        width: 14px;
        height: 10px;
        margin: -6px 0 0;
    }
    .pd-stock__text-header {
        max-width: 609px;
        padding-top: 40px;
    }
    .pd-stock__text-header h1 {
        line-height: 140%;
    }
    .pd-stock__content {
        padding-top: 80px;
    }
    .table-stock__row {
        margin-bottom: -10px;
    }
    .table-stock__row:nth-of-type(1) {
        flex: 0 0 220px;
        width: 220px;
    }
    .table-stock__row:nth-of-type(2) {
        flex: 1 1 100%;
        width: 100%;
    }
    .table-stock__cell {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 160%;
    }
    .table-stock__row .table-stock__cell:first-of-type {
        font-size: 12px;
        line-height: 140%;
    }
    .pd-stock__other {
        padding-top: 80px;
    }
	.other-stock__slider .slider-stock {
		max-height: 363px;
	}
    .other-stock__text-header {
        font-size: 36px;
        line-height: 140%;
    }
    .other-stock__slider {
        padding-top: 40px;
    }
    .slider-stock {
        width: calc(100% + 20px);
        margin-right: -20px;
    }
    .slider-stock .p-stock__element {
        margin-bottom: 0;
    }
    .slider-stock .slick-dots {
        padding-top: 40px;
    }
    /* documents */
    .p-documents {
        padding-top: 80px;
        padding-bottom: 20px;
        margin-bottom: -80px;
    }
    .list-documents__outer {
        margin-bottom: 80px;
    }
    .list-documents__text-header {
    }
    .list-documents__text-header h2 {
        font-size: 36px;
        line-height: 140%;
    }
    .list-documents {
        padding-top: 40px;
        margin-bottom: -20px;
    }
    .list-documents__element {
        width: 100%;
        margin-bottom: 20px;
    }
    .list-documents__link {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 20px;
        border-radius: 20px;
    }
    .list-documents__part {
        width: 100%;
    }
    .list-documents__part:nth-of-type(1) {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .list-documents__part:nth-of-type(2) {
        padding-top: 30px;
        justify-content: space-between;
    }
    .list-documents__icon {
        flex: 0 0 25px;
        width: 25px;
        height: 25px;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .list-documents__text-paragraph {
        font-size: 16px;
        line-height: 140%;
        padding-right: 0;
    }
    .list-documents__text-sign {
        font-size: 16px;
        line-height: 140%;
    }
    .list-documents__download {
        flex: 0 0 15px;
        width: 15px;
        height: 15px;
        margin-left: 0;
        margin-bottom: 0;
    }
    .form-end__form .textarea-request-style {
        height: 100px;
    }
    /* patient */
    .p-patient__patient {
        height: auto;
        padding: 0;
    }
    .s-patient__background {
        height: 407px;
        position: relative;
    }
    .s-patient__shadow {
        display: none;
    }
    .s-patient__content {
        width: 100%;
        height: auto;
        flex-direction: column;
        justify-content: flex-start;
    }
    .s-patient__text {
        padding-top: 40px;
    }
    .s-patient__text-header h1 {
        color: #000000;
        font-size: 48px;
        line-height: 120%;
    }
    .s-patient__text-paragraph {
        color: #000000;
        max-width: 100%;
        padding-top: 20px;
        font-size: 16px;
        line-height: 160%;
    }
    .s-patient__text-description {
        color: #000000;
        padding-top: 40px;
        font-size: 12px;
        line-height: 160%;
    }
    .s-patient__text-sign {
        color: #000000;
        padding-top: 10px;
        font-size: 16px;
        line-height: 140%;
    }
    .p-patient__instructions {
        padding-top: 80px;
    }
    .s-instructions__text-header {
        max-width: 440px;
        font-size: 36px;
    }
    .accordion-instructions-style .accordion__list {
        padding-top: 40px;
        margin-bottom: -20px;
    }
    .accordion-instructions-style .accordion__element {
        border-radius: 20px;
        margin-bottom: 20px;
    }
    .accordion-instructions-style .accordion__link {
        position: static;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 20px 20px 120px 20px;
    }
    .s-instructions__text-number {
        position: relative;
        margin: 0;
        font-size: 16px;
        line-height: 140%;
    }
    .s-instructions__text-paragraph {
        padding-top: 10px;
        font-size: 28px;
        line-height: 140%;
    }
    .s-instructions__button {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        margin: 0 0 27px;
        padding-left: 20px;
        font-size: 18px;
        line-height: 140%;
        z-index: 10;
    }
    .s-instructions__button::after {
        position: absolute;
        bottom: 50%;
        left: auto;
        right: 0;
        margin: -20px 20px 0 0;
    }
    .accordion-instructions-style .accordion__content {
        padding: 0 20px 120px;
        margin-top: -100px;
    }
    .s-instructions__text-description {
        max-width: 100%;
        font-size: 16px;
        line-height: 160%;
    }
    .instructions-link {
        width: 195px;
        height: 50px;
        margin-top: 30px;
    }
    .instructions-link__link {
        font-size: 12px;
    }
    .p-patient__heart {
        padding-top: 80px;
    }
    .s-heart__content {
    }
    .s-heart__image {
    }
    .s-heart__text-paragraph {
        max-width: 544px;
        padding-top: 40px;
        font-size: 16px;
        line-height: 160%;
    }
    .s-heart__text-header {
        padding-top: 40px;
        font-size: 24px;
        line-height: 160%;
    }
    .p-patient__important {
        padding-top: 80px;
    }
    .s-important__text-header {
        max-width: 100%;
        font-size: 36px;
        line-height: 140%;
    }
    .s-important__text-paragraph {
        padding-top: 20px;
    }
    .s-important__text-advanced {
        padding-top: 18px;
    }
    .s-important__text-advanced,
    .s-important__text-paragraph {
        max-width: 100%;
        font-size: 16px;
        line-height: 160%;
    }
    .s-important__button {
        padding-top: 20px;
        font-size: 16px;
        line-height: 160%;
    }
    .s-important__button::after {
        height: 2px;
        margin-top: 0;
    }
    /* employees */
    .p-employees__text-description {
        max-width: 100%;
        padding-top: 30px;
        font-size: 16px;
        line-height: 160%;
    }
    .list-employees {
        width: calc(100% + 20px);
        margin-right: -20px;
        margin-bottom: -20px;
        padding-top: 60px;
    }
    .i-staff__list .list-employees__element.slick-slide,
    .list-employees__element {
        width: calc(50% - 20px);
		/*height: 345px;*/
        height: 454px;
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .i-staff__list .list-employees__element.slick-slide {
        margin-bottom: 0;
    }
	.list-employees__element._hover .list-employees__overflow, 
	.list-employees__element:hover .list-employees__overflow,
    .list-employees__overflow {
		height: 100%;
		max-height: 100%;
        padding: 20px 57px;
    }
    .list-employees__image {
        flex: 0 0 195px;
        width: 195px;
        height: 195px;
    }
    .list-employees__photo {
        width: 585px;
        height: 585px;
    }
    .list-employees__content {
        padding-top: 20px;
    }
    .list-employees__text-header {
        font-size: 16px;
        line-height: 160%;
    }
    .list-employees__text-paragraph {
        padding-top: 3px;
        font-size: 12px;
        line-height: 140%;
    }
    .list-employees__text-more {
        padding-top: 20px;
    }
    .employees-more__link {
        font-size: 14px;
        line-height: 140%;
    }
    .list-employees__text-request {
        padding-top: 20px;
    }
	.list-employees__text-request,
	.list-employees__text-more {
		opacity: 1;
		transform: translateY(0);
		visibility: visible;
		pointer-events: auto;
	}
    .employees-request-style {
        flex: 0 0 183px;
        width: 183px;
        height: 50px;
    }
    .employees-request__link {
        font-size: 12px;
    }
    /* employees detail */
    .pd-employees__employee {
        padding-top: 80px;
    }
    .s-employee__container {
    }
    .s-employee__photo {
        flex: 0 0 280px;
        width: 280px;
        height: 280px;
        margin-top: 70px;
        margin-bottom: 70px;
        left: 50%;
        margin-left: -320px;
        border-radius: 100%;
        overflow: hidden;
        background: linear-gradient(274deg, #96FFB4 -7.69%, #85D6FF 102.03%);
    }
    .s-employee__image {
        height: 326px;
        margin-top: 21px;
    }
    .s-employee__content {
        left: 50%;
        padding-left: 50px;
    }
    .s-employee__text-header {
        padding-top: 20px;
        font-size: 36px;
        line-height: 120%;
    }
    .s-employee__text-paragraph {
        padding-top: 30px;
    }
    .s-employee__text-paragraph span {
        font-size: 16px;
        line-height: 160%;
    }
    .s-employee__request {
        padding-top: 30px;
    }
    .button-employee-style {
        width: 195px;
        height: 50px;
    }
    .button-employee__link {
        font-size: 12px;
    }
    .pd-employees__specialist {
        padding-top: 80px;
    }
    .s-specialist__text-header {
        font-size: 36px;
        line-height: 140%;
    }
    .s-specialist__text-paragraph {
        padding-top: 20px;
        font-size: 16px;
        line-height: 160%;
    }
    .pd-employees__gallery {
        padding-top: 80px;
    }
    .s-gallery__slider {
        width: 100%;
        padding: 0 40px;
    }
    .slider-employee {
    }
    .slider-employee.slick-initialized {
        width: calc(100% + 20px);
        margin-right: -20px;
    }
    .slider-employee.slick-initialized .slick-list {
        overflow: visible;
    }
    .slider-employee__element {
        margin-right: 20px;
    }
    .slider-employee.slick-initialized .slider-employee__image,
    .slider-employee__image {
        height: 360px;
    }
    .s-gallery__slider .slick-dots {
        width: calc(100% - 20px);
        padding-top: 40px;
    }
    /* form review */
    .form-review {
        margin-top: 80px;
        padding: 72px 0 80px;
        background: none;
    }
    .form-review::before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.5;
        background: linear-gradient(180deg, #8CEAFF 0%, #B4FFC0 100%);
    }
    .form-review__form {
        max-width: 100%;
    }
    .form-review__picture {
        width: 297px;
        height: 245px;
        bottom: auto;
        top: 0;
        left: 50%;
        margin-top: 33px;
        margin-left: 23px;
    }
    .form-review__image {
        background-image: url(/local/assets/css/../images/review__image-4.png);
    }
    .form-review__form .form__text-paragraph {
        max-width: 320px;
        padding-top: 20px;
        font-size: 16px;
        line-height: 160%;
    }
    .form-review__form .textarea-request-style {
        height: 100px;
    }
    .file-request-style {
        height: 66px;
        border-radius: 10px;
        background: #FFF;
    }
    .file-request-style .file-form__content {
        padding: 10px 10px 10px 30px;
    }
    .file-request-style .file-form__text-info {
        font-size: 16px;
    }
    .file-request-style .file-form__info {
        flex: 0 0 153px;
        width: 153px;
        height: 46px;
        padding: 0 22px;
    }
    .file-request-style .file-form__icon {
        margin-right: 10px;
    }
    .file-request-style .file-form__text-description {
        font-size: 12px;
    }
    .form-review__form .submit-form__submit {
        width: 224px;
        height: 50px;
    }
    /* service detail */
    .pd-service__header {
        padding: 119px 0 80px;
    }
    .pd-service__content {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: flex-start;
    }
    .pd-service__text {
        align-self: flex-start;
        padding-top: 30px;
        padding-right: 0;
    }
    .pd-service__back {
    }
    .pd-service__text-header {
        max-width: 100%;
        padding-top: 25px;
    }
    .pd-service__text-header h1 {
        font-size: 48px;
        line-height: 120%;
    }
    .pd-service__text-paragraph {
        padding-top: 20px;
        font-size: 16px;
        line-height: 160%;
    }
    .pd-service__button {
        padding-top: 40px;
    }
    .button-service-style {
        width: 195px;
        height: 50px;
    }
    .button-service__link {
        font-size: 12px;
    }
    .pd-service__picture {
        flex: 0 0 350px;
        width: 350px;
        height: 350px;
        margin-right: 0;
    }
	.pd-service__image img {
		transform: scale(1.1) translate(0px, 22px);
	}
    .pd-service__body {
        padding-top: 80px;
        margin-bottom: -20px;
    }
    .service-text__block {
        padding-bottom: 20px;
    }
    .service-text__block .content-align {
        width: 100%;
    }
    .service-text__text-paragraph,
    .service-text__text-header {
        padding-bottom: 20px;
    }
    .service-text__text-header h2 {
        max-width: 100%;
        font-size: 36px;
        line-height: 140%;
    }
    .service-text__text-advanced li,
    .service-text__text-paragraph li,
    .service-text__text-advanced,
    .service-text__text-paragraph,
    .service-text__text-advanced p,
    .service-text__text-paragraph p {
        font-size: 16px;
        line-height: 160%;
    }
    .service-text__text-advanced li::before,
    .service-text__text-paragraph li::before {
        padding-right: 4px;
    }
    .service-text__text-header h3 {
        max-width: 100%;
        font-size: 28px;
        line-height: 140%;
    }
    .service-text__image {
        padding-bottom: 20px;
    }
    .service-text__picture {
        height: 350px;
    }
    .service-text__text-advanced {
        padding-top: 20px;
    }
    .service-text__button {
        padding-top: 30px;
        font-size: 16px;
        line-height: 160%;
    }
    .service-text__button::after {
        height: 2px;
        margin-top: 0;
    }
    .accordion-service-style {
        padding-top: 22px;
    }
    .accordion-service-style .accordion__list {
        margin-bottom: -20px;
    }
    .accordion-service-style .accordion__element {
        border-radius: 20px;
        margin-bottom: 20px;
    }
    .accordion-service-style .accordion__link {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        position: static;
        padding: 20px 20px 100px 20px;
    }
    .accordion-service-style .accordion-service__text-paragraph {
        font-size: 28px;
        line-height: 140%;
    }
    .accordion-service-style .accordion-service__button {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
		margin-top: 0;
        margin-bottom: 27px;
        padding-left: 20px;
        font-size: 18px;
        line-height: 140%;
        z-index: 10;
    }
    .accordion-service-style .accordion-service__button::after {
        position: absolute;
        bottom: 50%;
        left: auto;
        right: 0;
        margin: -20px 20px 0 0;
    }
    .accordion-service-style .accordion__content {
        padding: 0 20px 100px 20px;
        margin-top: -80px;
    }
    .accordion-service-style .accordion-service__text-description {
        max-width: 100%;
        font-size: 16px;
        line-height: 160%;
    }
    /* Index
    _____________________________________________________________________________*/
    .p-index__promo {
        height: 580px;
    }
    .s-promo__text-header {
        max-width: 378px;
        font-size: 48px;
    }
    .s-promo__text-description {
        max-width: 268px;
        padding-top: 20px;
        font-size: 16px;
        line-height: 160%;
    }
    .s-promo__button {
        padding-top: 30px;
    }
    .button-index-style {
        width: 195px;
        height: 50px;
    }
    .button-index__link {
        font-size: 12px;
    }
    .p-index__service {
        padding-top: 80px;
    }
    .i-service__text-header {
        font-size: 36px;
        line-height: 140%;
    }
    .i-service__list {
        padding-top: 40px;
    }
    .p-index__personal {
        margin-top: 80px;
    }
    .i-personal__content {
        padding: 40px 0 60px;
        height: auto;
        flex-direction: column;
        align-items: center;
    }
    .i-personal__picture {
        flex: 0 0 369px;
        width: 326px;
        height: 369px;
        position: relative;
    }
    .i-personal__image {
        width: 100%;
        height: 100%;
        position: relative;
        bottom: auto;
        left: auto;
        margin-left: 0;
    }
    .i-personal__image span:nth-of-type(1) {
        display: none;
    }
    .i-personal__image span:nth-of-type(2) {
        display: block;
    }
    .i-personal__text {
        height: auto;
        padding-top: 40px;
        padding-left: 0;
        margin-left: 0;
    }
    .i-personal__text-header {
        font-size: 24px;
        line-height: 150%;
    }
    .i-personal__text-sign {
        max-width: 250px;
        padding-top: 10px;
        font-size: 16px;
        line-height: 140%;
    }
    .i-personal__text-paragraph {
        padding-top: 30px;
        font-size: 16px;
        line-height: 160%;
    }
    .p-index__about {
        padding-top: 80px;
    }
    .i-about__text-header h2 {
        font-size: 36px;
        line-height: 140%;
    }
    .i-about__text-paragraph {
        max-width: 100%;
        padding-top: 20px;
        font-size: 16px;
        line-height: 160%;
    }
    .i-gallery__slider {
        padding-top: 40px;
    }
    .slider-index {
        width: calc(100% + 20px);
        margin-right: -20px;
    }
    .slider-index__element {
        margin-right: 20px;
    }
    .slider-index__image {
        height: 213px;
    }
    .slider-index .slick-dots {
        width: calc(100% - 20px);
        padding-top: 40px;
    }
    .p-index__staff {
        padding-top: 80px;
    }
    .i-staff__text-header h2 {
        font-size: 36px;
        line-height: 140%;
    }
    .i-staff__text-paragraph {
        max-width: 100%;
        padding-top: 20px;
        font-size: 16px;
        line-height: 160%;
    }
    .i-staff__list .list-employees {
        padding-top: 40px;
        padding-bottom: 70px;
        margin-bottom: -70px;
        overflow: hidden;
    }
    .i-staff__list .slick-list {
        overflow: visible;
        z-index: 2;
    }
    .i-staff__list .slick-dots {
        width: calc(100% - 20px);
        padding-top: 40px;
        z-index: 0;
    }
    .i-staff__button {
        padding-top: 40px;
    }
    .staff-link {
        width: 182px;
        height: 50px;
    }
    .staff-link__link {
        font-size: 12px;
    }
    .p-index__neo {
        margin-top: 80px;
    }
    .i-neo__background {
        height: 350px;
    }
    .i-neo__content {
        padding: 390px 0 0;
    }
    .i-neo__text {
        padding: 0;
        background: none;
        backdrop-filter: none;
    }
    .i-neo__text-header {
        font-size: 36px;
        line-height: 140%;
    }
    .i-neo__text-paragraph {
        max-width: 100%;
        padding-top: 20px;
        font-size: 16px;
        line-height: 160%;
    }
    .p-index__reviews {
        padding-top: 80px;
    }
    .i-reviews__text-header h2 {
        font-size: 36px;
        line-height: 140%;
    }
    .i-reviews__list {
        padding-top: 40px;
    }
	.p-404 {
		padding-top: 120px;
		padding-bottom: 40px;
	}
	.p-404 .contacts__content {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
	.p-404 .contacts__text-header h1 {
		font-size: 48px;
		line-height: 140%;
		text-align: center;
	}
	.p-404 .contacts__text-paragraph {
		max-width: 405px;
		padding-top: 20px;
		line-height: 160%;
		text-align: center;
		margin: 0 auto;
	}
	.p-404 .button-contacts {
		margin: 30px auto 20px;
	}
	.p-404 .contacts__text {
		flex: 0 0 100%;
		width: 100%;
		max-width: 100%;
	}
	.p-404 .contacts__image {
		flex: 0 0 100%;
		padding-right: 0;
		padding-top: 0;
	}
	.p-404 .image-contacts {
		width: 429px;
		height: 462px;
	}
}
/* End */


/* Start:/local/assets/css/300.css?175568008941389*/
@media (max-width: 719px) { /* less than 679px */
/* Fonts
-----------------------------------------------------------------------------*/
    h1,
    .text-sizer__size-78 {
        font-size: 40px;
        line-height: 120%;
    }
    .text-sizer__header-78 {
        font-size: 36px;
        line-height: 120%;
    }
    h2,
    .text-sizer__size-64 {
        font-size: 32px;
    }
    h3,
    .text-sizer__size-36 {
        font-size: 28px;
    }
    .text-sizer__size-40 {
        font-size: 24px;
    }
    .text-sizer__size-32 {
        font-size: 24px;
    }
    .text-sizer__size-24 {
        font-size: 16px;
    }
    .text-sizer__footer-24 {
        font-size: 24px;
    }
    .text-sizer__footer-16 {
        font-size: 16px;
    }
    .text-sizer__service-24 {
        font-size: 16px;
    }
    .text-sizer__service-16 {
        font-size: 12px;
    }
    .text-sizer__size-20 {
        font-size: 16px;
    }
    .text-sizer__header-20 {
        font-size: 14px;
    }
    .text-sizer__header-16 {
        font-size: 12px;
    }
/* Default
-----------------------------------------------------------------------------*/
    .site-content {
        padding-top: 60px;
    }
    .page-padding__top {
        padding-top: 60px;
    }
    .page-padding__bottom {
        padding-bottom: 40px;
    }
    .content-align,
    .header__content,
    .footer__content {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .footer {
        margin: 0 auto;
        height: auto;
        /*background-image: url(/local/assets/css/../images/footer-2.png);*/
    }
    .header {
        height: 80px;
    }
    .logo__link {
        width: 165px;
        height: 40px;
    }
    .header__menu {
        display: none;
    }
    .header__phone {
        display: none;
    }
    .button-menu {
        display: block;
        margin-right: 20px;
    }
    .menu-mobile > .menu-mobile__list {
        flex: 0 0 100%;
        width: 100%;
    }
    .menu-mobile > .menu-mobile__list:nth-of-type(even) {
        padding-left: 0;
    }
    .menu-mobile__element {
        max-width: 320px;
    }
    .menu-mobile__element._width {
        width: 100%;
        max-width: 100%;
    }
    .menu-mobile__link {
        text-decoration: none;
    }
    .menu-mobile__body {
        display: block;
    }
    .footer::before {
        background: linear-gradient(0deg, #DCF9FF 0%, rgba(220, 249, 255, 0.00) 100%);
    }
    .footer::after {
        background: linear-gradient(319deg, #D6FFDC 14.91%, rgba(220, 249, 255, 0.20) 67.83%);
    }
    .footer__content {
        padding-top: 60px;
        padding-bottom: 40px;
    }
    .list-footer__copy {
        padding-top: 40px;
    }
    .menu-footer {
        flex-wrap: wrap;
        margin-bottom: -30px;
    }
    .menu-footer > .menu-footer__list {
        margin-bottom: 30px;
    }
    .menu-footer > .menu-footer__list:nth-of-type(1),
    .menu-footer > .menu-footer__list:nth-of-type(2),
    .menu-footer > .menu-footer__list:nth-of-type(3),
    .menu-footer > .menu-footer__list:nth-of-type(4) {
        flex: 0 0 auto;
        width: 100%;
        padding-right: 20px;
    }
    .menu-footer > .menu-footer__list:nth-of-type(odd) {
        padding-left: 0;
    }
    .menu-footer > .menu-footer__list:nth-of-type(1) {
        padding-top: 30px;
        order: 1;
    }
    .menu-footer > .menu-footer__list:nth-of-type(3) .menu-footer__element {
        max-width: 220px;
    }
    .menu-footer > .menu-footer__list:nth-of-type(4) .menu-footer__element {
        max-width: 210px;
    }
    .menu-footer > .menu-footer__list > .menu-footer__list {
        padding-top: 30px;
    }
    .footer__umiks {
        justify-content: flex-start;
        padding-top: 40px;
    }
    .menu-footer > .menu-footer__list > .menu-footer__element > .menu-footer__link {
        position: relative;
        line-height: 100%;
    }
    .menu-footer > .menu-footer__list > .menu-footer__element > .menu-footer__link::after {
        content: '';
        width: 12px;
        height: 7px;
        position: absolute;
        top: 50%;
        left: 100%;
        margin-left: 10px;
        margin-top: -3px;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url(/local/assets/css/../icons/arrow__menu.svg);
        background-size: contain;
    }
    .menu-footer > .menu-footer__list._preshown > .menu-footer__element > .menu-footer__link::after {
        transform: rotate(180deg);
    }
    .menu-footer > .menu-footer__list > .menu-footer__list {
        display: none;
    }
    .menu-footer > .menu-footer__list._shown > .menu-footer__list {
        display: block;
    }
/* Popups
-----------------------------------------------------------------------------*/
    .response {
        border-radius: 20px;
        margin: 0 20px 20px 0;
    }
    .response__window {
        max-width: 320px;
    }
    .response__content {
        width: 100%;
        padding: 15px 80px 15px 25px;
    }
    .response__close {
        width: 16px;
        height: 16px;
        margin: 10px 10px 0 0;
    }
    .response__message {
        font-size: 16px;
    }
	.warning__content {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.warning__message {
		font-size: 16px;
		line-height: 140%;
	}
/* Theme
-----------------------------------------------------------------------------*/
    .header.header-theme-white {
        position: relative;
    }
    .header.header-theme-white .phone-header__link {
        color: #000;
    }
    .header.header-theme-white .logo__image-black {
        visibility: visible;
        position: relative;
        pointer-events: auto;
    }
    .header.header-theme-white .logo__image-white {
        visibility: hidden;
        position: absolute;
        pointer-events: none;
    }
    .header.header-theme-white .phone-header__icon {
        background-image: url(/local/assets/icons/phone-black.svg);
    }
    .header.header-theme-white.theme-index .logo__image-black, .header.header-theme-black .logo__image-white {
        visibility: hidden;
        position: absolute;
        pointer-events: none;
    }
    .header.header-theme-white.theme-index .logo__image-white, .header.header-theme-black .logo__image-black {
        visibility: visible;
        position: relative;
        pointer-events: auto;
    }
    .header.header-theme-white.theme-index .phone-header__link {
        color: #fff;
    }
    .header.header-theme-white.theme-index .phone-header__icon {
        background-image: url(/local/assets/icons/phone-white.svg);
    }
    .header.header-theme-white.theme-index {
        position: absolute;
    }
/* Pages
-----------------------------------------------------------------------------*/
    /* services */
    .p-services__services {
        padding-top: 40px;
    }
    .list-services {
        width: calc(100% + 20px);
        margin-right: -20px;
        margin-bottom: -40px;
    }
    .list-services__element {
        flex: 0 0 calc(50% - 20px);
        width: calc(50% - 20px);
        margin-right: 20px;
        margin-bottom: 40px;
    }
    .list-services__link {
    }
    .list-services__picture {
        flex: 0 0 150px;
        width: 150px;
        height: 150px;
    }
	.list-services__picture img {
	    transform: scale(1.15) translate(0px, 10px);
	}
    .list-services__text-header {
        padding-top: 20px;
    }
    .list-services__text-paragraph {
        max-width: 151px;
        padding-top: 10px;
    }
    .p-services__prices {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-top: 80px;
    }
    .p-services__text-header {
        padding-left: 20px;
        padding-right: 20px;
    }
    .list-prices {
        padding-top: 20px;
        margin-bottom: -40px;
    }
    .list-prices__section {
        margin-bottom: 40px;
    }
    .list-prices__header,
    .list-prices__row {
    }
    .list-prices__header {
        padding: 30px 20px;
        border-radius: 0;
    }
    .list-prices__text-header h3,
    .list-prices__text-header {
        font-size: 28px;
        font-weight: 400;
    }
    .list-prices__text-header:nth-of-type(1) {
        display: block;
    }
    .list-prices__text-header:nth-of-type(2) {
        display: none;
    }
    .list-prices__text-paragraph:first-of-type {
        flex: 1 0 185px;
        width: 185px;
        padding-right: 20px;
    }
    .list-prices__text-header:last-of-type,
    .list-prices__text-paragraph:last-of-type {
        flex: 0 0 auto;
        width: auto;
    }
    .list-prices__body {
        padding: 0 20px;
    }
    .list-prices__row {
        padding: 20px 0;
    }
    .list-prices__row:not(:last-of-type) {
        border-bottom: rgba(0, 0, 0, 0.10) 1px solid;
    }
    .list-prices__text-paragraph:nth-of-type(odd) {
        font-size: 16px;
    }
    .list-prices__text-paragraph:nth-of-type(even) {
        font-size: 16px;
        font-weight: 500;
    }
    /* contacts */
    .p-contacts__contacts {
        padding-top: 80px;
    }
    .contacts__content {
        flex-direction: column-reverse;
        justify-content: flex-start;
        align-items: center;
    }
    .contacts__text {
        flex: 0 0 auto;
        width: 100%;
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .contacts__text-paragraph {
        padding-top: 20px;
    }
    .button-contacts-style {
        width: 195px;
        height: 50px;
        margin-top: 30px;
    }
    .button-contacts__link {
        font-size: 12px;
    }
    .contacts__phone {
        padding-top: 60px;
    }
    .contacts__text-sign {
        font-size: 12px;
    }
    .contacts__text-phone {
        padding-top: 5px;
    }
    .contacts__link-phone {
        font-size: 24px;
    }
    .contacts__image {
        flex: 0 0 auto;
        padding-top: 10px;
        padding-right: 0;
    }
    .image-contacts {
        width: 204px;
        height: 234px;
        background-image: url(/local/assets/css/../images/contacts__image-mobile.png);
    }
    .p-contacts__question {
        padding-top: 80px;
    }
    .addresses__list {
        width: 100%;
        margin-right: 0;
        padding-top: 40px;
    }
    .addresses__element {
        flex: 0 0 100%;
        width: 100%;
    }
    .addresses__text-sign {
        font-size: 12px;
    }
    .addresses__text-paragraph {
        max-width: 325px;
        padding-top: 5px;
    }
    .p-contacts__addresses {
        padding-top: 80px;
    }
    .addresses__map-outer {
        padding-top: 40px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 60px;
    }
    .addresses__map-outer {
        height: 420px;
    }
    /* form */
    .popup-request-style .popup__window,
    .popup-request-style .popup__layer {
        width: 100%;
        height: 100%;
        border-radius: 0;
    }
    .popup-request-style .popup__content {
        padding: 60px 20px 50px;
    }
    .form-request-style .form__text-header {
        font-size: 32px;
        line-height: 140%;
    }
	.form-request-style .errors-container._ok {
		font-size: 16px;
	}
    .textarea-request-style,
    .input-request-style {
        width: 100%;
    }
    .checkbox-request-style .checkbox-form__text {
        padding-left: 29px;
        font-size: 12px;
        line-height: 160%;
    }
    .submit-request-style {
        padding-top: 38px;
    }
    .submit-request-style .submit-form__submit {
        width: 224px;
    }
    /* about */
    .p-about__about {
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .s-about__background {
        position: relative;
        flex: 0 0 265px;
        width: 100%;
        height: 265px;
    }
    .s-about__shadow {
        display: none;
    }
    .s-about__text-paragraph {
        max-width: 100%;
        padding-top: 20px;
        padding-bottom: 0;
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
    }
    .s-about__text-header {
        padding-top: 40px;
        padding-bottom: 0;
    }
    .s-about__text-header h1 {
        color: #000;
        line-height: 120%;
    }
    .p-about__family {
        padding-top: 80px;
    }
    .s-family {
        width: 100%;
        margin-right: 0;
        display: flex;
        flex-wrap: wrap;
    }
    .s-family__content,
    .s-family__text {
        flex: 0 0 100%;
        width: 100%;
        margin-right: 0;
    }
    .s-family__text-header {
        max-width: 272px;
    }
    .s-family__text-paragraph {
        max-width: 100%;
        padding-top: 20px;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
    }
    .s-family__content {
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        padding-top: 40px;
    }
    .s-family__image {
        flex: 0 0 265px;
        width: 360px;
        height: 265px;
        margin-left: 0;
    }
    .s-family__image-text {
        align-self: flex-start;
        position: relative;
        bottom: auto;
        left: auto;
        padding: 0;
    }
    .s-family__text-image {
        max-width: 210px;
        padding-top: 20px;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
    }
    .s-family__text-sign {
        padding-top: 5px;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
    }
    .p-about__values {
        padding-top: 80px;
    }
    .s-values__text-paragraph {
        max-width: 100%;
        padding-top: 20px;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
    }
    .s-values__image {
        padding-top: 40px;
    }
    .p-about__feedback {
        padding-top: 80px;
    }
    .s-feedback {
        width: 100%;
        margin-right: 0;
        display: flex;
        flex-wrap: wrap;
    }
    .s-feedback__text,
    .s-feedback__image {
        flex: 0 0 100%;
        width: 100%;
        margin-right: 0;
    }
    .s-feedback__text-header {
        max-width: 100%;
    }
    .s-feedback__text-paragraph {
        max-width: 100%;
        padding-top: 20px;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
    }
    .s-feedback__image {
        flex: 0 0 calc(100% + 40px);
        width: calc(100% + 40px);
        height: 265px;
        margin: 40px -20px 0;
    }
    .p-about__care {
        padding-top: 80px;
    }
    .s-care__text-paragraph {
        max-width: 100%;
        padding-top: 20px;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
    }
    .s-care__image {
        padding-top: 40px;
    }
    .s-reviews__text-header {
        padding-top: 80px;
    }
    .s-reviews__slider-outer {
        padding-top: 40px;
    }
    .slider-reviews {
        width: calc(100% + 10px);
    }
    .slider-reviews__element {
        margin-right: 10px;
    }
    .slider-reviews__image {
        width: 110px;
        height: 110px;
        position: relative;
    }
    .slider-reviews__text {
        padding-left: 0;
    }
    .slider-reviews__text-header {
        padding-top: 10px;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
    }
    .slider-reviews__text-paragraph {
        padding-top: 10px;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
    }
    .slider-reviews__more {
        display: none;
        padding-top: 10px;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
    }
    .slider-reviews .slick-dots {
        padding-top: 40px;
        width: calc(100% - 10px);
    }
    .slick-dots li {
        flex: 0 0 30px;
        width: 30px;
        height: 30px;
        margin: -10px 0;
    }
    .slick-dots button::before,
    .slick-dots button::after {
        width: 10px;
        height: 10px;
        margin: -5px 0 0 -5px;
    }
    /* review popup */
    .popup-review-style .popup__window {
        width: 100%;
        height: 100%;
    }
    .popup-review-style .popup__layer {
        flex: 0 0 100%;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 70px 20px 60px;
        border-radius: 0;
    }
    .popup-review-style .popup__close-inner {
        width: 24px;
        height: 24px;
        margin: 10px 10px 0 0;
    }







    /* stock */
    .p-stock__content {
        padding-top: 40px;
    }
    .filter-stock {
        position: relative;
        right: auto;
        bottom: auto;
        margin-bottom: 0;
    }
    .stock-filter__list {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: -10px;
    }
    .stock-filter__element {
        flex: 0 0 50px;
        width: auto;
        height: 50px;
        margin-left: 0;
        margin-bottom: 10px;
    }
    .stock-filter-link__text {
        padding: 15px 26px;
        font-size: 14px;
    }
    .list-outer {
        padding-top: 40px;
    }
    .p-stock__list {
        width: 100%;
        margin-right: 0;
        margin-bottom: -10px;
    }
    .p-stock__element {
        flex: 0 0 100%;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .element-link {
        height: 290px;
        border-radius: 20px;
    }
    .element-link._child .element-link__background {
        background-position: center -16px;
        background-size: 393px 286px;
    }
    .element-link__content {
        padding: 20px;
    }
    .element-link__text-date {
        font-size: 12px;
    }
    .element-link__bottom {
        padding-top: 110px;
    }
    .element-link:hover .element-link__bottom {
        padding-top: 40px;
    }
    .element-link__text-header {
        max-height: 68px;
        font-size: 24px;
    }
    .element-link__text-paragraph {
        max-height: 38px;
        margin-top: 20px;
        font-size: 12px;
    }
    .element-link__buttons {
        padding-top: 0;
    }
    .element-link-request-style,
    .element-link-detail-style {
        height: 50px;
    }
    .element-link-request-style .element-link-request__text {
        padding: 0 8px;
    }
    .element-link-detail-style {
        flex: 0 0 107px;
        width: 107px;
    }
    .element-link .element-link__background::before {
        opacity: 0;
    }
    .element-link .element-link__background::after {
        opacity: 0.5;
    }
    .element-link .element-link__bottom {
        padding-top: 40px;
    }
    .element-link .element-link__buttons {
        opacity: 1;
        transform: translateY(0);
    }
    .element-link._child::before {
        opacity: 0;
    }
    .element-link._child::after {
        opacity: 0.5;
    }
    .pagination-outer {
        padding-top: 40px;
    }
    .pagination__link-more {
        width: 194px;
        height: 50px;
    }
    /* form end */
    .form-end {
        margin-top: 80px;
        padding: 344px 0 60px;
        overflow: hidden;
    }
    .form-end__form {
        max-width: 100%;
    }
    .form-end .form-request-style .form__list {
        padding-top: 40px;
    }
    .form-end__picture {
        width: 233px;
        height: 251px;
        position: absolute;
        bottom: auto;
        top: 0;
        left: 50%;
        margin-top: 53px;
        margin-left: -113px;
    }
    .form-end__image {
        background-image: url(/local/assets/css/../images/contacts__image-mobile.png);
    }
    .form-end .submit-request-style .submit-form__submit {
        width: 100%;
        max-width: 320px;
    }
    /* stock detail*/
    .pd-stock__header {
        padding-top: 80px;
        padding-bottom: 60px;
        background-position: center 53px;
        background-size: 430px 313px;
    }
    .pd-stock__back {
        padding-top: 40px;
    }
    .button-back-style .button-back__link {
        padding-left: 24px;
        font-size: 16px;
    }
    .button-back-style .button-back__link::before {
        width: 14px;
        height: 10px;
        margin: -6px 0 0;
    }
    .pd-stock__text-header {
        max-width: 100%;
        padding-top: 40px;
    }
    .pd-stock__text-header h1 {
        line-height: 120%;
    }
    .pd-stock__content {
        padding-top: 60px;
    }
    .table-stock {
        flex-wrap: wrap;
        margin-bottom: -40px;
    }
    .table-stock__row {
        margin-bottom: 30px;
    }
    .table-stock__row:nth-of-type(1),
    .table-stock__row:nth-of-type(2) {
        flex: 0 0 100%;
        width: 100%;
    }
    .table-stock__cell {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 160%;
    }
    .table-stock__row .table-stock__cell:first-of-type {
        font-size: 12px;
        line-height: 140%;
    }
    .pd-stock__other {
        padding-top: 80px;
    }
	.other-stock__slider .slider-stock {
		max-height: 290px;
	}
    .other-stock__text-header {
        font-size: 32px;
        line-height: 140%;
    }
    .other-stock__slider {
        padding-top: 40px;
    }
    .slider-stock {
        width: calc(100% + 10px);
        margin-right: -10px;
    }
    .slider-stock .p-stock__element {
        margin-bottom: 0;
        margin-right: 10px;
    }
    .slider-stock .slick-dots {
        padding-top: 40px;
        width: calc(100% - 10px);
    }
    /* documents */
    .p-documents {
        padding-top: 80px;
        padding-bottom: 20px;
        margin-bottom: -80px;
    }
    .list-documents__outer {
        margin-bottom: 80px;
    }
    .list-documents__text-header {
    }
    .list-documents__text-header h2 {
        font-size: 32px;
        line-height: 140%;
    }
    .list-documents {
        padding-top: 40px;
        margin-bottom: -20px;
    }
    .list-documents__element {
        width: 100%;
        margin-bottom: 20px;
    }
    .list-documents__link {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 20px;
        border-radius: 20px;
    }
    .list-documents__part {
        width: 100%;
    }
    .list-documents__part:nth-of-type(1) {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .list-documents__part:nth-of-type(2) {
        padding-top: 40px;
        justify-content: space-between;
    }
    .list-documents__icon {
        flex: 0 0 25px;
        width: 25px;
        height: 25px;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .list-documents__text-paragraph {
        font-size: 16px;
        line-height: 140%;
        padding-right: 0;
    }
    .list-documents__text-sign {
        font-size: 16px;
        line-height: 140%;
    }
    .list-documents__download {
        flex: 0 0 15px;
        width: 15px;
        height: 15px;
        margin-left: 0;
        margin-bottom: 0;
    }
    .form-end__form .textarea-request-style {
        height: 100px;
    }
    /* patient */
    .p-patient__patient {
        height: auto;
        padding: 0;
    }
    .s-patient__background {
        height: 204px;
        position: relative;
    }
    .s-patient__shadow {
        display: none;
    }
    .s-patient__content {
        width: 100%;
        height: auto;
        flex-direction: column;
        justify-content: flex-start;
    }
    .s-patient__text {
        padding-top: 40px;
    }
    .s-patient__text-header h1 {
        color: #000000;
        font-size: 40px;
        line-height: 120%;
    }
    .s-patient__text-paragraph {
        color: #000000;
        max-width: 100%;
        padding-top: 20px;
        font-size: 16px;
        line-height: 160%;
    }
    .s-patient__text-description {
        color: #000000;
        padding-top: 40px;
        font-size: 12px;
        line-height: 160%;
    }
    .s-patient__text-sign {
        color: #000000;
        padding-top: 10px;
        font-size: 16px;
        line-height: 140%;
    }
    .p-patient__instructions {
        padding-top: 80px;
    }
    .s-instructions__text-header {
        max-width: 100%;
        font-size: 32px;
    }
    .accordion-instructions-style .accordion__list {
        padding-top: 40px;
        margin-bottom: -20px;
    }
    .accordion-instructions-style .accordion__element {
        border-radius: 20px;
        margin-bottom: 20px;
    }
    .accordion-instructions-style .accordion__link {
        position: static;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 20px 20px 120px 20px;
    }
    .s-instructions__text-number {
        position: relative;
        margin: 0;
        font-size: 16px;
        line-height: 140%;
    }
    .s-instructions__text-paragraph {
        padding-top: 10px;
        font-size: 28px;
        line-height: 140%;
    }
    .s-instructions__button {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        margin: 0 0 27px;
        padding-left: 20px;
        font-size: 18px;
        line-height: 140%;
        z-index: 10;
    }
    .s-instructions__button::after {
        position: absolute;
        bottom: 50%;
        left: auto;
        right: 0;
        margin: -20px 20px 0 0;
    }
    .accordion-instructions-style .accordion__content {
        padding: 0 20px 120px;
        margin-top: -100px;
    }
    .s-instructions__text-description {
        max-width: 100%;
        font-size: 16px;
        line-height: 160%;
    }
    .instructions-link {
        width: 195px;
        height: 50px;
        margin-top: 30px;
    }
    .instructions-link__link {
        font-size: 12px;
    }
    .p-patient__heart {
        padding-top: 80px;
    }
    .s-heart__content {
    }
    .s-heart__image {
    }
    .s-heart__text-paragraph {
        max-width: 100%;
        padding-top: 40px;
        font-size: 16px;
        line-height: 160%;
    }
    .s-heart__text-header {
        padding-top: 40px;
        font-size: 24px;
        line-height: 160%;
    }
    .p-patient__important {
        padding-top: 80px;
    }
    .s-important__text-header {
        max-width: 100%;
        font-size: 32px;
        line-height: 140%;
    }
    .s-important__text-paragraph {
        padding-top: 20px;
    }
    .s-important__text-advanced {
        padding-top: 18px;
    }
    .s-important__text-advanced,
    .s-important__text-paragraph {
        max-width: 100%;
        font-size: 16px;
        line-height: 160%;
    }
    .s-important__button {
        padding-top: 20px;
        font-size: 16px;
        line-height: 160%;
    }
    .s-important__button::after {
        height: 2px;
        margin-top: 0;
    }
    /* employees */
    .p-employees__text-description {
        max-width: 100%;
        padding-top: 30px;
        font-size: 16px;
        line-height: 160%;
    }
    .list-employees {
        width: 100%;
        margin-right: 0;
        margin-bottom: -20px;
        padding-top: 60px;
    }
    .i-staff__list .list-employees__element.slick-slide,
    .list-employees__element {
        width: 100%;
        /*height: 345px;*/
        height: auto;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .i-staff__list .list-employees__element.slick-slide {
        margin-bottom: 0;
    }
	.list-employees__element._hover .list-employees__overflow, 
	.list-employees__element:hover .list-employees__overflow,
    .list-employees__overflow {
		position: relative;
		height: 100%;
		max-height: 100%;
        padding: 20px 62px;
    }
    .list-employees__image {
        flex: 0 0 195px;
        width: 195px;
        height: 195px;
    }
    .list-employees__photo {
        width: 585px;
        height: 585px;
    }
    .list-employees__content {
        padding-top: 20px;
    }
    .list-employees__text-header {
        font-size: 16px;
        line-height: 160%;
    }
    .list-employees__text-paragraph {
        padding-top: 3px;
        font-size: 12px;
        line-height: 140%;
    }
    .list-employees__text-more {
        padding-top: 20px;
    }
    .employees-more__link {
        font-size: 14px;
        line-height: 140%;
    }
    .list-employees__text-request {
        padding-top: 20px;
    }
	.list-employees__text-request,
	.list-employees__text-more {
		opacity: 1;
		transform: translateY(0);
		visibility: visible;
		pointer-events: auto;
	}
    .employees-request-style {
        flex: 0 0 183px;
        width: 183px;
        height: 50px;
    }
    .employees-request__link {
        font-size: 12px;
    }
    /* employees detail */
    .pd-employees__employee {
        padding-top: 80px;
    }
    .s-employee__container {
        flex-direction: column;
        padding-bottom: 60px;
    }
    .s-employee__photo {
        flex: 0 0 231px;
        width: 231px;
        height: 231px;
        margin-top: 10px;
        margin-bottom: 40px;
        border-radius: 100%;
        overflow: hidden;
        background: linear-gradient(274deg, #96FFB4 -7.69%, #85D6FF 102.03%);
    }
    .s-employee__image {
        height: 268px;
        margin-top: 10px;
    }
    .s-employee__content {
        align-self: flex-start;
        padding-left: 0;
    }
    .s-employee__text-header {
        padding-top: 20px;
        font-size: 36px;
        line-height: 120%;
    }
    .s-employee__text-paragraph {
        padding-top: 30px;
    }
    .s-employee__text-paragraph span {
        font-size: 16px;
        line-height: 160%;
    }
    .s-employee__request {
        padding-top: 20px;
    }
    .button-employee-style {
        width: 195px;
        height: 50px;
    }
    .button-employee__link {
        font-size: 12px;
    }
    .pd-employees__specialist {
        padding-top: 60px;
    }
    .s-specialist__text-header {
        font-size: 32px;
        line-height: 140%;
    }
    .s-specialist__text-paragraph {
        padding-top: 20px;
        font-size: 16px;
        line-height: 160%;
    }
    .pd-employees__gallery {
        padding-top: 80px;
    }
    .s-gallery__slider {
        width: 100%;
        padding: 0 20px;
    }
    .slider-employee {
    }
    .slider-employee.slick-initialized {
        width: calc(100% + 10px);
        margin-right: -10px;
    }
    .slider-employee.slick-initialized .slick-list {
        overflow: visible;
    }
    .slider-employee__element {
        margin-right: 10px;
    }
    .slider-employee.slick-initialized .slider-employee__image,
    .slider-employee__image {
        height: 199px;
    }
    .s-gallery__slider .slick-dots {
        width: calc(100% - 10px);
        padding-top: 40px;
    }
    /* form review */
    .form-review {
        margin-top: 80px;
        padding: 344px 0 80px;
        background: none;
    }
    .form-review::before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.5;
        background: linear-gradient(180deg, #8CEAFF 0%, #B4FFC0 100%);
    }
    .form-review__form {
        max-width: 100%;
    }
    .form-review__picture {
        width: 320px;
        height: 264px;
        bottom: auto;
        top: 0;
        left: 50%;
        margin-top: 40px;
        margin-left: -160px;
    }
    .form-review__image {
        background-image: url(/local/assets/css/../images/review__image-5.png);
    }
    .form-review__form .form__text-paragraph {
        max-width: 320px;
        padding-top: 20px;
        font-size: 16px;
        line-height: 160%;
    }
    .form-review__form .textarea-request-style {
        height: 100px;
    }
    .file-request-style {
        height: 66px;
        border-radius: 10px;
        background: #FFF;
    }
    .file-request-style .file-form__content {
        padding: 10px 10px 10px 30px;
    }
    .file-request-style .file-form__text-info {
        font-size: 16px;
    }
    .file-request-style .file-form__info {
        flex: 0 0 153px;
        width: 153px;
        height: 46px;
        padding: 0 22px;
    }
    .file-request-style .file-form__icon {
        margin-right: 10px;
    }
    .file-request-style .file-form__text-description {
        font-size: 12px;
    }
    .form-review__form .submit-form__submit {
        max-width: 320px;
        width: 100%;
        height: 50px;
    }
    /* service detail */
    .pd-service__header {
        padding: 100px 0 80px;
    }
    .pd-service__content {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: flex-start;
    }
    .pd-service__text {
        width: 100%;
        align-self: flex-start;
        padding-top: 40px;
        padding-right: 0;
    }
    .pd-service__back {
    }
    .pd-service__text-header {
        max-width: 100%;
        padding-top: 40px;
    }
    .pd-service__text-header h1 {
        word-wrap: break-word;
        font-size: 40px;
        line-height: 120%;
    }
    .pd-service__text-paragraph {
        padding-top: 20px;
        font-size: 16px;
        line-height: 160%;
    }
    .pd-service__button {
        padding-top: 40px;
    }
    .button-service-style {
        width: 195px;
        height: 50px;
    }
    .button-service__link {
        font-size: 12px;
    }
    .pd-service__picture {
        flex: 0 0 292px;
        width: 292px;
        height: 292px;
        margin-right: 0;
    }
	.pd-service__image img {
		transform: scale(1.1) translate(0px, 16px);
	}
    .pd-service__body {
        padding-top: 83px;
        margin-bottom: -20px;
    }
    .service-text__block {
        padding-bottom: 20px;
    }
    .service-text__block .content-align {
        width: 100%;
    }
    .service-text__text-paragraph,
    .service-text__text-header {
        padding-bottom: 20px;
    }
    .service-text__text-header h2 {
        max-width: 100%;
        font-size: 32px;
        line-height: 140%;
    }
    .service-text__text-advanced li,
    .service-text__text-paragraph li,
    .service-text__text-advanced,
    .service-text__text-paragraph,
    .service-text__text-advanced p,
    .service-text__text-paragraph p {
        font-size: 16px;
        line-height: 160%;
    }
    .service-text__text-advanced li::before,
    .service-text__text-paragraph li::before {
        padding-right: 4px;
    }
    .service-text__text-header h3 {
        max-width: 100%;
        font-size: 28px;
        line-height: 140%;
    }
    .service-text__image {
        padding-bottom: 20px;
    }
    .service-text__picture {
        height: 350px;
    }
    .service-text__text-advanced {
        padding-top: 20px;
    }
    .service-text__button {
        padding-top: 30px;
        font-size: 16px;
        line-height: 160%;
    }
    .service-text__button::after {
        height: 2px;
        margin-top: 0;
    }
    .accordion-service-style {
        padding-top: 22px;
    }
    .accordion-service-style .accordion__list {
        margin-bottom: -20px;
    }
    .accordion-service-style .accordion__element {
        border-radius: 20px;
        margin-bottom: 20px;
    }
    .accordion-service-style .accordion__link {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        position: static;
        padding: 20px 20px 100px 20px;
    }
    .accordion-service-style .accordion-service__text-paragraph {
        font-size: 28px;
        line-height: 140%;
    }
    .accordion-service-style .accordion-service__button {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
		margin-top: 0;
        margin-bottom: 27px;
        padding-left: 20px;
        font-size: 18px;
        line-height: 140%;
        z-index: 10;
    }
    .accordion-service-style .accordion-service__button::after {
        position: absolute;
        bottom: 50%;
        left: auto;
        right: 0;
        margin: -20px 20px 0 0;
    }
    .accordion-service-style .accordion__content {
        padding: 0 20px 100px 20px;
        margin-top: -80px;
    }
    .accordion-service-style .accordion-service__text-description {
        max-width: 100%;
        font-size: 16px;
        line-height: 160%;
    }












/* Index
_____________________________________________________________________________*/
    .p-index__promo {
        height: 615px;
    }
    .s-promo__align {
        padding-top: 199px;
    }
    .s-promo__text-header {
        max-width: 320px;
        font-size: 40px;
    }
    .p-index__promo ._lxm-ws-word {
        display: flex;
    }
    .s-promo__text-description {
        max-width: 268px;
        padding-top: 20px;
        font-size: 16px;
        line-height: 160%;
    }
    .s-promo__button {
        padding-top: 30px;
    }
    .button-index-style {
        width: 195px;
        height: 50px;
    }
    .button-index__link {
        font-size: 12px;
    }
    .p-index__service {
        padding-top: 80px;
    }
    .i-service__text-header {
        font-size: 32px;
        line-height: 140%;
    }
    .i-service__list {
        padding-top: 40px;
    }
    .p-index__personal {
        margin-top: 80px;
    }
    .i-personal__content {
        padding: 30px 0 60px;
        height: auto;
        flex-direction: column;
        align-items: center;
    }
    .i-personal__picture {
        flex: 0 0 264px;
        width: 233px;
        height: 264px;
        position: relative;
    }
    .i-personal__image {
        width: 100%;
        height: 100%;
        position: relative;
        bottom: auto;
        left: auto;
        margin-left: 0;
    }
    .i-personal__image span:nth-of-type(1) {
        display: none;
    }
    .i-personal__image span:nth-of-type(2) {
        display: block;
    }
    .i-personal__text {
        height: auto;
        padding-top: 40px;
        padding-left: 0;
        margin-left: 0;
    }
    .i-personal__text-header {
        font-size: 24px;
        line-height: 150%;
    }
    .i-personal__text-sign {
        max-width: 250px;
        padding-top: 10px;
        font-size: 16px;
        line-height: 140%;
    }
    .i-personal__text-paragraph {
        padding-top: 30px;
        font-size: 16px;
        line-height: 160%;
    }
    .p-index__about {
        padding-top: 80px;
    }
    .i-about__text-header h2 {
        font-size: 32px;
        line-height: 140%;
    }
    .i-about__text-paragraph {
        max-width: 100%;
        padding-top: 20px;
        font-size: 16px;
        line-height: 160%;
    }
    .i-gallery__slider {
        padding-top: 40px;
    }
    .slider-index {
        width: calc(100% + 10px);
        margin-right: -10px;
    }
    .slider-index__element {
        margin-right: 10px;
    }
    .slider-index__image {
        height: 199px;
    }
    .slider-index .slick-dots {
        width: calc(100% - 10px);
        padding-top: 40px;
    }
    .p-index__staff {
        padding-top: 80px;
    }
    .i-staff__text-header h2 {
        font-size: 32px;
        line-height: 140%;
    }
    .i-staff__text-paragraph {
        max-width: 100%;
        padding-top: 20px;
        font-size: 16px;
        line-height: 160%;
    }
    .i-staff__list .list-employees {
        padding-top: 40px;
        padding-bottom: 70px;
        margin-bottom: -70px;
        overflow: hidden;
    }
    .i-staff__list .slick-list {
        overflow: visible;
        z-index: 2;
    }
    .i-staff__list .slick-dots {
        width: calc(100% - 10px);
        padding-top: 40px;
        z-index: 0;
    }
    .i-staff__button {
        padding-top: 40px;
    }
    .staff-link {
        width: 182px;
        height: 50px;
    }
    .staff-link__link {
        font-size: 12px;
    }
    .p-index__neo {
        margin-top: 80px;
    }
    .i-neo__background {
        height: 350px;
    }
    .i-neo__content {
        padding: 390px 0 0;
    }
    .i-neo__text {
        padding: 0;
        background: none;
        backdrop-filter: none;
    }
    .i-neo__text-header {
        font-size: 32px;
        line-height: 140%;
    }
    .i-neo__text-paragraph {
        max-width: 100%;
        padding-top: 20px;
        font-size: 16px;
        line-height: 160%;
    }
    .p-index__reviews {
        padding-top: 80px;
    }
    .i-reviews__text-header h2 {
        font-size: 32px;
        line-height: 140%;
    }
    .i-reviews__list {
        padding-top: 40px;
    }
	.p-404 {
		padding-top: 120px;
		padding-bottom: 40px;
	}
	.p-404 .contacts__content {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	.p-404 .contacts__text-header h1 {
		font-size: 40px;
		line-height: 140%;
		text-align: center;
	}
	.p-404 .contacts__text-paragraph {
		max-width: 405px;
		padding-top: 20px;
		line-height: 160%;
		text-align: center;
		margin: 0 auto;
	}
	.p-404 .button-contacts {
		margin: 30px auto 20px;
	}
	.p-404 .contacts__text {
		flex: 0 0 100%;
		width: 100%;
		max-width: 100%;
		padding: 0;
	}
	.p-404 .contacts__image {
		flex: 0 0 100%;
		padding-right: 0;
		padding-top: 0;
	}
	.p-404 .image-contacts {
		width: 320px;
		height: 344px;
	}
}

/* End */


/* Start:/local/assets/css/transitions.css?17556800891902*/
/* Animations -> Transitions
-----------------------------------------------------------------------------*/
/* Animations -> Transitions -> Common
-----------------------------------------------------------------------------*/

/* Animations -> Transitions -> Popups
-----------------------------------------------------------------------------*/
.popup,
.response {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition-delay: 250ms;
	transition-duration: 250ms;
}
.popup._shown,
.response._shown {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transition-delay: 0ms;
}
.response {
	opacity: 0;
	transform: translateX(100%);
	transition: all 400ms;
}
.response._shown {
	opacity: 1;
	transform: translateX(0);
}
.warning {
	display: none;
}
.warning._shown {
	display: flex;
}
/* Animations -> Banner
-----------------------------------------------------------------------------*/
.s-promo__present {
	transform-origin: center center;
	transform: translate(0px, -110%) rotate(10deg) scale(0.85);
}
.s-promo__present.aos-init.aos-animate {
	animation: banner 700ms ease 0s forwards;
}
/* Animations -> Banner text
-----------------------------------------------------------------------------*/
.words-splitter-js ._lxm-ws-letter {
	opacity: 0;
	display: inline-block;
}
.words-splitter-js.aos-init.aos-animate ._lxm-ws-letter._anm {
	animation: letter 400ms ease 0s forwards;
}
/* Animations -> Slider
-----------------------------------------------------------------------------*/
/* Animations -> Slider -> Load
-----------------------------------------------------------------------------*/
/* Preload
-----------------------------------------------------------------------------*/
body ._preload {
	display: none;
}
body._loaded ._preload {
	display: flex;
}
body ._preload._shown {
	display: flex;
}
/* End */


/* Start:/local/assets/js/libs/aos.min.css?175568009026737*/
[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade],[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translateZ(0)}[data-aos=fade-up]{transform:translate3d(0,100px,0)}[data-aos=fade-down]{transform:translate3d(0,-100px,0)}[data-aos=fade-right]{transform:translate3d(-100px,0,0)}[data-aos=fade-left]{transform:translate3d(100px,0,0)}[data-aos=fade-up-right]{transform:translate3d(-100px,100px,0)}[data-aos=fade-up-left]{transform:translate3d(100px,100px,0)}[data-aos=fade-down-right]{transform:translate3d(-100px,-100px,0)}[data-aos=fade-down-left]{transform:translate3d(100px,-100px,0)}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translateZ(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translate3d(0,100px,0) scale(.6)}[data-aos=zoom-in-down]{transform:translate3d(0,-100px,0) scale(.6)}[data-aos=zoom-in-right]{transform:translate3d(-100px,0,0) scale(.6)}[data-aos=zoom-in-left]{transform:translate3d(100px,0,0) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translate3d(0,100px,0) scale(1.2)}[data-aos=zoom-out-down]{transform:translate3d(0,-100px,0) scale(1.2)}[data-aos=zoom-out-right]{transform:translate3d(-100px,0,0) scale(1.2)}[data-aos=zoom-out-left]{transform:translate3d(100px,0,0) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translateZ(0)}[data-aos=slide-up]{transform:translate3d(0,100%,0)}[data-aos=slide-down]{transform:translate3d(0,-100%,0)}[data-aos=slide-right]{transform:translate3d(-100%,0,0)}[data-aos=slide-left]{transform:translate3d(100%,-50%,0) scale(0)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate,[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-down].aos-animate,[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=image-right-in]{position:relative;overflow:hidden}[data-aos=image-right-in]::after,[data-aos=image-right-in]::before{content:"";position:absolute;top:0;left:0;height:100%;width:100%;background:#fff;transform-origin:100% 50%;transform:translateX(0) scale(1.06)}[data-aos=image-right-in]::before{z-index:100;transition-property:transform;transition-duration:inherit;transition-delay:inherit;transition-timing-function:inherit}[data-aos=image-right-in].aos-animate::before,[data-aos=image-right-in].aos-init.aos-animate::after{transform:translateX(100%) scale(1)}[data-aos=image-right-in]::after{z-index:10;transition-property:all;transition-duration:800ms;transition-delay:0ms;transition-timing-function:cubic-bezier(.25,.46,.45,.94)}
/* End */


/* Start:/local/assets/js/jquery/scrollbar.css?17556800903622*/
/*************** SCROLLBAR BASE CSS ***************/

/* .scroll-wrapper {
    height: 100%;
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
} */

.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scroll-element {
    display: none;
}
.scroll-element, .scroll-element div {
    box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}
/*************** SIMPLE INNER SCROLLBAR ***************/

.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div
{
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-inner > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
    height: 100%;
    right: 1px;
    top: 0;
    width: 3px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
    overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

.scrollbar-inner > .scroll-element .scroll-element_track {
	background: rgba(0, 0, 0, 0.15);
}
.scrollbar-inner > .scroll-element .scroll-bar {
	background: rgba(0, 0, 0, 0.25);
}
.scrollbar-inner > .scroll-element:hover .scroll-bar {
	background: rgba(0, 0, 0, 0.25);
}
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
	background: rgba(0, 0, 0, 0.25);
}
/* update scrollbar offset if both scrolls are visible */

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -12px; }


.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -12px; }

/* End */


/* Start:/local/assets/js/jquery/formstyler.css?17556800902177*/
.jq-checkbox,
.jq-radio {
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.jq-checkbox input,
.jq-radio input {
	position: absolute;
	z-index: -1;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-file {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.jq-file input {
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	margin: 0;
	padding: 0;
	opacity: 0;
	font-size: 100px;
	line-height: 1em;
}
.jq-file__name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox,
.jq-select-multiple {
	position: relative;
	display: inline-block;
}
.jq-selectbox select,
.jq-select-multiple select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-selectbox li,
.jq-select-multiple li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}
.jq-selectbox {
	z-index: 10;
}
.jq-selectbox__select {
	position: relative;
}
.jq-selectbox__select-text {
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox__dropdown {
	position: absolute;
}
.jq-selectbox__search input {
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__dropdown ul {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	list-style: none;
	-webkit-overflow-scrolling: touch;
}
.jq-select-multiple ul {
	position: relative;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
.jq-number {
	display: inline-block;
}
.jq-number__field input {
	-moz-appearance: textfield;
	text-align: left;
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0;
	-webkit-appearance: none;
}
/* End */


/* Start:/local/assets/js/jquery/slick.css?17556800902119*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

#inx_slickslider.slick-slider .slick-track,
#inx_slickslider.slick-slider .slick-list {
  height: 100%;
}
#card_view_slider.slick-slider .slick-track,
#card_view_slider.slick-slider .slick-list {
  height: 100%;
}

/* End */
/* /local/assets/css/fonts.css?1755680089454 */
/* /local/assets/css/keyframes.css?17556800891300 */
/* /local/assets/css/default.css?175568008913406 */
/* /local/assets/css/css.css?175568008971623 */
/* /local/assets/css/1700.css?175568008952 */
/* /local/assets/css/1200.css?175568008931925 */
/* /local/assets/css/1000.css?175568008933019 */
/* /local/assets/css/600.css?175568008938743 */
/* /local/assets/css/300.css?175568008941389 */
/* /local/assets/css/transitions.css?17556800891902 */
/* /local/assets/js/libs/aos.min.css?175568009026737 */
/* /local/assets/js/jquery/scrollbar.css?17556800903622 */
/* /local/assets/js/jquery/formstyler.css?17556800902177 */
/* /local/assets/js/jquery/slick.css?17556800902119 */
