/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

main {
	display: block;
}

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

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

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

a {
	background-color: transparent;
}

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

b,
strong {
	font-weight: bolder;
}

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

small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

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

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

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

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

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

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

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

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

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

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

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

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

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

html {
	box-sizing: border-box;
	scroll-behavior: smooth;
	overflow-x: hidden;
}

* {
	outline: none;
}

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

a {
	text-decoration: none;
}

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

html {
	scroll-behavior: smooth;
}

section[id] {
	scroll-margin-top: 120px;
}

@font-face {
	font-family: "Nunito";
	src: url("../fonts/Nunito.ttf");
}

:root {
	--padding: 30px;
	--border-radius: 30px;
	--font-family: "Nunito", sans-serif;
	--belyy--belyy: #fff;
	--belyy--80: rgba(255, 255, 255, 0.8);
	--belyy--60: rgba(255, 255, 255, 0.6);
	--belyy-40: rgba(255, 255, 255, 0.4);
	--belyy-20: rgba(255, 255, 255, 0.2);
	--belyy--10-b: rgba(255, 255, 255, 0.1);
	--osnovnoy-1: #3a9030;
	--osnovnoy-2: #1c291f;
	--osnovnoy-3: #e6eee7;
	--osnovnoy-4: #263d21;
	--osnovnoy-fon-1: #f3f3f3;
	--osnovnoy-tekst-1: #1c1c1c;
	--osnovnoy-tekst-2: #596b60;
	--osnovnoy-osnovnoy-fon: #f4f7ff;
	--osnovnoy-fon-1: #edefea;
	--osnovnoy-fon-2: #dae2ca;
	--osnovnoy-fon-3: #fff2e9;
}

body {
	color: var(--osnovnoy-4);
	font-family: var(--font-family);
	font-size: 16px;
	line-height: 150%;
	background: var(--osnovnoy-fon-1);
	overflow-x: hidden;
}

img {
	display: block;
	width: 100%;
}

.container {
	max-width: 1540px;
	margin: 0 auto;
	padding: 0 10px;
}

.wrapper {
	padding-top: 100px;
}

.distance {
	margin-top: 60px;
}

.info .why_item h3,
h3,
.subtitle,
.faq_item-title {
	font-weight: 600;
	font-size: 24px;
	line-height: 130%;
	color: var(--osnovnoy-4);
}

.text ul li {
	list-style: disc;
}

.text ul {
	padding-left: 20px;
}
.text ol {
	margin: 0;
	padding: 0 0 0 20px;
}

.text h3 {
	margin-bottom: 20px;
	font-size: 32px;
}

.why_item p,
.text p {
	margin-top: 15px;
}

.titles,
.why_items {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.button svg {
	margin-right: 20px;
}

.button {
	cursor: pointer;
	padding: 0 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	height: 60px;
	border: none;
	color: var(--belyy--belyy);
	background: var(--osnovnoy-1);
	border-radius: 500px;
	position: relative;
	overflow: hidden;
	transition: color 0.3s ease;
}

.button::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background: linear-gradient(90deg, #3a9030 0%, #54bc48 50%, #3a9030 100%);
	opacity: 0;
	transition: opacity 0.4s ease;
	z-index: 0;
}

.button:hover::before {
	opacity: 1;
}

.button span {
	position: relative;
	color: var(--belyy--belyy);
}

h2,
.title {
	font-weight: 600;
	font-size: 48px;
	line-height: 130%;
}

.number_wrapper,
.icon_wrapper {
	flex-shrink: 0;
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.number_wrapper {
	font-weight: 600;
	font-size: 24px;
	line-height: 100%;
	color: var(--osnovnoy-1);
	border-radius: 500px;
	background: #f6f9fa;
}

.icon_wrapper {
	border-radius: 20px;
	background-color: var(--osnovnoy-1);
}

.description,
h4 {
	font-weight: 500;
	font-size: 20px;
	line-height: 150%;
}

.header {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 10;
	background: var(--osnovnoy-fon-1);
}

.header_wrapper {
	padding-top: 30px;
	transition: padding-bottom 0.3s ease;
}

.header_wrapper,
.footer_wrapper,
.footer_links {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}

.header_logo img {
	width: 100px;
}

.header_links,
.footer_links {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.header_link,
.menu a,
.footer_link {
	color: var(--osnovnoy-4);
}

.header_link,
.footer_link {
	font-weight: 600;
	font-size: 24px;
	line-height: 100%;
	color: #0d1114;
}

.header_messages {
	display: flex;
	gap: 10px;
}

.header_message {
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--osnovnoy-1);
	border-radius: 500px;
}

.header_message img {
	width: 20px;
	height: 20px;
}

.menu_burger {
	display: none;
}

.menu {
	display: flex;
	gap: 60px;
}

.menu li {
	position: relative;
	display: flex;
	align-items: center;
	gap: 30px;
}

.menu a {
	font-weight: 500;
	line-height: 150%;
}

.second-main .main {
	margin-top: 0;
}

.second-main .main_right {
	max-width: 960px;
	margin-top: -57px;
	margin-right: 0px;
}

.second-main .main_wrapper {
    padding-top: 0;
}

.second-main .main_buttons {
	flex-direction: column;
}

.second-main .benefits_items {
	grid-template-columns: repeat(3, 1fr);
}

.main {
	margin-top: 118px;
}

.main_container {
	max-width: 1720px;
	margin: 0 auto;
}

.main_wrapper {
	position: relative;
	display: flex;
	justify-content: flex-end;
	border-radius: var(--border-radius);
	background: var(--osnovnoy-fon-2);
}

.main .title {
	margin-bottom: 30px;
}

.main_left {
	position: absolute;
	left: 100px;
}

.main_text {
	max-width: 613px;
	width: 100%;
}

.main_right {
	max-width: 1004px;
	margin-top: -32px;
	margin-right: 50px;
}

.main_buttons {
	margin-top: 60px;
	display: flex;
	gap: 20px;
}

.card {
	padding: var(--padding);
	border-radius: var(--border-radius);
	background-color: var(--belyy--belyy);
}

.benefits_items {
	transform: translateY(-83px);
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.benefits_item {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.benefits_item h3 {
	margin-top: 10px;
	margin-bottom: 20px;
	color: var(--osnovnoy-1);
}

.info_wrapper,
.about_items,
.why_items {
    counter-reset: why-counter;
}

.about_item .number_wrapper,
.why_item .number_wrapper {
    counter-increment: why-counter;
}

.about_item .number_wrapper::before,
.why_item .number_wrapper::before {
    content: counter(why-counter, decimal-leading-zero);
}

.why_item {
	color: var(--osnovnoy-tekst-2);
}

.how .why_item h3 {
	margin-top: 0;
}

.why_item h3 {
	margin-top: 20px;
}

.why_icons {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.about_cards {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.about .card {
	padding: 40px;
}

.about .button {
	padding: 0 30px;
	font-size: 14px;
}

.about_wrapper {
	display: flex;
	gap: 40px;
}

.about_left,
.about_tabs {
	max-width: 780px;
	width: 100%;
}

.about_left img {
	border-radius: 20px;
	height: 498px;
	object-fit: cover;
}

.about_right {
	max-width: 630px;
	width: 100%;
}

.about_content {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.5s ease;
}

.about_content.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    position: relative;
}

.about_image {
	display: block;
}

.about_image img {
	border-radius: 20px;
	object-fit: cover;
	height: 650px;
}

.about_images {
	margin-top: 20px;
	display: flex;
	gap: 20px;
	overflow-x: scroll;
}

.about_images .about_image img {
	border-radius: 20px;
	width: 150px;
	height: 100px;
}

.about_leisures {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.about_leisure {
	padding: var(--padding);
	border-radius: var(--border-radius);
	background: var(--osnovnoy-3);
}

.about_leisure img {
	border-radius: 20px;
	height: 350px;
	object-fit: cover;
}

.about_leisure .description {
	margin-top: 20px;
	margin-bottom: 20px;
}

.about_tabs-wrapper {
	margin-top: 20px;
	display: flex;
	align-items: flex-start;
	gap: 40px;
}

.about_tabs {
	display: flex;
	gap: 10px;
}

.about_tab {
	cursor: pointer;
	text-align: center;
	border-radius: 20px;
	padding: 15px;
	background: var(--osnovnoy-fon-1);
}

.about_tab.active {
	color: var(--belyy--belyy);
	background: var(--osnovnoy-1);
}

.about_address {
	margin-top: 20px;
	display: flex;
	gap: 20px;
	padding: 20px;
	font-weight: 600;
	font-size: 16px;
	background: var(--osnovnoy-fon-1);
	border-radius: 20px;
}

.about_buttons {
	display: flex;
	gap: 20px;
}

.about_introtext {
    margin-top: 20px;
	font-weight: 500;
	font-size: 18px;
	line-height: 130%;
}

.about_items-wrapper h3 {
	margin-top: 40px;
	margin-bottom: 20px;
}

.about_items .card {
	color: var(--osnovnoy-tekst-2);
	padding: var(--padding);
	background: var(--osnovnoy-fon-1);
}

.about_items {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.about_item .number_wrapper {
	margin-bottom: 20px;
}

.about_buttons .about_tab {
	background-color: var(--osnovnoy-1);
	border-radius: 500px;
}

.about_map {
	display: flex;
	gap: 20px;
}

.about_map-left {
	max-width: 314px;
	width: 100%;
	color: var(--belyy--belyy);
	line-height: 130%;
	font-weight: 500;
	display: flex;
	flex-direction: column;
	gap: 30px;
	padding: 40px;
	border-radius: 20px;
	background-color: var(--osnovnoy-1);
}

.about_map-left .header_link {
	display: block;
	color: var(--belyy--belyy);
}

.about_map-left .icon_wrapper {
	width: 50px;
	height: 50px;
	border-radius: 500px;
	background: var(--belyy--belyy);
}

.about_map-left .button {
	color: var(--osnovnoy-1);
	background: var(--belyy--belyy);
}

.about_map-left .button:hover::before {
	opacity: 0;
}

.about_map-right {
	width: 80%;
}

.about_icons {
	display: flex;
	gap: 10px;
}

.about iframe {
	border: none;
	border-radius: 20px;
	width: 100%;
	height: 100%;
}

.about_item .number_wrapper {
	margin-bottom: 20px;
}

.info_wrapper {
	display: flex;
	gap: 20px;
}

.info_left,
.info_right,
.philosophy_left,
.philosophy_right {
	width: 50%;
}

.info_left {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.info_right {
	font-weight: 500;
	font-size: 20px;
	line-height: 150%;
}

.info ul,
.info ol {
	padding-left: 0;
	margin-top: 15px;
	counter-reset: item 0;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.info .text ol li,
.info .text ul li {
	padding: var(--padding);
	display: flex;
	align-items: center;
	gap: 20px;
	font-weight: 500;
	font-size: 17px;
	line-height: 150%;
	border-radius: var(--border-radius);
	background: var(--osnovnoy-fon-1);
}

.info .text ol > li,
.info .text ul > li {
	counter-increment: item;
}

.info .text .number_wrapper::before {
	content: counter(item, decimal-leading-zero);
}

.philosophy {
	padding: 100px;
	background: var(--osnovnoy-fon-2);
	border-radius: var(--border-radius);
}

.philosophy_wrapper {
	display: flex;
	gap: 20px;
}

.philosophy_left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 30px;
}

.philosophy_right {
	font-size: 20px;
	line-height: 130%;
}

.philosophy_right h2 {
	margin-bottom: 30px;
}

.philosophy_name {
	margin-top: 50px;
	margin-bottom: 40px;
	font-weight: 600;
	font-size: 32px;
	line-height: 130%;
}

.form_wrapper {
	position: relative;
	display: flex;
	padding-top: 60px;
	padding-left: 100px;
	padding-right: 100px;
	color: var(--belyy--belyy);
	border-radius: var(--border-radius);
	background: var(--osnovnoy-1);
}

.form h3 {
	color: var(--belyy--belyy);
}

.form .subtitle {
	margin-top: 30px;
	color: var(--belyy--80);
}

.form_left {
	max-width: 997px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 60px;
}

.form_right {
	max-width: 325px;
	margin-top: -50px;
}

.form form {
	position: absolute;
	bottom: 60px;
	right: 100px;
	left: 100px;
/*     
    display: flex;
    gap: 20px;
 */	
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
	padding: var(--padding);
	border-radius: var(--border-radius);
	background: var(--belyy--belyy);
}

.form .button {
	width: 100%;
}

.select_wrapper {
	position: relative;
}

.select_wrapper select {
    color: var(--osnovnoy-tekst-2);
	padding: 20px 40px;
	width: 100%;
	font-weight: 400;
	font-size: 18px;
	border: none;
	height: 60px;
	border-radius: 500px;
	background: var(--osnovnoy-fon-1);
	appearance: none;
	cursor: pointer;
}

.select_wrapper::after {
	content: "";
	position: absolute;
	right: 35px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	width: 12px;
	height: 7px;
	background-image: url('data:image/svg+xml;utf8,<svg width="12" height="7" viewBox="0 0 12 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.8008 0.80078L6.50789 5.09368C6.11736 5.4842 5.4842 5.4842 5.09367 5.09367L0.800781 0.800781" stroke="%23263D21" stroke-width="1.6" stroke-linecap="round"/></svg>');
	background-size: contain;
	background-repeat: no-repeat;
}


input {
    color: var(--osnovnoy-tekst-2);
	padding: 20px 40px;
	width: 100%;
	font-weight: 400;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0.01em;
	border: none;
	height: 60px;
	border-radius: 500px;
	background: var(--osnovnoy-fon-1);
}

.how .why_icons {
	justify-content: flex-start;
}

.how span {
	color: var(--osnovnoy-1);
}

.how .button span {
	color: var(--belyy--belyy);
}

.how .why_items a {
    color: var(--osnovnoy);
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	text-decoration: underline;
}

.how .why_items .button {
	text-decoration: none;
} 

.how_tel {
	font-weight: 600;
	font-size: 24px !important;
	color: #0d1114;
	text-decoration: none !important;
}

.how_links {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}

.how_link {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.how_hidden {
    padding-top: 20px;
	max-height: 0;
	overflow: hidden;
	transition: 0.5s all;
	opacity: 0;
}


.how_hidden.visible {
    opacity: 1;
	max-height: 500px;
}

.how .why_item p {
	font-weight: 500;
	font-size: 18px;
	line-height: 150%;
	color: var(--osnovnoy-4);
}

.how .text ul {
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.how_videos-wrapper {
    width: 100%;
}

.how_videos {
	margin-top: 20px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.how_video {
    height: 420px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.how_button {
	display: flex;
	gap: 20px;
}

.how_button .button {
	width: 45%;
	padding: 0 30px;
	white-space: nowrap;
}

.how_button .button svg {
	position: relative;
	flex-shrink: 0;
}

.reviews_items {
	display: flex;
	gap: 40px;
}

.reviews_left {
    width: 50%;
}

.reviews_right {
    width: 50%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-content: start;
    gap: 20px;
}

.reviews_image img {
	border-radius: var(--border-radius);
}

.faq_item {
	position: relative;
	background: var(--belyy--belyy);
	border-radius: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	break-inside: avoid-column;
}

.faq_item-title {
	padding: var(--padding);
	cursor: pointer;
	position: relative;
	display: flex;
	gap: 10px;
	align-items: flex-start;
}

.faq_item-title.active::before {
	transform: rotate(180deg);
}

.faq_item-content {
	padding: var(--padding);
	border-top: 1px var(--osnovnoy-fon-1) solid;
	display: none;
	line-height: 150%;
}

.faq_item-btn {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 24px;
	height: 24px;
	cursor: pointer;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 11H24V13H0V11Z' fill='%233A9030'/%3E%3Cpath d='M11 24L11 0L13 0L13 24L11 24Z' fill='%233A9030'/%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
	transition: transform 0.3s ease;
}

.faq_item.active .faq_item-btn {
	transform: rotate(45deg);
}

.faq .text {
	color: var(--osnovnoy-tekst-2);
}

.faq .text p {
	margin-top: 0;
	margin-bottom: 15px;
}

.second-form .form_right {
	max-width: 100%;
	width: 100%;
	margin-top: 0px;
}

.crumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    color: gray;
    margin-bottom: 30px;
}

.crumbs a {
    color: var(--osnovnoy-4);
}


.footer_bottom {
	margin-top: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px solid var(--osnovnoy-tekst-2);
}

.footer_bottom a {
	display: block;
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	color: var(--osnovnoy-4);
}

.popup {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	align-items: center;
	justify-content: center;
	transition: var(--transition);
}

.popup.active {
	display: flex;
}

.popup_thanks {
	text-align: center;
}

.popup_subtitle {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    color: var(--osnovnoy-tekst-2);
}

.popup .title {
	margin-right: 30px;
	font-weight: 600;
	font-size: 32px;
	line-height: 130%;
}

.popup_thanks .title {
    margin-right: 0px;
}

.popup_content {
	border-radius: var(--border-radius);
	padding: 40px;
	margin: 10px;
	max-width: 600px;
	width: 100%;
	position: relative;
	background-color: var(--belyy--belyy);
}

.popup_close {
	cursor: pointer;
	border-radius: 20px;
	position: absolute;
	top: 30px;
	right: 30px;
}

.popup_inputs {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.popup .button {
	width: 100%;
}

.popup form {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.form_label input {
	display: none;
}

.form_label {
	margin-top: 20px;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	color: var(--osnovnoy-tekst-2);
	padding-left: 35px;
	position: relative;
	cursor: pointer;
	display: block;
}

.form_label input:checked + span {
	background-image: url("data:image/svg+xml,%3Csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Crect%20width='20'%20height='20'%20rx='2'%20fill='%233A9030'/%3E%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.0502%207.7244L8.80165%2013.9729L4.95312%2010.1244L6.65018%208.42734L8.80165%2010.5788L13.3531%206.02734L15.0502%207.7244Z'%20fill='white'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
}

.form_label span {
	border: 1px var(--osnovnoy-1) solid;
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 5px;
}

.form_label a {
	color: var(--osnovnoy-tekst-2);
	text-decoration: underline;
	text-decoration-skip-ink: none;
}

.sidebar {
	width: 146px;
	padding: var(--padding);
	background-color: var(--belyy--belyy);
	position: fixed;
	z-index: 1;
	right: 30px;
	transform: translateY(-50%);
	top: 50%;
	border-radius: var(--border-radius);
	box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
}

.sidebar a {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	color: var(--osnovnoy-4);
	text-align: center;
}

a {
	transition: 0.3s color;
}

.sidebar a:hover,
a:hover {
	color: var(--osnovnoy-1);
}

@media (max-width: 1440px) {
    .sidebar {
        padding: 20px;
        right: 10px;
    }
    .main_text {
        max-width: 570px;
    }
	.header_wrapper {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.main {
		margin-top: 0;
	}
	.inner .main {
	 	margin-top: 118px;   
	}
	.main_wrapper {
		padding-top: 50px;
	}
	.header_inner {
		position: fixed;
		opacity: 0;
		visibility: hidden;
		background-color: var(--osnovnoy-fon-1);
		width: 100%;
		height: 0;
		overflow: hidden;
		top: 90px;
		right: 0;
		transition: all 0.6s;
	}

	.header_inner.active {
		opacity: 1;
		visibility: visible;
		height: 100%;
	}

	.header .menu {
		padding: 30px;
		max-width: 700px;
		flex-direction: column;
		gap: 30px;
	}

	.header .menu a {
		padding: 0;
	}

	.menu_burger {
		cursor: pointer;
		position: relative;
		width: 25px;
		height: 22px;
		display: block;
	}

	.menu_burger::before {
		position: absolute;
		content: "";
		background: var(--osnovnoy-4);
		width: 25px;
		height: 2px;
		top: 4px;
		right: 3px;
		transition: all 0.3s;
	}

	.menu_burger.active::before {
		transform: rotate(45deg);
		top: 10px;
	}

	.menu_burger::after {
		position: absolute;
		content: "";
		background: var(--osnovnoy-4);
		width: 25px;
		height: 2px;
		bottom: 4px;
		right: 3px;
		transition: all 0.3s;
	}

	.menu_burger.active::after {
		bottom: 10px;
		transform: rotate(-45deg);
	}

	.menu_burger span {
		position: absolute;
		content: "";
		background: var(--osnovnoy-4);
		width: 20px;
		height: 2px;
		top: 10px;
		transition: all 0.3s;
		right: 3px;
	}
	
	.menu_burger.active span {
		transform: scale(0);
	}
	
	.header_links {
	    display: none;
	}
	
	.header_inner.active .header_links {
	    display: flex;
	}
	
	.how_button .button {
		width: 100%;
		white-space: normal;
	}
	.how_video {
		height: 350px;
	}

	.main_right {
		margin-top: 40px;
		margin-right: -25%;
	}
	.form_right {
		display: none;
	}
	.form form {
		position: static;
	}

	.info .text ul li,
	.form_wrapper {
		flex-direction: column;
	}
	.info .text ul li {
		align-items: flex-start;
	}

	.philosophy_right {
		max-width: 600px;
		width: 100%;
	}
	.about_items {
		grid-template-columns: repeat(2, 1fr);
	}
	.form_wrapper {
		gap: 30px;
	}
	.form_wrapper {
		padding: 40px;
	}
	.footer .menu {
		flex-direction: column;
		gap: 20px;
	}
	.footer.wrapper {
		padding-top: 50px;
	}
	.about_wrapper {
	    gap: 20px;
	}
	.about_tabs {
	    max-width: 100%;
	}
	.about_tabs-wrapper {
	    flex-direction: column;
	    gap: 20px;
	}
	.second-main .main_right {
	    margin-right: -20%;
	}
}

@media (max-width: 1200px) {
    .main_buttons {
		margin-top: 20px;
	}
	.second-main .main_right {
	   max-width: 860px;
	   margin-right: -40%;
	}
    .main_left {
        left: 50px;
    }
    .philosophy_left img {
        display: none;
    }
    .philosophy_wrapper {
        flex-direction: column;
    }
    .titles {
        grid-template-columns: repeat(1, 1fr);
    }
    .philosophy_right {
        max-width: 100%;
    }
    .benefits .icon_wrapper {
        display: none;
    }
    .about_left img {
        height: 400px;
    }
    .benefits_item,
    .about_wrapper {
        flex-direction: column;
    }
    .about_left, .about_right {
        max-width: 100%;
    }
    .about_wrapper .about_right {
        display: contents;
    }
    .about_wrapper h3 {
        order: 1;
    }
    .about_left {
        order: 2;
    }
    .about_address {
        margin-top: 0;
    }
    .form form {
        grid-template-columns: repeat(1, 1fr);
    }
	.container {
		max-width: 1000px;
	}
	.main_right {
		max-width: 500px;
		margin-top: 30%;
        margin-right: 0;

	}
	.info_wrapper,
	.reviews_items,
	.how_links {
		flex-direction: column;
	}
	.reviews_left,
	.reviews_right {
        width: 100%;
    }
    .how_link,
    .how_links {
        align-items: flex-start;
    }
    .info_left,
	.info_right {
	    width: 100%;    
	}
}

@media (max-width: 991.98px) {
    .about_image img {
        height: 500px;
    }
    .about_leisures {
        grid-template-columns: repeat(1, 1fr);
    }
    .sidebar {
        transform: translateY(-90%);
        top: 90%;
    }
    .how_video {
        height: 250px;
    }

	.header_links {
		margin-left: 30px;
	}
	.main_left,
	.main_right {
		position: static;
		max-width: 700px;
		width: 100%;
		margin: 0 auto;
	}
	.main_wrapper {
		padding-left: 20px;
		padding-right: 20px;
		border-radius: 0;
		flex-direction: column;
	}

	.benefits_items {
		transform: translateY(-100px);
		grid-template-columns: repeat(2, 1fr);
	}
	.main_text {
		max-width: 100%;
	}
	.philosophy_left {
		width: 100%;
	}
	.footer_wrapper,
	.how_button,
	.main_buttons {
		flex-direction: column;
	}
	.footer_wrapper,
	.footer_links {
		align-items: normal;
	}

	.form form {
		border-radius: var(--border-radius);
	}

	.why_items,
	.second-main .benefits_items {
		grid-template-columns: repeat(1, 1fr);
	}
	.second-main .main_right {
		margin-right: 0;
		margin-top: 0px;
	}
	.philosophy {
		padding: var(--padding);
	}
	.how_video svg {
		width: 50px;
		height: 50px;
	}
}
@media (max-width: 767.98px) {
	:root {
		--padding: 20px;
		--border-radius: 10px;
	}
	.about_tabs {
	    flex-direction: column;
	}
	.second-main .main {
	    padding-top: 0;
	}
	.about_map {
	    flex-direction: column;
	}
	.about_map-left {
	    padding: var(--padding);
	    max-width: 100%;
	}
	.about_map-left {
	    gap: 20px;
	}
	.about_map-right {
	    width: 100%;
	}
	.about iframe {
	    height: 300px;    
	}
	.popup_subtitle {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

	.sidebar {
	    display: none;
	}
	.sidebar a {
	    gap: 10px;
	}
	.form_wrapper {
	    margin: 0 10px;
	}
	.inner .main {
	 	margin-top: 50px;   
	}
	.crumbs {
	    gap: 10px;
	}
	.main {
		padding-top: 50px;
	}
	.main .title {
		margin-bottom: 20px;
	}
	.wrapper {
		padding-top: 50px;
	}
	.distance {
		margin-top: 30px;
	}
	h2,
	.title {
		font-size: 25px;
	}
	.info .why_item h3,
	.popup .title,
	.philosophy_name,
	.header_link,
	.text h3,
	h3,
	.subtitle,
	.faq_item-title {
		font-size: 18px;
	}
	.sidebar {
	    font-size: 14px;
	}
	.footer_link,
	input,
	.philosophy_right,
	.about_introtext,
	h4,
	.description,
	.button {
		font-size: 16px;
	}
	.button {
		text-align: center;
		padding: 0 20px;
		height: 50px;
	}
	.philosophy_right h2 {
		margin-bottom: 0;
	}
	.philosophy_name {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.second-main .main_right {
		margin-top: 0;
		margin-right: -20px;
	}
/*     
    .form form {
        border-radius: 0;
        background:0;
        padding: 0;
    } 
*/
	.popup_content,
	.form_wrapper,
	.about .card {
		padding: var(--padding);
	}
	.benefits_items {
		transform: translateY(0px);
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.how_links {
		flex-direction: column;
	}
	.how_tel {
		font-size: 18px !important;
	}
	.reviews_right {
	    gap: 10px;
	}
	
    .how_videos,
	.about_items,
	.benefits_items {
		grid-template-columns: repeat(1, 1fr);
	}
	.number_wrapper,
	.icon_wrapper {
		width: 50px;
		height: 50px;
		border-radius: 10px;
	}

	.icon_wrapper svg {
		width: 30px;
		height: 30px;
	}
	.second-main .wrapper {
		padding-top: 0;
	}
	.form_left {
		gap: 20px;
	}
	input {
		padding: var(--padding);
		height: 50px;
	}
	.popup_close,
	.faq_item-btn {
		top: 20px;
		right: 20px;
	}
	.faq_item-btn {
		width: 20px;
		height: 20px;
	}
	.about_image img,
	.about_left img,
	.about_leisure img {
        height: 250px;
	}
	.about_tab,
	.about_leisure img,
	.about_images .about_image img {
	    border-radius: 10px;
	}
	.about_tab {
	    padding: 10px;
	}
	.info .text ol li, .info .text ul li {
	    flex-direction: column;
	    align-items: flex-start;
	}
/*     
    .about_images img {
        width: 150px;
        height: 100px;
} */
	.about_images {
	    gap: 5px;
	}
	.about_buttons {
	    flex-direction: column;
	    gap: 10px;
	}
	.about_leisure {
	   background: transparent;
	   padding: 0;
	}
}
