

/* Start:/local/components/sprint.editor/blocks/templates/.default/_style.css?17442749334106*/
/* Общие стили для блоков */
.sp-block-table table {
    width: 100%;
    border-collapse: collapse;
}

.sp-block-table table tr {
    background: #f7f7f7;
    color: #8a8a8a;
}

.sp-block-table table tr:nth-child(odd) {
    background: #e7e6e6;
}

.sp-block-table table tr:hover {
    background: #d4d4d4;
    color: #000;
}

.sp-block-table table td {
    text-align: left;
    border: 1px solid #ccc;
    padding: 5px;
}

.sp-image img {
    width: 100%;
}

.sp-image-text {
    background: #eee;
    margin: 10px 0 10px;
    min-height: 250px;
}

.sp-image-text img {
    float: left;
    width: 320px;
    margin: 0 10px 10px 0;
}

.sp-iblock-elements {
    width: 350px;
    background: #ddd;
    padding: 10px;
}

.sp-properties {
    width: 400px;
    border-collapse: collapse;
}

.sp-properties_title {
    border: 1px solid #ccc;
    padding: 0 5px;
    font-weight: bold;
}

.sp-properties_text {
    border: 1px solid #ccc;
    padding: 0 5px;
}

.sp-gallery-items {
    overflow: hidden;
}

.sp-gallery-item {
    float: left;
    height: 220px;
    padding: 5px;
    /*width: 20%;*/
}

.sp-gallery-item-img-wrapper {
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    display: block;
    color: inherit;
}

.sp-gallery-item img {
    display: block;
    max-width: 100%;
    left: 50%;
    max-height: 100%;
    max-width: none;
    position: relative;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    -moz-transform: translate(-50%, -50%) translateZ(0);
    -o-transform: translate(-50%, -50%) translateZ(0);
    -ms-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);
}

.sp-gallery-item-text {
    background-color: rgba(255, 255, 255, .7);
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    width: 100%;
}

.sp-gallery-item-text:hover {
    opacity: 1;
}

.sp-gallery-item-text::after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.sp-gallery-item-text-content {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
}

.sp-button_link,
.sp-button_link:link,
.sp-button_link:visited {
    display: inline-block;
    padding: 10px 20px;
    margin: 10px 0;
    border-radius: 20px;
    text-decoration: none;
    background: #ccc;
    color: #333;
}

.sp-button_link:hover {
    text-decoration: none;
    background: #333;
    color: #ccc;
}

/*accordion*/
.sp-accordion {
}

.sp-accordion-title {
    background: #eee;
    font-size: 21px;
    font-weight: 600;
    padding: 25px 20px;
    border-bottom: 2px solid #fff;
}

.sp-accordion-title:first-child {
    border-top: none;
}

.sp-accordion-container {
    padding: 20px 3%;
    display: none;
    overflow: hidden;
}

.sp-accordion-title:after {
    content: '\02C7';
    font-size: 36px;
    color: #82BF31;
    float: right;
    margin: 2px 5px;
    font-weight: 100;
}

.sp-accordion-title__active:after {
    content: "\02C6";
}

.mc_spoiler-toggle{padding: 10px 0;}
.mc_spoiler-container{
    overflow: hidden;
    transition: height 500ms ease;
    height: 0;
}

.mc_spoiler-toggle.on:after{content:'показать всё';color:#0075ac;}
.mc_spoiler-toggle.off:after{content:'скрыть';color:#0075ac;}








.my_ctpv2 {
    display: flex;
    gap: 24px;
}
.my_ctpv2._direction_left {}
.my_ctpv2._direction_right {
    flex-direction: row-reverse;
}
.my_ctpv2._direction_top {
    flex-direction: column;
}
.my_ctpv2._direction_bottom {
    flex-direction: column-reverse;
}
.my_ctpv2__picture {
    flex-shrink: 0;
    width: 420px;
}
.my_ctpv2._direction_top .my_ctpv2__picture{
    width: 100%;
}
.my_ctpv2__picture img {
    border-radius: 24px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.my_ctpv2__picture iframe{
    width: 100%;
}

.my_ctpv2__text {}


/* End */


/* Start:/local/components/kommunar/form/templates/.default/style.css?1739879413492*/
.show_more_fields {
    position: relative;

    font: var(--fig-btn);
    color: #4A9550;
    padding-right: 18px;
}

.show_more_fields:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    display: block;
    background: url(/local/templates/kommunar/chevron-down.png) no-repeat center;
    background-size: contain;
    width: 16px;
    /*height: 16px;*/
    transition: all 250ms;
}
.show_more_fields._open:after {
    transform: rotate(180deg);
}

/* End */


/* Start:/local/templates/kommunar/styles.css?175378231580756*/
@font-face {
	font-family: OpenSans;
	font-display: swap;
	src: url('/local/templates/kommunar/../fonts/OpenSans-Bold.woff2') format('woff2'), url('/local/templates/kommunar/../fonts/OpenSans-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}

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

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

* {
	padding: 0;
	margin: 0;
	border: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #172945;
}

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

:focus,
:active {
	outline: none;
}

a:focus,
a:active {
	outline: none;
}

nav,
footer,
header,
aside {
	display: block;
}

html,
body {
	height: 100%;
	width: 100%;
	line-height: 1;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	padding: 0;
	margin: 0;
}

input,
button,
textarea {
	font-family: inherit;
}

input::-ms-clear {
	display: none;
}

button {
	cursor: pointer;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

a {
	color: #172945;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

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

img {
	vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
	font-size: inherit;
	font-weight: 400;
	padding: 0;
	margin: 0;
}

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

.container:before,
.container:after {
	display: none;
}

.container.none {
	padding: 0;
}

button {
	background: transparent;
}

body {
	color: #172945;
	height: 100%;
	min-width: 320px;
	-webkit-animation: fade 0.5s linear;
	animation: fade 0.5s linear;
}

body.locked {
	overflow: hidden;
}

.page-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
}

.page {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

@-webkit-keyframes fade {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fade {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

h1 {
	font-weight: 700;
	font-size: 40px;
	line-height: 120%;
}

h1.main-title {
	color: #4a9550;
	text-align: center;
	margin-bottom: 24px;
	text-wrap-style: balance;
}

h1.left {
	text-align: left;
}

h2 {
	font-weight: 700;
	font-size: 32px;
	line-height: 135%;
}

h2.main-title {
	color: #4a9550;
	text-align: center;
	margin-bottom: 24px;
}

h2.left {
	text-align: left;
}

section.empty {
	min-height: 300px;
	width: 100%;
}

.hidden {
	display: none !important;
}

.desk {
	display: block;
}

.mob {
	display: none;
}

.desk992 {
	display: block;
}

.mob992 {
	display: none;
}

section {
	margin-bottom: 100px;
}

section.non-styles {
	margin: 0;
	padding: 0;
}

section.colored {
	background: #f4fff3;
	border-radius: 0 0 32px 32px;
}

h1.hidden {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 0;
	letter-spacing: 0;
}

h1:not([class]) {
	font-weight: 700;
	font-size: 40px;
	color: #4a9550;
	margin-bottom: 32px;
}

h2:not([class]) {
	font-weight: 600;
	font-size: 28px;
	line-height: 140%;
	color: #4a9550;
	margin-bottom: 32px;
}

h3:not([class]) {
	font-weight: 600;
	font-size: 22px;
	line-height: 140%;
	margin-bottom: 24px;
}

p:not([class]) {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: inherit;
	margin-bottom: 16px;
}

ul:not([class]) {
	margin-bottom: 24px;
}

ul:not([class]) li {
	color: #172945;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	gap: 10px;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
}

ul:not([class]) li:not(:last-child) {
	padding-bottom: 16px;
}

ul:not([class]) li:before {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background: #4a9550;
	border-radius: 100%;
}

ol:not([class]) {
	margin-bottom: 24px;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	list-style: none;
	counter-reset: my-awesome-counter;
}

ol:not([class]) li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	gap: 10px;
	counter-increment: my-awesome-counter;
	color: #172945;
}

ol:not([class]) li:not(:last-child) {
	padding-bottom: 16px;
}

ol:not([class]) li:before {
	content: counter(my-awesome-counter) '.';
	color: #4a9550;
	font-weight: bold;
}

a:not([class]) {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #4a9550;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	text-decoration: underline;
}

a:not([class]):hover {
	color: #b4fcb5;
}

.dedicated {
	padding: 24px 20px;
	background: #f4fff3;
	border-radius: 16px;
	margin-bottom: 20px;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 160%;
}

.btn {
	display: block;
	border-radius: 40px;
	padding: 15px 40px;
	font-weight: 600;
	font-size: 15px;
	min-width: 243px;
	text-align: center;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	max-width: 245px;
}

.btn:focus,
.btn:active {
	outline: none;
}

.btn.primary {
	background: #b4fcb5;
}

.btn.primary:hover {
	background: transparent;
	outline: 2px solid #b4fcb5;
	color: #ffffff;
}

.btn.secondary {
	background: #4a9550;
	color: #ffffff;
	outline: none;
	border: 2px solid #4a9550;
}

.btn.secondary:hover {
	color: #172945;
	background: transparent;
}

.btn.outlined {
	border: 2px solid #4a9550;
}

.btn.outlined:hover {
	color: #ffffff;
	background: #4a9550;
}

.btn.mt40 {
	margin-top: 40px;
}

.date {
	color: #a3b5d1;
	font-weight: 400;
	font-size: 18px;
	line-height: 160%;
	text-align: center;
}

.html-content h1 {
	font-weight: 700;
	font-size: 40px;
	color: #4a9550;
	margin-bottom: 32px;
}

.html-content h2 {
	font-weight: 600;
	font-size: 28px;
	line-height: 140%;
	color: #4a9550;
	margin-bottom: 32px;
}

.html-content h3 {
	font-weight: 600;
	font-size: 22px;
	line-height: 140%;
	margin-bottom: 24px;
}

.html-content p {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: inherit;
	margin-bottom: 16px;
}

.html-content ul {
	padding-left: 32px;
	margin-bottom: 24px;
}

.html-content ul li {
	color: #172945;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	gap: 10px;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
}

.html-content ul li:not(:last-child) {
	padding-bottom: 16px;
}

.html-content ul li:before {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background: #4a9550;
	border-radius: 100%;
}

.html-content ol {
	padding-left: 32px;
	margin-left: 16px;
	margin-bottom: 24px;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
}

.html-content ol li {
	list-style-type: decimal;
	color: #172945;
}

.html-content ol li:not(:last-child) {
	padding-bottom: 16px;
}

.html-content a {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #4a9550;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.html-content a:hover {
	color: #b4fcb5;
}

.html-content img {
	margin-bottom: 40px;
	border-radius: 32px;
	width: 100%;
	height: auto;
}

#specialversion2 {
	display: none;
}

.articles_socials__title {
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 160%;
	margin: 0 0 10px 0;
}

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

.articles_socials__wrap svg path {
	fill: #4a9550;
}

.inner {
	max-width: 880px;
	margin: 0 auto;
	padding-bottom: 40px;
}

.blog_inner_menu__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 0px;
	gap: 15px;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	-ms-flex-positive: 0;
	flex-grow: 0;
	list-style-type: none;
}

.blog_inner_menu__title {
	width: 111px;
	font-weight: 600;
	font-size: 18px;
	padding-bottom: 24px;
	line-height: 135%;
}

.blog_inner_menu__elem a {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 135%;
	color: #3f516d;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	text-decoration: underline;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.blog_inner_menu__elem a:hover {
	color: #a3b5d1;
}

header {
	position: relative;
}

.header-pattern {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

nav {
	background-color: #4a9550;
	overflow: hidden;
	position: relative;
	z-index: 4;
}

.navbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 24px;
	padding-bottom: 24px;
	gap: 56px;
	margin: 0;
}

.navbar:before,
.navbar:after {
	display: none;
}

.logo a {
	color: white;
}

.menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	/* Change justify-content to space-between */
	gap: 24px;
	width: 100%;
}

.menu .menu__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	/* Add this line */
	gap: 10px;
	color: #ffffff;
}

.menu .menu__item-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 24px;
}

.menu .menu__item-link {
	color: #ffffff;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.menu .menu__item-link:hover {
	color: #b4fcb5;
}

.menu .menu__item-link-location {
	text-decoration: underline;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
	color: #ffffff;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.menu .menu__item-link-location:hover {
	color: #b4fcb5;
}

.menu .menu__item-btn {
	display: block;
	border-radius: 40px;
	padding: 15px 40px;
	font-weight: 600;
	font-size: 15px;
	background: #b4fcb5;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.menu .menu__item-btn:hover {
	background: transparent;
	outline: 2px solid #b4fcb5;
	color: #ffffff;
}

.menu__icons-wrapper {
	display: none;
}

.burger {
	display: none;
	cursor: pointer;
}

.header__subnav {
	padding-top: 16px;
	padding-bottom: 16px;
	background: #1d6d44;
	overflow: visible;
}

.subnav__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 54px;
}

.subnav__menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

.subnav__menu.bottom {
	display: none;
}

.subnav__menu__item {
	font-weight: 400;
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
}

.subnav__menu__item > a {
	color: #ffffff;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	text-decoration: none;
}

.subnav__menu__item > a:hover {
	color: #b4fcb5;
}

.subnav__menu__item--drop {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 4px;
}

.subnav__menu__item--drop > span {
	font-weight: 400;
	font-size: 16px;
	color: #ffffff;
	position: relative;
	padding-right: 20px;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.subnav__menu__item--drop > span:hover {
	color: #b4fcb5;
}

.subnav__menu__item--drop > span:after {
	position: absolute;
	right: 0;
	top: 0;
	content: '';
	display: block;
	background: url('/images/icons/arrow-drop.svg') no-repeat center center/cover;
	width: 16px;
	height: 16px;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.subnav__menu__item--drop > span:hover:after {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.subnav__menu__item--drop:hover .subnav__dropdown {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.subnav__dropdown {
	display: none;
	-webkit-animation: fade 0.2s;
	animation: fade 0.2s;
	position: absolute;
	top: 20px;
	background: #1d6d44;
	border-radius: 0 0 8px 8px;
	padding: 12px 16px;
	padding-top: 24px;
	z-index: 5;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 254px;
	gap: 24px;
}

.subnav__dropdown__item > a {
	font-weight: 400;
	font-size: 14px;
	line-height: 125%;
	color: #ffffff;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	text-decoration: none;
}

.subnav__dropdown__item > a:hover {
	color: #b4fcb5;
}

.subnav__icons-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	gap: 10px;
}

footer {
	background: #4a9550;
	overflow: hidden;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	border-radius: 56px 56px 0 0;
}

footer nav {
	position: relative;
	padding-top: 75px;
	padding-bottom: 77px;
	z-index: 1;
}

.footer-pattern {
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	height: 100%;
}

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

.footer__logo {
	max-width: 220px;
}

.footer__logo img {
	padding-bottom: 24px;
}

.footer__logo p {
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #ffffff;
}

.footer__block {
	max-width: 253px;
}

.footer__block.active h3:after {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.footer__block > h3 {
	font-weight: 700;
	font-size: 16px;
	line-height: 150%;
	color: #b4fcb5;
	padding-bottom: 40px;
}

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

.footer__block__menu > li > a {
	cursor: pointer;
	color: #ffffff;
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	text-decoration: none;
}

.footer__block__menu > li > a:hover {
	color: #b4fcb5;
}

.footer__block__wrapper {
	max-width: 281px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 40px;
}

.footer__block__wrapper .footer__block {
	max-width: none;
}

.footer__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 40px;
}

.footer__info .blind {
	font-weight: 600;
	font-size: 16px;
	line-height: 120%;
	text-decoration: underline;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
	color: #ffffff;
	cursor: pointer;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.footer__info .blind:hover {
	color: #b4fcb5;
}

.footer__info .mailto {
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	font-weight: 600;
	font-size: 16px;
	line-height: 120%;
	text-decoration: underline;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
	color: #ffffff;
	cursor: pointer;
}

.footer__info .mailto:hover {
	color: #b4fcb5;
}

:root {
	--swiper-navigation-color: #a4ffdd;
	--swiper-pagination-color: #219c80;
	--swiper-pagination-bullet-inactive-color: #edfafa;
	--swiper-navigation-size: 22px !important;
	--swiper-pagination-bullet-inactive-opacity: 1;
}

.hero-swiper {
	width: 100%;
	height: calc(100vh - 135px - 57px - 50px);
	min-height: 320px;
	border-radius: 0 0 56px 56px;
	margin-bottom: 70px;
	padding-bottom: 40px !important;
	/*
  	Style up the image behind each slide
    */
}

.hero-swiper .swiper-slide {
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 50px;
}

.hero-swiper .slide-shadow {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		164deg,
		rgba(23, 41, 69, 0.4) 0.65%,
		rgba(23, 41, 69, 0.4) 28.51%,
		rgba(23, 41, 69, 0.4) 52.55%,
		rgba(23, 41, 69, 0.4) 74.95%
	);
	border-radius: 0 0 56px 56px;
}

.hero-swiper .slide-info {
	position: relative;
	top: 20%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.hero-swiper .slide-info > h1,
.hero-swiper .slide-info > h2 {
	font-weight: 700;
	font-size: 40px;
	line-height: 120%;
	color: #ffffff;
	max-width: 580px;
	padding-bottom: 24px;
}

.hero-swiper .slide-info > p {
	max-width: 580px;
	font-weight: 600;
	font-size: 20px;
	line-height: 135%;
	color: #ffffff;
	padding-bottom: 48px;
}

.hero-swiper .slide-info > a {
	display: block;
	border-radius: 40px;
	padding: 15px 40px;
	font-weight: 600;
	font-size: 15px;
	background: #b4fcb5;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	min-width: 243px;
	text-align: center;
}

.hero-swiper .slide-info > a:hover {
	background: transparent;
	outline: 2px solid #b4fcb5;
	color: #ffffff;
}

.hero-swiper .slide-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.hero-swiper .slide-image__image {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 0 0 56px 56px;
}

.hero-swiper__nav {
	position: relative;
	width: 180px;
}

.hero-swiper__nav > .swiper-button-next {
	top: -107px;
	width: 67px;
	height: 67px;
}

.hero-swiper__nav > .swiper-button-next:after {
	content: '';
	background: url('/images/icons/sliderArrow.svg') no-repeat center center/cover;
	width: 100%;
	height: 100%;
}

.hero-swiper__nav > .swiper-button-prev {
	top: -107px;
	width: 67px;
	height: 67px;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.hero-swiper__nav > .swiper-button-prev:after {
	content: '';
	background: url('/images/icons/sliderArrow.svg') no-repeat center center/cover;
	width: 100%;
	height: 100%;
}

.info__wrapper {
	-webkit-box-shadow: 0 8px 16px 0 rgba(19, 113, 99, 0.08);
	box-shadow: 0 8px 16px 0 rgba(19, 113, 99, 0.08);
	padding: 40px;
	border-radius: 32px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.info__inner {
	display: block;
	width: 100%;
	max-width: 880px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.info__inner p {
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
}

.advantages-grid {
	border-radius: 32px;
	display: -ms-grid;
	display: grid;
	gap: 20px;
	background: #f4fff3;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
}

.advantages-grid__item {
	padding: 40px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 380px;
	text-align: center;
}

.advantages-grid__image {
	padding-bottom: 32px;
}

.advantages-grid__title {
	padding-bottom: 12px;
	font-weight: 600;
	font-size: 20px;
	line-height: 135%;
	min-height: 66px;
}

.advantages-grid__text {
	font-weight: 400;
	font-size: 16px;
	line-height: 135%;
}

.adv-swiper.swiper {
	display: none;
}

.tabs.desk {
	display: block;
}

.tabs.mob {
	display: none;
}

.tabs__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 40px;
}

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

.tabs__buttons > button {
	cursor: pointer;
	font-weight: 700;
	font-size: 16px;
	line-height: 135%;
	background: transparent;
	color: #a3b5d1;
}

.tabs__buttons > button::after {
	content: '';
	display: block;
	height: 2px;
	width: 0;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	background: #4a9550;
}

.tabs__buttons > button.active {
	color: #172945;
	position: relative;
}

.tabs__buttons > button.active::after {
	width: 100%;
}

.tabs__link {
	-ms-flex-item-align: start;
	align-self: flex-start;
	border: 2px solid #4a9550;
	border-radius: 40px;
	padding: 15px 40px;
	background: transparent;
	font-weight: 600;
	font-size: 15px;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	display: block;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	min-width: 200px;
	text-align: center;
}

.tabs__link:hover {
	background: #4a9550;
	color: #ffffff;
}

.tabs-grid {
	-webkit-animation: fade 0.2s linear;
	animation: fade 0.2s linear;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 20px;
}

.tabs-grid__wrapper {
	display: block;
}

.tabs-grid__wrapper > div {
	padding-bottom: 40px;
}

.tabs-grid__image {
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	border-radius: 32px;
}

.tabs-grid__image img {
	max-width: 580px;
	height: auto;
	border-radius: 32px;
	width: 100%;
}

.tabs-grid__shadow {
	border-radius: 32px;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 41, 69, 0)), color-stop(108.01%, rgba(23, 41, 69, 0.6)));
	background: linear-gradient(180deg, rgba(23, 41, 69, 0) 0%, rgba(23, 41, 69, 0.6) 108.01%);
}

.tabs-grid__item {
	width: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 32px;
}

.tabs-grid__item p {
	display: block;
	position: absolute;
	bottom: 20px;
	right: 16px;
	left: 16px;
	font-weight: 600;
	font-size: 20px;
	line-height: 135%;
	color: #ffffff;
	z-index: 3;
}

.tabs-swiper.swiper {
	-webkit-animation: fade 0.2 linear;
	animation: fade 0.2 linear;
	height: 100%;
	max-width: 1200px;
}

.tabs-swiper.swiper .swiper-slide {
	-webkit-animation: fade 0.2s linear;
	animation: fade 0.2s linear;
}

.tab-button.active {
	color: red;
}

.directions__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 40px;
}

.directions__link {
	display: block;
	-ms-flex-item-align: start;
	align-self: flex-start;
	border: 2px solid #4a9550;
	border-radius: 40px;
	padding: 15px 40px;
	background: transparent;
	font-weight: 600;
	font-size: 15px;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.directions__link:hover {
	background: #4a9550;
	color: #ffffff;
}

.directions-grid {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.directions-grid.mob {
	display: none;
}

.directions-grid__item {
	position: relative;
	border-radius: 32px;
	overflow: hidden;
}

.directions-grid__item img {
	width: 100%;
}

.directions-grid__item p {
	position: absolute;
	bottom: 20px;
	left: 15px;
	right: 15px;
	font-weight: 600;
	font-size: 20px;
	line-height: 135%;
	color: #ffffff;
	z-index: 2;
}

.directions-grid__shadow {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 41, 69, 0)), color-stop(108.01%, rgba(23, 41, 69, 0.6)));
	background: linear-gradient(180deg, rgba(23, 41, 69, 0) 0%, rgba(23, 41, 69, 0.6) 108.01%);
}

.mainpage-form__inner {
	border-radius: 32px;
	padding: 40px 15px;
	width: 100%;
	background: #f4fff3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.mainpage-form__form {
	max-width: 692px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 24px;
}

.mainpage-form__form--wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 14px;
}

.mainpage-form__form > a {
	font-weight: 400;
	font-size: 12px;
	line-height: 135%;
	color: #a3b5d1;
}

.mainpage-form__subtitle {
	font-weight: 400;
	font-size: 16px;
	line-height: 135%;
	padding-bottom: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	gap: 10px;
}

.q-tooltip {
	cursor: pointer;
	position: relative;
}

.q-tooltip:hover .q-tooltip__wrapper {
	display: block;
}

.q-tooltip__wrapper {
	background: #ffffff;
	border-radius: 32px;
	padding: 24px 16px;
	display: none;
	position: absolute;
	z-index: 4;
	width: 320px;
	right: -15px;
	-webkit-box-shadow: 0 8px 16px 0 rgba(19, 113, 99, 0.08);
	box-shadow: 0 8px 16px 0 rgba(19, 113, 99, 0.08);
}

.q-tooltip__title {
	font-weight: 700;
	font-size: 18px;
	line-height: 135%;
	padding-bottom: 16px;
}

.q-tooltip__text {
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
}

.patient-wrapper {
	width: 100%;
}

.cloned-block__wrapper:not(:first-child) {
	padding-top: 30px;
	position: relative;
}

.cloned-block__add-patient {
	margin-top: 24px;
}

.cloned-block__remove-patient {
	position: absolute;
	top: 0;
	right: 0;
}

.success-modal {
	position: fixed;
	inset: 0;
	z-index: 99999999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: rgba(63, 81, 109, 0.7);
}

.success-modal__wrapper {
	position: relative;
	max-width: 729px;
	width: 100%;
	background: #f4fff3;
	padding-top: 80px;
	padding-bottom: 80px;
	padding-right: 15px;
	padding-left: 15px;
	border-radius: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 300px;
	-webkit-box-shadow: 0 8px 16px 0 rgba(19, 113, 99, 0.08);
	box-shadow: 0 8px 16px 0 rgba(19, 113, 99, 0.08);
}

.success-modal__content {
	max-width: 489px;
	width: 100%;
	text-align: center;
}

.success-modal__close-cross {
	position: absolute;
	top: 20px;
	right: 20px;
}

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

.select.mw350 {
	max-width: 350px;
}

.select__backdrop {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: transparent;
	z-index: 10;
	display: none;
}

.select.open {
	z-index: 30;
}

.select.open .select__dropdown {
	display: block;
}

.select.open .select__input {
	border-radius: 40px 40px 0 0;
}

.select.open .select__backdrop {
	display: block;
}

.select__input {
	background: #ffffff;
	border-radius: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 13px 32px;
	cursor: pointer;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
}

.select__input .select__arrow {
	pointer-events: none;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	width: 20px;
}

.select__input .select__arrow.open {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.select__input span {
	pointer-events: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.select.outlined .select__input {
	border: 1px solid #a3b5d1;
}

.select.outlined.open .select__input {
	border-bottom: none;
}

.select.outlined.open .select__dropdown {
	border: 1px solid #a3b5d1;
	border-top: none;
}

.select__dropdown {
	display: none;
	position: absolute;
	border-radius: 0 0 40px 40px;
	background: #ffffff;
	top: 46px;
	left: 0;
	right: 0;
	max-height: 250px;
	overflow-y: auto;
}

.select__dropdown .select__list .select__item {
	padding: 13px 32px;
	cursor: pointer;
	font-weight: 400;
	font-size: 16px;
	line-height: 135%;
}

.select__dropdown .select__list .select__item.selected {
	color: #4a9550;
}

.select__dropdown .select__list .select__item:hover {
	color: #4a9550;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.button-submit {
	border-radius: 40px;
	background: #4a9550;
	padding: 15px 79px;
	font-weight: 600;
	font-size: 15px;
	color: #ffffff;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	border: 2px solid #4a9550;
	cursor: pointer;
}

.button-submit:hover {
	background: transparent;
	color: #172945;
}

input {
	width: 100%;
	padding: 13px 32px;
	border-radius: 40px;
	background: #ffffff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 150%;
}

input::-webkit-input-placeholder {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #a3b5d1;
}

input::-moz-placeholder {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #a3b5d1;
}

input:-ms-input-placeholder {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #a3b5d1;
}

input::-ms-input-placeholder {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #a3b5d1;
}

input::placeholder {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #a3b5d1;
}

.checkbox-input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: auto;
}

.checkbox-input__label {
	padding-left: 30px;
	position: relative;
	margin: 0;
	height: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
}

.checkbox-input__label:before {
	content: '';
	display: block;
	border: 1px solid #a3b5d1;
	border-radius: 4px;
	width: 20px;
	height: 20px;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.checkbox-input__label::after {
	content: '';
	display: block;
	background: url('/images/icons/check.svg') no-repeat center center/cover;
	width: 16px;
	height: 11px;
	position: absolute;
	left: 3px;
	bottom: 5px;
	opacity: 0;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.checkbox-input:checked + .checkbox-input__label:before {
	background: #4a9550;
	border-color: #4a9550;
}

.checkbox-input:checked + .checkbox-input__label::after {
	opacity: 1;
}

.checkbox-input:checked + .checkbox-input__label {
	color: #3f516d;
}

.radio-input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: auto;
}

.radio-input__label {
	padding-left: 30px;
	position: relative;
	margin: 0;
	height: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
}

.radio-input__label:before {
	content: '';
	display: block;
	border: 1px solid #a3b5d1;
	border-radius: 100%;
	width: 20px;
	height: 20px;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.radio-input__label::after {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background: #4a9550;
	position: absolute;
	left: 4px;
	bottom: 4px;
	opacity: 0;
	border-radius: 100%;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.radio-input:checked + .radio-input__label:before {
	border-color: #4a9550;
}

.radio-input:checked + .radio-input__label::after {
	opacity: 1;
}

.radio-input:checked + .radio-input__label {
	color: #3f516d;
}

.textarea-input {
	padding: 13px 32px;
	border-radius: 24px;
	background: #ffffff;
	width: 100%;
	resize: none;
	height: 160px;
}

.textarea-input::-webkit-input-placeholder {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #a3b5d1;
}

.textarea-input::-moz-placeholder {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #a3b5d1;
}

.textarea-input:-ms-input-placeholder {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #a3b5d1;
}

.textarea-input::-ms-input-placeholder {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #a3b5d1;
}

.textarea-input::placeholder {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #a3b5d1;
}

.upload-input {
	border: 1px dashed #4a9550;
	border-radius: 24px;
	padding: 13px 32px;
}

.upload-input__input {
	display: none !important;
}

.upload-input__label {
	cursor: pointer;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	text-decoration: underline;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
	color: #3f516d;
	margin-bottom: 0;
}

.upload-input-preview-template {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.upload-input-preview-template__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}

.upload-input-preview-template__item:first-child {
	padding-top: 20px;
}

.upload-input-preview-template__remove-file {
	width: 10px;
	height: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.upload-input-preview-template__remove-file img {
	width: 8px;
	height: 8px;
}

.date-input {
	font-weight: 400;
	color: #a3b5d1;
	font-size: 16px;
	line-height: 135%;
}

.date-input::-webkit-input-placeholder {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #a3b5d1;
}

.date-input::-moz-placeholder {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #a3b5d1;
}

.date-input:-ms-input-placeholder {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #a3b5d1;
}

.date-input::-ms-input-placeholder {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #a3b5d1;
}

.date-input::placeholder {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #a3b5d1;
}

.date-input:focus,
.date-input:active {
	color: #172945;
}

.input-field {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.input-field__error {
	color: #ff649c;
	font-size: 10px;
	min-height: 10px;
}

.breadcrumbs {
	padding-top: 25px;
	padding-bottom: 25px;
}

.breadcrumbs__list {
	color: #d5e7f5;
	display: inline;
	gap: 5px;
	font-weight: 400;
	font-size: 14px;
	line-height: 125%;
}

.breadcrumbs__item {
	display: inline;
	gap: 5px;
	font-weight: 400;
	font-size: 14px;
	line-height: 125%;
	color: #d5e7f5;
}

.breadcrumbs__item a {
	text-decoration: underline;
}

.breadcrumbs__link {
	color: #d5e7f5;
}

.breadcrumbs__link > span {
	cursor: pointer;
	color: #d5e7f5;
	font-weight: 400;
	font-size: 14px;
	line-height: 125%;
}

.breadcrumbs__link > span.active {
	color: #4a9550;
}

.main-hero {
	position: relative;
	width: 100%;
	height: calc(100vh - 135px - 57px);
	min-height: 320px;
	border-radius: 0 0 56px 56px;
}

.main-hero.default {
	height: auto !important;
}

.main-hero-info {
	position: absolute;
	top: 10%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.main-hero-info > h1,
.main-hero-info > h2 {
	font-weight: 700;
	font-size: 40px;
	line-height: 120%;
	color: #ffffff;
	max-width: 600px;
	padding-bottom: 24px;
}

.main-hero-info > p {
	max-width: 600px;
	font-weight: 600;
	font-size: 18px;
	line-height: 135%;
	color: #ffffff;
	padding-bottom: 48px;
}

.main-hero-info > a {
	display: block;
	border-radius: 40px;
	padding: 15px 40px;
	font-weight: 600;
	font-size: 15px;
	background: #b4fcb5;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	min-width: 243px;
	text-align: center;
	text-decoration: none;
	color: #172945;
}

.main-hero-info > a:hover {
	background: transparent;
	outline: 2px solid #b4fcb5;
	color: #ffffff;
}

.main-hero-info.default > h1,
.main-hero-info.default > h2 {
	color: #4a9550;
}

.main-hero-info.default > p {
	color: #172945;
}

.main-hero-info.default > a {
	background: #4a9550;
	color: #ffffff;
	outline: none;
	border: 2px solid #4a9550;
	color: #172945;
}

.main-hero-info.default > a:hover {
	color: #172945;
	background: transparent;
}

/*
	Style up the image behind each slide
  */

.main-hero-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.main-hero-image__image {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 0 0 56px 56px;
}

.modal {
	padding-top: 20px;
	padding-bottom: 20px;
}

.modal-title {
	font-weight: 700;
	font-size: 32px;
	line-height: 135%;
	text-align: center;
	color: #4a9550;
}

.modal-content {
	width: 100%;
	max-height: 100%;
	position: relative;
	padding: 24px;
	overflow-y: auto;
}

.modal-dialog {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
}

.modal-header {
	border: none;
}

.modal-btn-close {
	position: absolute;
	top: 10px;
	right: 10px;
	background: transparent;
}

.modal-btn-close span {
	color: #4a9550;
	font-size: 22px;
}

.modal-body {
	font-weight: 400;
	font-size: 16px;
	line-height: 135%;
}

.modal-body img {
	max-width: 700px;
}

.gallary-section-container {
	max-width: 1356px;
}

.gallary-title {
	font-weight: 700;
	font-size: 32px;
	line-height: 135%;
	color: #4a9550;
	margin-bottom: 40px;
	text-align: center;
}

.gallary-section__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 24px;
}

.gallary-section__wrapper .gallary-button-prev {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.gallary-section__wrapper.fullscreen .gallary-button-prev {
	position: fixed;
	z-index: 9999999;
	left: 20px;
	bottom: 50%;
}

.gallary-section__wrapper.fullscreen .gallary-button-next {
	position: fixed;
	z-index: 9999999;
	right: 20px;
	bottom: 50%;
}

.gallary {
	padding-bottom: 50px;
}

.gallary.fullscreen {
	height: 100vh;
	z-index: 999999;
	position: fixed;
	inset: 0;
	background: rgba(63, 81, 109, 0.9);
}

.gallary.fullscreen .gallary-slide__img {
	max-width: 640px;
}

.gallary.fullscreen .gallary-pagination {
	bottom: 50px;
}

.gallary-slide {
	text-align: center;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
}

.gallary-slide__img {
	width: 100%;
	height: auto;
	z-index: 2;
	cursor: pointer;
	border-radius: 32px;
}

.fullscreen .gallary-slide__img {
	pointer-events: none;
	background: transparent;
}

.fullscreen .backdrop {
	width: 100vw;
	height: 100vh;
	position: absolute;
	top: 0;
	z-index: 1;
	cursor: pointer;
}

.fullscreen .close-button {
	background: url('/images/x.svg') no-repeat center center/cover;
	font-size: 16px;
	font-family: sans-serif;
	padding: 10px 18px;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 4;
	cursor: pointer;
	width: 20px;
	height: 20px;
}

.programs-grid {
	-webkit-animation: fade 0.2s linear;
	animation: fade 0.2s linear;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 40px;
}

.programs-grid__img {
	width: 100%;
	height: auto;
	border-radius: 32px;
}

.programs-grid__price-wrapper {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 40px;
}

.programs-grid__price {
	font-weight: 700;
	font-size: 32px;
	line-height: 135%;
	color: #4a9550;
}

.programs-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
}

.programs-item__wrapper {
	padding-left: 38px;
}

.programs-item__title {
	-ms-flex-item-align: start;
	align-self: flex-start;
	border-radius: 24px;
	padding: 10px 20px;
	background: #f4fff3;
	font-weight: 700;
	font-size: 18px;
	line-height: 135%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
}

.programs-item__title:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #4a9550;
}

.programs-item__details-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	padding-bottom: 16px;
}

.programs-item__details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 4px;
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	color: #3f516d;
}

.programs-item__content {
	color: #3f516d;
}

.news-grid {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	gap: 60px 20px;
	padding-bottom: 40px;
}

.news-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-animation: fade 0.2s linear;
	animation: fade 0.2s linear;
}

.news-item__img {
	width: 100%;
	height: auto;
	border-radius: 32px;
	margin-bottom: 16px;
}

.news-item__date {
	font-weight: 400;
	font-size: 14px;
	line-height: 135%;
	color: #3f516d;
}

.news-item__title {
	font-weight: 600;
	font-size: 20px;
	line-height: 135%;
	padding-bottom: 24px;
}

.paginations {
	padding-bottom: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
}

.paginations-search {
	border-radius: 40px;
	padding: 12px 24px;
	background: #f4fff3;
	margin-bottom: 40px;
}

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

.paginations__item {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	cursor: pointer;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 6px;
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	text-align: center;
	outline: 2px solid transparent;
}

.paginations__item:hover {
	outline: 2px solid #4a9550;
}

.paginations__item.active {
	background: #4a9550;
	color: #ffffff;
}

.paginations__btn {
	border-radius: 32px;
	padding: 5px 12px;
	background: #f4fff3;
}

.paginations__btn.disabled {
	opacity: 0.5;
}

.dircard {
	background: #f4fff3;
	border-radius: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.dircard__image {
	position: relative;
	border-radius: 32px;
	overflow: hidden;
	margin-bottom: 16px;
}

.dircard__img {
	width: 100%;
	height: auto;
}

.dircard__shadow {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 41, 69, 0)), color-stop(108.01%, rgba(23, 41, 69, 0.6)));
	background: linear-gradient(180deg, rgba(23, 41, 69, 0) 0%, rgba(23, 41, 69, 0.6) 108.01%);
}

.dircard__title {
	position: absolute;
	bottom: 20px;
	left: 15px;
	right: 15px;
	font-weight: 600;
	font-size: 20px;
	line-height: 135%;
	color: #ffffff;
	z-index: 2;
}

.dircard__text {
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 20px;
}

.dircard__text ul {
	padding-left: 0;
}

.dircard__text ul li {
	font-size: 14px;
}

.reviews-grid {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
	padding-bottom: 40px;
}

.review-card {
	padding: 40px 20px 40px 32px;
	background: #f4fff3;
	border-radius: 32px;
	position: relative;
}

.review-card__date {
	font-weight: 400;
	font-size: 12px;
	line-height: 135%;
	color: #a3b5d1;
}

.review-card__name {
	font-weight: 700;
	font-size: 16px;
	line-height: 135%;
	margin-bottom: 34px;
}

.review-card__text {
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	color: #3f516d;
	padding-bottom: 56px;
}

.review-card__readmore {
	position: absolute;
	bottom: 40px;
	font-weight: 600;
	font-size: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
}

.review-modal {
	border-radius: 32px;
	padding: 40px 20px 40px 20px;
	position: relative;
}

.review-modal__date {
	font-weight: 400;
	font-size: 12px;
	line-height: 135%;
	color: #a3b5d1;
	margin-bottom: 8px;
}

.review-modal__name {
	font-weight: 700;
	font-size: 16px;
	line-height: 135%;
	margin-bottom: 32px;
}

.review-modal__text {
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
}

.review-modal__close {
	position: absolute;
	right: 20px;
	top: 20px;
}

.posts-grid {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
	padding-bottom: 40px;
}

.posts-card {
	padding: 20px 16px;
	background: #f4fff3;
	border-radius: 32px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 16px;
}

.posts-card__title {
	font-weight: 700;
	font-size: 18px;
	line-height: 135%;
}

.posts-card__date {
	font-weight: 400;
	font-size: 12px;
	line-height: 135%;
	color: #a3b5d1;
}

.posts-card__img {
	border-radius: 32px;
	width: 100%;
	height: auto;
	margin-bottom: 8px;
}

.posts-card__name {
	font-weight: 700;
	font-size: 16px;
	line-height: 135%;
	margin-bottom: 4px;
}

.posts-card__spec {
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	color: #3f516d;
}

.posts-card__readmore {
	position: absolute;
	bottom: 40px;
	font-weight: 600;
	font-size: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	display: none;
}

.accordion .accordion__item:not(:last-child) {
	margin-bottom: 20px;
}

.accordion .accordion__item.accordion__item-active:not(:last-child) {
	margin-bottom: 0;
}

.accordion .accordion__item.accordion__item-active .accordion__item-content {
	display: block;
}

.accordion .accordion__item.accordion__item-active .trigger__img img {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.accordion .accordion__item .accordion__item-trigger {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 32px;
	padding: 24px 32px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	background: #f4fff3;
}

.accordion .accordion__item .accordion__item-trigger .trigger__text {
	font-weight: 600;
	font-size: 20px;
	line-height: 135%;
}

.accordion .accordion__item .accordion__item-trigger .trigger__img {
	margin-left: auto;
}

.accordion .accordion__item .accordion__item-trigger .trigger__img img {
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.accordion .accordion__item .accordion__item-content {
	display: none;
	-webkit-animation: fade 0.3s ease;
	animation: fade 0.3s ease;
	border-radius: 32px;
	padding: 20px 20px 20px 32px;
}

.accordion.price .accordion__item-trigger {
	padding: 13px 32px;
}

.accordion.price .accordion__item-active:not(:last-child) {
	margin-bottom: 16px;
}

.accordion.price .accordion__item-active .accordion__item-trigger {
	border-radius: 32px 32px 0 0;
}

.accordion.price .accordion__item-content {
	background: #f4fff3;
	border-radius: 0 0 32px 32px;
	padding: 13px 32px 24px 32px;
}

.accordion.price .accordion__item-content-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.accordion.price .accordion__item-content-wrapper:not(:last-child) {
	margin-bottom: 16px;
}

.accordion.price .accordion__item-content-title {
	font-weight: 400;
	font-size: 16px;
	line-height: 135%;
}

.accordion.price .accordion__item-content-price {
	font-weight: 600;
	font-size: 20px;
	line-height: 135%;
	color: #4a9550;
}

.accordion.mw980 {
	max-width: 980px;
	margin: 0 auto;
}

.contacts {
	padding-top: 100px;
	padding-bottom: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}

.map {
	width: 100%;
	border-radius: 32px;
	overflow: hidden;
	max-width: 600px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.map.mob {
	display: none;
}

.map.mob .map__wrapper {
	padding-top: 20px;
}

.map__wrapper {
	width: 100%;
	height: 500px;
}

.contacts-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 40px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.contacts-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 24px;
}

.contacts-block__title {
	font-weight: 700;
	font-size: 32px;
	line-height: 135%;
	color: #4a9550;
}

.contacts-block__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 10px;
}

.contacts-block__link {
	font-weight: 600;
	font-size: 16px;
	line-height: 135%;
	color: #3f516d;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	background: transparent;
}

.contacts-block__link:hover {
	color: #4a9550;
}

.contacts-block__link.underline {
	text-decoration: underline;
}

.contacts-block__link.no-interactive:hover {
	color: inherit;
}

.specialists-grid {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 20px;
	padding-bottom: 40px;
}

.specialist-card {
	min-height: 480px;
	-webkit-box-shadow: 0 8px 16px 0 rgba(19, 113, 99, 0.08);
	box-shadow: 0 8px 16px 0 rgba(19, 113, 99, 0.08);
	border-radius: 32px;
}

.specialist-card__img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.specialist-card__wrapper {
	padding-left: 15px;
	padding-right: 15px;
}

.specialist-card__name {
	margin-bottom: 12px;
	font-weight: 700;
	font-size: 18px;
	line-height: 135%;
}

.specialist-card__spec {
	font-weight: 400;
	font-size: 16px;
	line-height: 135%;
	color: #3f516d;
}

.specialists-video-grid {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	padding-bottom: 40px;
}

.specialists-video-card__video {
	border-radius: 32px;
	overflow: hidden;
	margin-bottom: 24px;
	width: 100%;
}

.specialists-video-card__video img {
	width: 100%;
}

.specialists-video-card__text {
	font-weight: 700;
	font-size: 18px;
	line-height: 135%;
}

.doctor-hero {
	position: relative;
	height: 100%;
	overflow: hidden;
	padding-top: 100px;
	padding-bottom: 100px;
	border-radius: 0 0 32px 32px;
	background: #f4fff3;
}

.doctor-hero-image {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}

.doctor-hero-card {
	position: relative;
	z-index: 2;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.doctor-hero-card__info {
	max-width: 600px;
}

.doctor-hero-card__img {
	width: 100%;
	max-width: 480px;
	height: auto;
	border-radius: 24px;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.doctor-hero-card__name {
	font-weight: 700;
	font-size: 40px;
	line-height: 120%;
	color: #4a9550;
	margin-bottom: 40px;
}

.doctor-hero-card__spec {
	font-weight: 600;
	font-size: 20px;
	line-height: 135%;
	margin-bottom: 20px;
}

.doctor-hero-card__text {
	font-weight: 400;
	font-size: 16px;
	line-height: 135%;
}

.doctor-hero-card__text:not(:last-child) {
	margin-bottom: 20px;
}

.search-modal {
	padding-top: 80px;
	padding-bottom: 70px;
	background: #1d6d44;
	position: absolute;
	width: 100%;
	bottom: auto;
	left: 0;
	right: 0;
	z-index: 3;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.search-modal.active {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.search-modal__container {
	position: relative;
}

.search-modal__input {
	margin-bottom: 30px;
}

.search-modal__result-block:not(:last-child) {
	padding-bottom: 30px;
}

.search-modal__result-title {
	font-weight: 700;
	font-size: 18px;
	line-height: 135%;
	color: #b4fcb5;
	padding-bottom: 16px;
}

.search-modal__result-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
}

.search-modal__result-link {
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	color: #ffffff;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.search-modal__result-link:hover {
	color: #b4fcb5;
}

.search-modal__nothing {
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	color: #ffffff;
}

.search-modal__close {
	position: absolute;
	right: 15px;
	top: -48px;
}

.search-modal__loader {
	display: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.search-modal__loader img {
	width: 100px;
}

.post-card {
	margin: 0 auto;
	width: 100%;
	max-width: 658px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 40px;
	padding-bottom: 40px;
}

.post-card__header {
	width: 100%;
	padding: 40px;
	-webkit-box-shadow: 0 8px 16px 0 rgba(19, 113, 99, 0.08);
	box-shadow: 0 8px 16px 0 rgba(19, 113, 99, 0.08);
	background-color: #ffffff;
	border-radius: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 20px;
}

.post-card__image {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	overflow: hidden;
	max-width: 280px;
	border-radius: 32px;
}

.post-card__image img {
	width: 100%;
	height: auto;
}

.post-card__name {
	font-weight: 700;
	font-size: 18px;
	line-height: 135%;
	padding-bottom: 12px;
}

.post-card__spec {
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #3f516d;
}

.post-card__footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}

.post-card__text {
	font-weight: 400;
	font-size: 12px;
	line-height: 135%;
	color: #a3b5d1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 6px;
}

.post-card__text-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}

.direction-tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 40px;
}

.direction-tab-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 8px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.direction-tab-button {
	font-weight: 700;
	font-size: 16px;
	line-height: 135%;
	background: #f4fff3;
	padding: 12px 16px;
	border-radius: 40px;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.direction-tab-button:hover {
	color: #ffffff;
	background: #4a9550;
}

.direction-tab-button.active {
	color: #ffffff;
	background: #4a9550;
}

.direction-tab-button__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
}

.direction-tab-content {
	max-width: 880px;
	margin: 0 auto;
	-webkit-animation: fade 0.2s linear;
	animation: fade 0.2s linear;
	color: #ffffff;
}

.direction-tab-content h1,
.direction-tab-content h2,
.direction-tab-content h3,
.direction-tab-content h4 {
	color: #ffffff;
}

.direction-tab-content__wrapper {
	background: #4a9550;
	padding: 40px 15px;
	border-radius: 32px;
}

@media (max-width: 1449.98px) {
	.container {
		max-width: 1200px;
	}
}

@media (max-width: 1085px) {
	.subnav__menu__item {
		font-size: 14px;
	}

	.subnav__menu__item--drop > span {
		font-size: 14px;
	}

	.subnav__dropdown__item > a {
		font-size: 13px;
	}
}

@media (max-width: 991.98px) {
	.container {
		padding: 0 15px;
	}

	.container.mobpnone {
		padding: 0;
	}

	h1.main-title {
		margin-bottom: 20px;
	}

	h1 {
		font-size: 22px;
	}

	h2 {
		font-size: 20px;
	}

	h2.main-title {
		margin-bottom: 20px;
	}

	.desk992 {
		display: none;
	}

	.mob992 {
		display: block;
	}

	section {
		margin-bottom: 40px;
	}

	section.non-styles {
		margin: 0;
		padding: 0;
	}

	section.mobcolornone {
		background: #ffffff;
	}

	h1:not([class]) {
		font-size: 32px;
		margin-bottom: 24px;
	}

	h2:not([class]) {
		font-size: 20px;
		margin-bottom: 24px;
	}

	h3:not([class]) {
		font-size: 18px;
		margin-bottom: 16px;
	}

	p:not([class]) {
		font-size: 15px;
		margin-bottom: 12px;
	}

	ul:not([class]) {
		margin-bottom: 16px;
	}

	ol:not([class]) {
		margin-bottom: 16px;
	}

	a:not([class]) {
		font-size: 15px;
	}

	.btn {
		font-size: 14px;
		padding: 12px 32px;
	}

	.btn.mt40 {
		margin-top: 20px;
	}

	.date {
		font-size: 12px;
	}

	.html-content h1 {
		font-size: 32px;
		margin-bottom: 24px;
	}

	.html-content h2 {
		font-size: 20px;
		margin-bottom: 24px;
	}

	.html-content h3 {
		font-size: 18px;
		margin-bottom: 16px;
	}

	.html-content p {
		font-size: 15px;
		margin-bottom: 12px;
	}

	.html-content ul {
		margin-bottom: 16px;
		padding-left: 24px;
	}

	.html-content ul li:not(:last-child) {
		font-size: 15px;
		margin-bottom: 12px;
	}

	.html-content ol {
		margin-bottom: 16px;
		padding-left: 24px;
	}

	.html-content ol li:not(:last-child) {
		font-size: 15px;
		margin-bottom: 12px;
	}

	.html-content a {
		font-size: 15px;
	}

	.html-content img {
		margin-bottom: 20px;
	}

	.inner {
		padding-bottom: 20px;
	}

	.blog_inner_menu__list {
		gap: 10px;
	}

	.blog_inner_menu__elem a {
		font-size: 15px;
	}

	.header-pattern {
		max-width: 190px;
	}

	.navbar {
		padding-top: 9px;
		padding-bottom: 9px;
	}

	.logo img {
		width: 67px;
	}

	.menu__icons-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 20px;
	}

	.header__subnav {
		display: none;
		overflow-x: scroll;
		height: calc(100vh - 79px);
	}

	.subnav__menu__item {
		font-size: 16px;
	}

	.subnav__menu__item--drop > span {
		font-size: 16px;
	}

	.subnav__dropdown__item > a {
		font-size: 16px;
	}

	footer {
		border-radius: 24px 24px 0 0;
	}

	footer nav {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.footer-pattern {
		max-width: 420px;
		max-height: 223px;
	}

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

	.footer__logo {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}

	.footer__block {
		max-width: none;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.footer__block > h3 {
		padding-bottom: 20px;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		position: relative;
		padding-right: 40px;
		font-size: 14px;
	}

	.footer__block > h3:after {
		position: absolute;
		right: 0;
		top: 3px;
		content: '';
		display: block;
		background: url('/images/icons/arrow-drop.svg') no-repeat center center/cover;
		width: 20px;
		height: 20px;
		-webkit-transition: all 0.2s linear;
		transition: all 0.2s linear;
	}

	.footer__block__menu {
		display: none;
	}

	.footer__block__menu.active {
		display: block;
		-webkit-animation: fade 0.2s linear;
		animation: fade 0.2s linear;
		padding-bottom: 20px;
	}

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

	.footer__block__menu > li > a {
		font-size: 12px;
	}

	.footer__block__wrapper {
		gap: 0;
		max-width: none;
	}

	.footer__info {
		padding-bottom: 20px;
		gap: 20px;
	}

	.footer__info .blind {
		font-size: 14px;
	}

	.footer__info .mailto {
		font-size: 14px;
	}

	.hero-swiper {
		height: calc(100vh - 83px - 50px);
	}

	.hero-swiper {
		margin-bottom: 40px;
		padding-bottom: 0 !important;
	}

	.hero-swiper .slide-info {
		top: 10%;
	}

	.hero-swiper .slide-info > h1,
	.hero-swiper .slide-info > h2 {
		font-size: 22px;
		padding-bottom: 16px;
	}

	.hero-swiper .slide-info > p {
		font-size: 15px;
		padding-bottom: 20px;
	}

	.hero-swiper__nav {
		display: none;
	}

	.info__container {
		padding: 0;
	}

	.info__wrapper {
		border-radius: 24px;
		padding: 0px 15px 20px 15px;
	}

	.info__inner {
		gap: 10px;
	}

	.info__inner p {
		font-size: 15px;
	}

	.advantages__container {
		padding: 0;
	}

	.advantages-grid {
		display: none;
	}

	.advantages-grid__item {
		background: #f4fff3;
		-webkit-box-shadow: 0 10px 20px 0 rgba(19, 113, 99, 0.15);
		box-shadow: 0 10px 20px 0 rgba(19, 113, 99, 0.15);
		width: 100%;
		max-width: none;
		height: 100%;
	}

	.adv-swiper.swiper {
		display: block;
		padding-bottom: 50px;
	}

	.adv-swiper.swiper .swiper-slide {
		height: auto !important;
	}

	.tabs-grid__wrapper > div {
		padding-bottom: 20px;
	}

	.directions-grid__item p {
		font-size: 16px;
	}

	.q-tooltip__title {
		font-size: 16px;
	}

	.q-tooltip__text {
		font-size: 15px;
	}

	.success-modal__wrapper {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.breadcrumbs {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.breadcrumbs__list {
		font-size: 10px;
	}

	.breadcrumbs__item {
		font-size: 10px;
	}

	.breadcrumbs__link > span {
		font-size: 10px;
	}

	.main-hero {
		height: calc(100vh - 83px);
	}

	.main-hero-info {
		top: 10%;
	}

	.main-hero-info > h1,
	.main-hero-info > h2 {
		font-size: 22px;
		padding-bottom: 16px;
	}

	.main-hero-info > p {
		font-size: 15px;
		padding-bottom: 20px;
	}

	.modal-title {
		font-size: 24px;
	}

	.modal-dialog {
		width: 100%;
		min-width: auto;
		margin: 0;
	}

	.gallary-title {
		margin-bottom: 20px;
		font-size: 20px;
	}

	.gallary-section__wrapper .gallary-button-prev,
	.gallary-section__wrapper .gallary-button-next {
		display: none;
	}

	.programs-grid {
		gap: 20px;
	}

	.programs-grid__price-wrapper {
		gap: 20px;
	}

	.programs-item {
		gap: 12px;
	}

	.programs-item__wrapper {
		padding-left: 0;
	}

	.programs-item__title {
		font-size: 16px;
		padding: 8px 16px;
	}

	.programs-item__details-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 12px;
		padding-bottom: 12px;
	}

	.programs-item__details {
		padding-left: 0;
	}

	.paginations {
		padding-bottom: 20px;
	}

	.paginations-search {
		margin-bottom: 24px;
	}

	.dircard__title {
		font-size: 16px;
	}

	.reviews-grid {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}

	.review-card {
		padding: 20px 16px;
	}

	.review-card__name {
		margin-bottom: 16px;
	}

	.review-card__text {
		padding-bottom: 36px;
	}

	.review-card__readmore {
		bottom: 20px;
	}

	.review-modal {
		padding: 20px 15px 20px 15px;
	}

	.review-modal__date {
		font-size: 10px;
		margin-bottom: 4px;
	}

	.review-modal__name {
		font-size: 15px;
		margin-bottom: 16px;
	}

	.review-modal__text {
		font-size: 15px;
	}

	.posts-grid {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}

	.posts-card {
		padding: 20px 16px;
		padding-bottom: 50px;
	}

	.posts-card__title {
		font-size: 16px;
	}

	.posts-card__img {
		max-width: 100px;
		border-radius: 16px;
	}

	.posts-card__wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 8px;
	}

	.posts-card__readmore {
		bottom: 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.accordion .accordion__item:not(:last-child) {
		margin-bottom: 16px;
	}

	.accordion .accordion__item .accordion__item-trigger {
		padding: 16px;
	}

	.accordion .accordion__item .accordion__item-trigger .trigger__text {
		font-size: 16px;
	}

	.accordion .accordion__item .accordion__item-content {
		padding: 16px;
	}

	.accordion.price .accordion__item-trigger {
		padding: 8px 15px 8px 15px;
	}

	.accordion.price .accordion__item-content {
		padding: 8px 15px 15px 15px;
	}

	.accordion.price .accordion__item-content-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 8px;
	}

	.accordion.price .accordion__item-content-title {
		font-size: 15px;
	}

	.accordion.price .accordion__item-content-price {
		font-size: 16px;
	}

	.contacts {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		padding-top: 40px;
		padding-bottom: 0;
	}

	.map.desk {
		display: none;
	}

	.map.mob {
		display: initial;
	}

	.map {
		max-width: 100%;
	}

	.contacts-info {
		gap: 20px;
	}

	.contacts-block {
		gap: 16px;
	}

	.contacts-block__title {
		font-size: 20px;
	}

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

	.specialists-grid {
		padding-bottom: 20px;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		-ms-grid-rows: auto;
		grid-template-rows: auto;
	}

	.specialist-card {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 16px;
		background: #f4fff3;
		min-height: 0;
	}

	.specialist-card__img {
		min-width: 100px;
		max-width: 100px;
		height: min-content;
		margin-bottom: 0;
	}

	.specialist-card__name {
		font-size: 16px;
	}

	.specialist-card__spec {
		font-size: 15px;
	}

	.specialists-video-grid {
		padding-bottom: 20px;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}

	.specialists-video-card__video {
		margin-bottom: 16px;
	}

	.specialists-video-card__text {
		font-size: 16px;
	}

	.doctor-hero {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.doctor-hero-card {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.doctor-hero-card__img {
		max-width: 480px;
	}

	.doctor-hero-card__name {
		font-size: 22px;
		margin-bottom: 16px;
	}

	.doctor-hero-card__spec {
		font-size: 16px;
		margin-bottom: 12px;
	}

	.doctor-hero-card__text {
		font-size: 15px;
	}

	.doctor-hero-card__text:not(:last-child) {
		margin-bottom: 12px;
	}

	.search-modal {
		padding-top: 60px;
		padding-bottom: 44px;
	}

	.search-modal__input {
		margin-bottom: 16px;
	}

	.search-modal__result-block:not(:last-child) {
		padding-bottom: 16px;
	}

	.search-modal__result-title {
		font-size: 16px;
	}

	.search-modal__result-link {
		font-size: 15px;
	}

	.search-modal__close {
		top: -40px;
	}

	.direction-tab-buttons {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
	}

	.direction-tab-button {
		width: 100%;
		text-align: left;
		padding: 8px 10px;
		font-size: 15px;
	}

	.direction-tab-button__wrapper {
		width: 100%;
	}

	.direction-tab-content__wrapper {
		padding: 20px 15px;
	}
}

@media screen and (max-width: 991.98px) {
	.menu {
		display: none;
	}

	.header__subnav.active {
		display: block;
		border-radius: 0 0 32px 32px;
		padding-bottom: 60px;
		padding-top: 24px;
	}

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

	.header__subnav.active .subnav__menu {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 24px;
	}

	.header__subnav.active .subnav__menu.bottom {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.header__subnav.active .subnav__menu__item--drop {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.header__subnav.active .subnav__dropdown {
		position: static;
		padding: 0;
		padding-top: 24px;
		padding-bottom: 0;
		gap: 16px;
	}

	.header__subnav.active .subnav__dropdown__item > a {
		font-weight: 400;
		font-size: 12px;
		line-height: 125%;
	}

	.header__subnav.active .subnav__menu__item--bottom {
		font-weight: 400;
		font-size: 16px;
		line-height: 125%;
		color: #ffffff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 10px;
	}

	.header__subnav.active .subnav__menu__item--bottom.location > a {
		color: #ffffff;
		text-decoration: underline;
		-webkit-text-decoration-skip-ink: none;
		text-decoration-skip-ink: none;
	}

	.header__subnav.active .subnav__menu__item--bottom.btn > a {
		display: block;
		border-radius: 40px;
		padding: 15px 40px;
		font-weight: 600;
		font-size: 15px;
		background: #b4fcb5;
	}

	.header__subnav.active .subnav__menu__item--bottom.btn {
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
	}

	.subnav__icons-wrapper {
		display: none;
	}

	.burger {
		display: block;
		position: relative;
		height: 20px;
		width: 30px;
		z-index: 102;
		cursor: pointer;
	}

	.burger.active-burger:before {
		background: #ffffff;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
		transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
		top: 8px;
	}

	.burger.active-burger:after {
		background: #ffffff;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		bottom: 10px;
		-webkit-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
		transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
	}

	.burger.active-burger span {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
	}

	.burger:before,
	.burger:after {
		content: '';
		position: absolute;
		height: 2px;
		width: 100%;
		background: #ffffff;
		-webkit-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
		transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
	}

	.burger:before {
		top: 0;
	}

	.burger::after {
		bottom: 0;
	}

	.burger span {
		position: absolute;
		top: 9px;
		right: 0;
		width: 100%;
		background: #ffffff;
		height: 2px;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		-webkit-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
		transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
	}

	.menu__item {
		margin-top: 15px;
	}

	.menu__item-link {
		color: white;
	}
}

@media (max-width: 767.98px) {
	.desk {
		display: none;
	}

	.mob {
		display: block;
	}

	.advantages-grid__item {
		padding: 24px 10px;
	}

	.advantages-grid__image {
		width: 60px;
		height: 60px;
		padding-bottom: 16px;
	}

	.advantages-grid__title {
		padding-bottom: 8px;
		font-size: 16px;
	}

	.advantages-grid__text {
		font-size: 15px;
	}

	.tabs.desk {
		display: none;
	}

	.tabs.mob {
		display: block;
	}

	.tabs__container {
		padding: 0;
	}

	.tabs__wrapper {
		gap: 20px;
	}

	.tabs__buttons {
		gap: 20px;
	}

	.tabs__buttons > button {
		font-size: 14px;
	}

	.tabs__link {
		margin-left: 15px;
		padding: 12px 24px;
		font-size: 14px;
	}

	.tabs-grid__item p {
		font-size: 16px;
		bottom: 32px;
	}

	.directions__wrapper {
		gap: 16px;
	}

	.directions__link {
		padding: 12px 24px;
		font-size: 14px;
	}

	.directions-grid {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.directions-grid.desk {
		display: none;
	}

	.directions-grid.mob {
		display: -ms-grid;
		display: grid;
	}

	.mainpage-form__inner {
		padding: 24px 15px;
	}

	.mainpage-form__form {
		gap: 16px;
	}

	.mainpage-form__form--wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-bottom: 4px;
		gap: 4px;
	}

	.mainpage-form__form > a {
		text-align: center;
	}

	.button-submit {
		padding: 12px 61px;
		font-size: 14px;
	}

	.programs-grid__img {
		border-radius: 24px;
	}

	.news-grid {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.news-item__title {
		padding-bottom: 16px;
		font-size: 16px;
	}

	.news-item__btn {
		padding: 12px 24px;
	}

	.paginations {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 7px;
	}

	.paginations__list {
		gap: 7px;
		overflow: auto;
		padding: 3px;
	}

	.contacts-block__link {
		font-size: 14px;
	}

	.post-card {
		padding-bottom: 20px;
		gap: 20px;
	}

	.post-card__header {
		padding-bottom: 20px;
		gap: 20px;
		background: #f4fff3;
		padding: 16px;
		gap: 16px;
	}

	.post-card__image {
		max-width: 80px;
		border-radius: 16px;
	}

	.post-card__name {
		font-size: 15px;
		padding-bottom: 8px;
	}

	.post-card__spec {
		font-size: 14px;
	}

	.post-card__footer {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		gap: 16px;
	}
}

@media (max-width: 479.98px) {
	.container {
		max-width: none;
	}
}

.authors__card {
	box-shadow: 0 8px 16px rgba(29, 109, 68, 0.1);
	border-radius: 24px;
}
.authors__card .authors__wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px;
	gap: 22px;
	margin: 0 auto;
}
.authors__block {
	display: flex;
	flex-direction: column;
	gap: 20px;
	flex-shrink: 0;
	text-wrap-style: balance;
}
.authors__block-images {
	--gap: 1px;
	--avatar-size: 80px;
	--overlap-size: 60px;
	--num-children-1: calc(var(--num-children, 4) - 1);
	--grid-cell-size-to-use: var(--overlap-size);
	display: grid;
	gap: var(--gap);
	/*grid-auto-flow: column;*/
	grid-template-columns: repeat(4, var(--grid-cell-size-to-use));
	width: calc(var(--grid-cell-size-to-use) * var(--num-children-1) + var(--gap) * var(--num-children, 4) + var(--avatar-size));
	flex-shrink: 0;
}
.authors__image {
	max-width: var(--avatar-size);
	width: var(--avatar-size);
	height: var(--avatar-size);
	border-radius: 100px;
	box-shadow: 0 12px 24px rgba(23, 41, 69, 0.15);
	object-fit: cover;
}
.authors__context {
	font-size: 16px;
	line-height: 135%;
	font-weight: 700;
	color: var(--fig-neutral-300);
}
.authors__command {
	font-size: 18px;
	line-height: 135%;
	font-weight: 700;
	color: var(--fig-neutral-700);
}
@media (min-width: 500px) {
	.authors__block-images {
		--avatar-size: 100px;
		--overlap-size: 80px;
	}
}
@media (min-width: 1024px) {
	.authors__block-images {
		--avatar-size: 180px;
		--overlap-size: 140px;
	}
	.authors__card .authors__wrap {
		flex-direction: row;
		padding: 40px;
	}
	.authors__block {
		max-width: 326px;
	}
}

.blind {
	cursor: pointer;
	transition: all 0.2s linear;
	color: #ffffff;
	font-weight: 600;
	font-size: 16px;
	line-height: 120%;
}
.blind:hover {
	color: #b4fcb5;
}

#specialButton {
	cursor: pointer;
}

/* End */


/* Start:/local/templates/kommunar/template_styles.css?175378709612970*/
:root {
	--fig-error: #ff5151;
	--fig-neutral-900: #172945;
	--fig-neutral-0: #ffffff;
	--fig-neutral-700: #3f516d;
	--fig-neutral-300: #a3b5d1;
	--fig-neutral-200: #d5e7f5;
	--fig-primary-green: #4a9550;
	--fig-primary-green_light: #b4fcb5;
	--fig-primary-green_dark: #1d6d44;
	--fig-primary-green_bg: #f4fff3;
	--fig-primary-hover: #68b36e;
	--fig-primary-light_hover: #ceffcf;
	--fig-primary-light_pressed: #aaebab;
	--fig-h1: 700 40px/1.2 'Open Sans';
	--fig-h2: 700 32px/1.35 'Open Sans';
	--fig-h3: 600 20px/1.35 'Open Sans';
	--fig-text: 400 16px/1.6 'Open Sans';
	--fig-filter: 700 16px/1.6 'Open Sans';
	--fig-h4: 700 18px/1.35 'Open Sans';
	--fig-link: 400 18px/1.35 'Open Sans';
	--fig-text_bold: 700 16px/1.35 'Open Sans';
	--fig-text_header: 600 16px / normal 'Open Sans';
	--fig-navigation: 400 16px / normal 'Open Sans';
	--fig-input: var(--fig-navigation);
	--fig-menu: 400 14px/1.25 'Open Sans';
	--fig-tag: 400 12px/1.35 'Open Sans';
	--fig-btn: 600 15px / normal 'Open Sans';
	--fig-text135: 400 16px/1.35 'Open Sans';
	--fig-text_form: 400 16px/1.5 'Open Sans';
	--fig-h4_semibold: 600 18px/1.35 'Open Sans';

	--fig-mobile-h1: 700 22px/1.2 'Open Sans';
	--fig-mobile-h2: 700 20px/1.35 'Open Sans';
	--fig-mobile-h3: 700 16px/1.35 'Open Sans';
	--fig-mobile-text: 400 15px/1.6 'Open Sans';
	--fig-mobile-text135: 400 15px/1.35 'Open Sans';
	--fig-mobile-btn: 600 14px/1.2 'Open Sans';
	--fig-mobile-filter: 700 14px / normal 'Open Sans';
}

.main-hero.default {
	height: auto !important;
}
.main-hero.default h1.default {
	color: #219c80;
}

.specialist-card {
	overflow: hidden;
}

.breadcrumbs .inner {
	max-width: 100%;
	margin: 0;
	padding: 0;
}

/* iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	min-width: 0;
} */
/* iframe {
	width: 100%;
} */

/* video {
	width: 100%;
	height: auto;
	max-height: 100%;
} */

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	border-radius: 16px;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.breadcrumbs__link {
	color: #a3b5d1;
}
.breadcrumbs__link span {
	color: #a3b5d1;
	text-decoration: underline;
}
.breadcrumbs__item {
	color: #a3b5d1;
}

#specialversion2 {
	display: none;
}

.news-item {
	justify-content: space-between;
}
.accordion__item-content-title {
	max-width: 850px;
}

/*
@media screen and (max-width: 980px) {

	#glazd {

		position:absolute;

		top:10px;

		right:100px;

		z-index: 99999;

		width:50px;

	}

}

@media screen and (min-width: 980px) {

	#glazd {

		position:absolute;

		top:20px;

		left:50px;

		z-index: 99999;

		width:50px;

	}

}*/

.hero-swiper {
	min-height: 600px;
}

.select__arrow {
	transform: rotate(180deg);
}
.select__arrow.open {
	transform: rotate(0deg) !important;
}
.accordion .trigger__img {
	transform: rotate(180deg);
}
.accordion .trigger__img {
	transform: rotate(180deg);
}
.accordion__item-active .trigger__img {
	transform: rotate(0deg) !important;
}

.header-pattern {
	height: 100%;
}

.footer_mail p {
	font-size: 13px;
	color: #fff;
}
.wa_link:hover {
	color: #b4fcb5;
}
.wa_link {
	position: relative;
	color: #fff;
	display: block;
	/* padding-left: 30px; */
}
.wa_link {
	display: flex;
	align-items: center;
}
/* asd */

.menu__item-phones {
	display: flex;
	flex-direction: row;
	gap: 20px;
	align-items: center;
}
.menu__item-phone {
	display: flex;
	flex-direction: row;

	align-items: center;
}
.menu__item-link {
	display: flex;
	align-items: center;
}

.w-100 {
	width: 100%;
}

/*.mt-auto, .my-auto {margin-top: auto;}*/
/*.mb-auto, .my-auto {margin-bottom: auto;}*/
.ml-auto,
.mx-auto {
	margin-left: auto;
}
.mr-auto,
.mx-auto {
	margin-right: auto;
}

.m-20,
.mt-20,
.my-20 {
	margin-top: 20px;
}
.m-20,
.mb-20,
.my-20 {
	margin-bottom: 20px;
}
.m-20,
.ml-20,
.mx-20 {
	margin-left: 20px;
}
.m-20,
.mr-20,
.mx-20 {
	margin-right: 20px;
}

.nm-20,
.nmt-20,
.nmy-20 {
	margin-top: -20px;
}
.nm-20,
.nmb-20,
.nmy-20 {
	margin-bottom: -20px;
}
.nm-20,
.nml-20,
.nmx-20 {
	margin-left: -20px;
}
.nm-20,
.nmr-20,
.nmx-20 {
	margin-right: -20px;
}

.m-24,
.mt-24,
.my-24 {
	margin-top: 24px;
}
.m-24,
.mb-24,
.my-24 {
	margin-bottom: 24px;
}
.m-24,
.ml-24,
.mx-24 {
	margin-left: 24px;
}
.m-24,
.mr-24,
.mx-24 {
	margin-right: 24px;
}

.m-40,
.mt-40,
.my-40 {
	margin-top: 40px;
}
.m-40,
.mb-40,
.my-40 {
	margin-bottom: 40px;
}
.m-40,
.ml-40,
.mx-40 {
	margin-left: 40px;
}
.m-40,
.mr-40,
.mx-40 {
	margin-right: 40px;
}

.nm-40,
.nmt-40,
.nmy-40 {
	margin-top: -40px;
}
.nm-40,
.nmb-40,
.nmy-40 {
	margin-bottom: -40px;
}
.nm-40,
.nml-40,
.nmx-40 {
	margin-left: -40px;
}
.nm-40,
.nmr-40,
.nmx-40 {
	margin-right: -40px;
}

.m-80,
.mt-80,
.my-80 {
	margin-top: 80px;
}
.m-80,
.mb-80,
.my-80 {
	margin-bottom: 80px;
}
.m-80,
.ml-80,
.mx-80 {
	margin-left: 80px;
}
.m-80,
.mr-80,
.mx-80 {
	margin-right: 80px;
}

.p-20,
.pt-20,
.py-20 {
	padding-top: 20px;
}
.p-20,
.pb-20,
.py-20 {
	padding-bottom: 20px;
}
.p-20,
.pl-20,
.px-20 {
	padding-left: 20px;
}
.p-20,
.pr-20,
.px-20 {
	padding-right: 20px;
}

.p-24,
.pt-24,
.py-24 {
	padding-top: 24px;
}
.p-24,
.pb-24,
.py-24 {
	padding-bottom: 24px;
}
.p-24,
.pl-24,
.px-24 {
	padding-left: 24px;
}
.p-24,
.pr-24,
.px-24 {
	padding-right: 24px;
}

.p-40,
.pt-40,
.py-40 {
	padding-top: 40px;
}
.p-40,
.pb-40,
.py-40 {
	padding-bottom: 40px;
}
.p-40,
.pl-40,
.px-40 {
	padding-left: 40px;
}
.p-40,
.pr-40,
.px-40 {
	padding-right: 40px;
}

.c-neutral-900 {
	color: var(--fig-neutral-900) !important;
}

.d-flex {
	display: flex;
}
.justify-content-start {
	justify-content: flex-start;
}
.justify-content-center {
	justify-content: center;
}
.justify-content-end {
	justify-content: flex-end;
}

.sp-mctpv {
	display: flex;
	gap: 20px;
	padding: 40px;
	border-radius: 32px;
	background: #f4fff3;
	margin-top: 40px;
	margin-bottom: 40px;
}
@media (max-width: 991px) {
	.sp-mctpv {
		flex-wrap: wrap;
	}
}
.sp-mctpv._direction_reverse {
	flex-direction: row-reverse;
}
.sp-mctpv_picture,
.sp-mctpv_content {
	flex-grow: 1;
}
.sp-mctpv_picture {
	max-width: 50%;
}
.sp-my-picture {
	flex-shrink: 0;
	overflow: hidden;
	border-radius: 24px;
	max-height: 270px;
	display: flex;
}
iframe {
	max-width: 100%;
	max-height: 100%;
}
@media (max-width: 991px) {
	.sp-my-picture {
		width: 100%;
		max-width: 100%;
	}
}
.sp-mctpv_picture img {
	object-fit: cover;
	width: 100%;
}
._with-video {
	position: relative;
	cursor: pointer;
}
.sp-mctpv_title {
	font-size: 18px;
	font-weight: 600;
	line-height: 24.3px;
	margin-bottom: 24px;
}
._with-video:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 80px;
	height: 80px;
	background: url(/local/templates/kommunar/./carbon_play-filled.svg) center no-repeat;
	z-index: 2;
	transition: opacity 250ms;
}
._with-video:hover:before {
	opacity: 0.6;
}
.modal._video .modal-content {
	position: relative;
	padding: 0;
	overflow: unset;
}
.modal._video .modal-close {
	position: absolute;
	bottom: 100%;
	right: 0;

	padding: 20px;
	border-radius: 10px;
	margin-bottom: 10px;
	background: white;
}
.sp-text-wrap {
	margin-top: 60px;
}
.sp-text-title {
	font-size: 32px;
	font-weight: 700;
	line-height: 43.2px;
	color: #4a9550;
	margin-bottom: 24px;
	text-align: center;
}

.videos-grid {
	display: flex;
	gap: 20px;
	padding-bottom: 24px;
}
.videos-card {
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.videos-card__name {
	font: var(--fig-h4);
	color: #000;
}

.article-checked {
	display: flex;
	gap: 22px;
}
.article-checked__pics {
	display: flex;
	/*flex-direction: row-reverse;*/
	flex-direction: row;
	flex-shrink: 0;
	padding-left: 24px;
}
.article-checked__pics img {
	width: 180px;
	height: 180px;
	object-fit: cover;
	border-radius: 50%;
	/*outline: 1px dashed red;*/
	margin-left: -24px;
}
.article-checked__col {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.article-checked__sub {
	font: var(--fig-text_bold);
	color: var(--fig-neutral-300);
}
.article-checked__title {
	font: var(--fig-h4);
}
.article-checked__text {
	font: var(--fig-menu);
}

.article-info {
	margin: 40px 0;
	display: flex;
	gap: 20px;
	font: var(--fig-tag);
	justify-content: center;
}
.article-info div {
	color: var(--fig-neutral-300);
}

blockquote {
	padding: 24px 40px;
	margin-bottom: 24px;
	background: var(--fig-primary-green_bg);
	font: var(--fig-text_bold);
	line-height: 1.6;
	border: none;
	border-radius: 24px;
}

.table-content {
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.table-content__title {
	font: var(--fig-h4_semibold);
}
.table-content__body {
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: flex-start;
}
.table-content__link {
	display: inline-block;
	font: 400 18px/1.35 'Open Sans';
	color: var(--fig-neutral-700);
	text-decoration: underline;
}

.content-banner {
	height: 420px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 24px;
	overflow: hidden;
	background: linear-gradient(
		164deg,
		rgba(23, 41, 69, 0.4) 0.65%,
		rgba(23, 41, 69, 0.4) 28.51%,
		rgba(23, 41, 69, 0.4) 52.55%,
		rgba(23, 41, 69, 0.4) 74.95%
	);
}
.content-banner:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;

	width: 100%;
	height: 100%;

	z-index: 2;
	background: linear-gradient(
		113.31deg,
		rgba(23, 41, 69, 0.5) 36.99%,
		rgba(23, 41, 69, 0.260797) 46.26%,
		rgba(23, 41, 69, 0.135175) 54.25%,
		rgba(23, 41, 69, 0) 61.71%
	);
}
.content-banner__img {
	position: absolute;
}
.content-banner__inner {
	position: relative;
	padding: 10px 25px;
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 48px;
	z-index: 3;
}
.content-banner__text {
	text-wrap-style: balance;
}

@media (min-width: 768px) {
	.content-banner__text {
		width: 50%;
		max-width: 417px;
	}
	.content-banner__inner {
		padding: 10px 75px;
	}
}
.content-banner__text > * {
	margin-bottom: 0 !important;
}
.content-banner__button {
	max-width: 100%;
	min-width: min-content;
	width: 243px;
}
.content-banner__text h2,
.content-banner__text {
	color: var(--fig-neutral-0);
}

.link-element {
	--space: 13.5px;
	padding: 32px 20px;
	background: var(--fig-primary-green_bg);
	border-radius: 24px;
	display: flex;
	flex-direction: column;
	gap: var(--space);
}
.link-element__row {
	display: flex;
	gap: 16px;
}
.link-element__space {
	flex-grow: 1;
	margin-top: calc(-1 * var(--space));
}
.link-element__label {
	font: var(--fig-text_bold);
	color: var(--fig-primary-green);
	border: 1px solid var(--fig-primary-green);
	padding: 4px 12px;
	text-transform: uppercase;
	border-radius: 40px;
}
.link-element__date {
	font: var(--fig-tag);
	color: var(--fig-neutral-300);
	flex-shrink: 0;
}
.link-element__title {
	font: var(--fig-h4);
}
.link-element__text {
	font: var(--fig-text135);
}
.link-element__img {
	border-radius: 16px;
	overflow: hidden;
}
.link-element__img img {
	width: 100%;
}
.link-element__readmore {
	font: var(--fig-btn);
	color: var(--fig-neutral-700);
}
.link-element__readmore img {
	margin-left: 8px;
}
.link-element__tags {
	font: var(--fig-tag);
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
.link-element__tag {
	color: var(--fig-primary-green);
	cursor: pointer;
}

.c-select {
	border: 1px solid var(--fig-neutral-300);
	font: 400 16px/1.5 'Open Sans';
	padding: 13px 16px;
	border-radius: 40px;

	appearance: none;
	padding-right: 40px;

	position: relative;
	background: no-repeat url(/local/templates/kommunar/chevron-down.png);
	background-position-x: calc(100% - 16px);
	background-position-y: center;
	width: 100%;
}
/*.c-select::after {*/
/*	content: '';*/
/*	position: absolute;*/
/*	top: 0;*/
/*	right: 16px;*/

/*	display: block;*/
/*	width: 24px;*/
/*	height: 24px;*/
/*	background: url(/local/templates/kommunar/chevron-down.png);*/
/*}*/

@media (max-width: 767.98px) {
	.article-checked {
		flex-direction: column;
	}
	.article-checked__pics img {
		width: 135px;
		height: 135px;
	}
	.my_ctpv2 {
		flex-direction: column !important;
	}
	.my_ctpv2__picture {
		max-width: 100%;
	}
	.my_ctpv2__picture img {
		max-width: 100%;
	}
}

.info__inner .gallary-section__wrapper {
	--p-gap: 24px;
	--m: -64px;
	margin-top: 20px;
	margin-left: calc(var(--m) - var(--p-gap));
	margin-right: calc(var(--m) - var(--p-gap));
}

.mcrc-wrap {
	position: relative;
}
.mcrc-wrap .mcrc-slider-button-prev,
.mcrc-wrap .mcrc-slider-button-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.mcrc-wrap .mcrc-slider-button-prev {
	right: 100%;
	transform: translateY(-50%) rotate(180deg);
}
.mcrc-wrap .mcrc-slider-button-next {
	left: 100%;
}
.mcrc-wrap .swiper-slide:not(.swiper-slide-visible) {
	transition: box-shadow 250ms;
	box-shadow: none;
	/*visibility: hidden;*/
}
.mcrc-wrap .swiper-slide {
	height: auto;
}

.btn-icon {
	max-width: max-content;
	display: flex;
	flex-wrap: nowrap;
	gap: 10px;
}
.btn-icon.secondary:hover {
	filter: brightness(0);
}

.policies a {
	color: #fff;
	flex: 0 0 auto;
	text-align: left;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	margin-bottom: 10px;
	display: block;
}

/* End */
/* /local/components/sprint.editor/blocks/templates/.default/_style.css?17442749334106 */
/* /local/components/kommunar/form/templates/.default/style.css?1739879413492 */
/* /local/templates/kommunar/styles.css?175378231580756 */
/* /local/templates/kommunar/template_styles.css?175378709612970 */
