@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@import url("/assets/css/fonts/helvetica-neue/stylesheet.css");
@import url("/assets/css/fonts/disruptors-script/stylesheet.css");

html {
	
}

body {
	display: flex;
	flex-direction: column;
	width: 100%;
	background: #DAEDE3;
	font-family: "Manrope", sans-serif;
	padding-top: 140px;
}

.btn_h {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 5;
}
.btn_h:after {
    content: "";
    height: 800%;
    left: -230%;
    opacity: 0;
    position: absolute;
    top: -80%;
    transform: rotate(-30deg);
    width: 200%;
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100%);
}
.btn_h:hover:after {
    left: -20%;
    opacity: 1;
    top: -350%;
    transition-duration: 0.5s, 0.5s, 0.15s;
    transition-property: left, top, opacity;
    transition-timing-function: ease;
}

h1 {
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 500;
	font-size: 60px;
	line-height: 100%;
	color: #009F71;
}
@media screen and (max-width: 1400px) {
	h1 {
		font-size: 56px;
	}
}

h2 {
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 100%;
	color: #009F71;
}
h2.black {
	color: #1D1D1B;
}

h3 {
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 400;
	font-size: 34px;
	line-height: 100%;
	color: #1D1D1B;
}
h3.green {
	color: #009F71;
}

h4 {
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 120%;
	text-transform: uppercase;
	color: #1D1D1B;
}

p {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: #1D1D1B;
}

ul,
ol,
ul li,
ol li {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	margin-top: 5px;
	color: #1D1D1B;
}
ul,
ol {
	padding-left: 0;
	list-style-position: inside;
}

a, a:hover {
	text-decoration: none;
}

input,
textarea {
	border: none;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	color: #1D1D1B;
}
input.error {
	background: #FFFFFF;
	border: 1px solid #E4022E;
	box-shadow: inset -6px -6px 10px #FFFFFF, inset 6px 6px 5px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
	color: #E4022E;
}

.m100 {
	margin: 100px 0 !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb100 {
	margin-bottom: 100px !important;
}
.mt0 {
	margin-top: 0 !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt50 {
	margin-top: 50px !important;
}

.big_num {
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 700;
	font-size: 100px;
	line-height: 100%;
	text-transform: lowercase;
	background: linear-gradient(180deg, #009F71 0%, #99CFB7 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.signature {
	font-family: 'Disruptors Script';
	font-style: normal;
	font-weight: 400;
	font-size: 70px;
	line-height: 50%;
	color: #1D1D1B;
}

section {
	display: flex !important;
	flex-direction: column;
	width: 100%;
	height: auto;
	margin: 50px 0;
}
section .content_in {
	display: flex;
	flex-direction: column;
	width: calc(100% - 200px);
	max-width: 1400px;
	margin: 0 auto;
}
@media screen and (max-width: 1400px) {
	section .content_in {
		width: calc(100% - 100px);
	}
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 140px;
	background: #DAEDE3;
	border-radius: 0px 0px 50px 50px;
	z-index: 50;
}
header .content_in {
	display: flex;
	width: calc(100% - 200px);
	max-width: 1400px;
	height: 100%;
	padding: 20px 0;
	margin: 0 auto;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}
@media screen and (max-width: 1500px) {
	header .content_in {
		width: calc(100% - 100px);
	}
}
header .content_in .logo {
	display: flex;
	width: 250px;
	height: 100px;
	flex-direction: column;
}
header .content_in .logo .img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 250px;
	height: 60px;
	min-height: 60px;
	z-index: 2;
}
header .content_in .logo .slogan {
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    padding: 0px;
    width: 250px;
    height: 60px;
    font-family: 'Disruptors Script';
    font-style: normal;
    font-weight: 400;
    font-size: 66px;
    line-height: 79px;
    color: #1D1D1B;
    margin-top: -16px;
    margin-left: -3px;
    z-index: 1;
}
header .content_in .block {
	width: auto;
	height: 100%;
	margin: 0 0 0 auto;
	display: flex;
	flex-direction: column;
	gap: 24px;
}
header .content_in .block nav {
	width: auto;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 20px;
}
header .content_in .block nav ul {
	width: auto;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	background: #DAEDE3;
	margin: 0;
	gap: 2px;
}
header .content_in .block nav ul li {
	width: auto;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 120%;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #009F71;
	background: #C7E4D5;
	margin-top: 0;
	/*
	box-shadow: -10px -10px 10px rgba(255, 255, 255, 0.2), 
				10px 10px 10px rgba(45, 178, 139, 0.05), 
				inset 5px 5px 10px rgba(255, 255, 255, 0.6), 
				inset -5px -5px 20px rgba(0, 159, 113, 0.2);
	*/
	box-shadow: -10px -10px 10px rgba(255, 255, 255, 0.2), 
				10px 10px 10px rgba(45, 178, 139, 0.05),
				inset 0px 5px 10px rgba(255, 255, 255, 0.6), 
				inset -5px -5px 20px rgba(0, 159, 113, 0.2);
}
header .content_in .block nav ul li:nth-child(1){
	border-radius: 15px 0 0 15px;
	box-shadow: -10px -10px 10px rgba(255, 255, 255, 0.2), 
				0 0 0 rgba(0,0,0,0.0), /*10px 10px 10px rgba(45, 178, 139, 0.05), */
				inset 5px 5px 10px rgba(255, 255, 255, 0.6), 
				inset -5px -5px 20px rgba(0, 159, 113, 0.2);
}
header .content_in .block nav ul li:nth-last-child(1){
	border-radius: 0 15px 15px 0;
}
header .content_in .block nav ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #009F71;
	padding: 0 20px;
}
@media screen and (max-width: 1500px) {
	header .content_in .block nav ul li a {
		padding: 0 20px;
	}
}
@media screen and (max-width: 1350px) {
	header .content_in .block nav ul li a {
		padding: 0 15px;
	}
}
@media screen and (max-width: 1280px) {
	header .content_in .block nav ul li a {
		display: none;
	}
}
header .content_in .block nav .button {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 244px;
	height: 60px;
	background: #009F71;
	box-shadow: -10px -10px 10px rgba(255, 255, 255, 0.2), 
				10px 10px 10px rgba(45, 178, 139, 0.05), 
				inset 5px 5px 10px rgba(255, 255, 255, 0.6), 
				inset -5px -5px 20px rgba(0, 159, 113, 0.2);
	border-radius: 15px;
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #FFFFFF;
}
header .content_in .block nav .button span.txt {
	display: inline;
}
header .content_in .block nav .button span.ico {
	display: none;
}
@media screen and (max-width: 1366px) {
	header .content_in .block nav .button {
		width: 140px;
	}
	header .content_in .block nav .button span.txt {
		display: none;
	}
	header .content_in .block nav .button span.ico {
		display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
	}
}
header .content_in .block #braedcrumbs {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
header .content_in .block #braedcrumbs ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	list-style: none;
	margin: 0;
}
header .content_in .block #braedcrumbs ul li {
    margin: 0;
}
header .content_in .block #braedcrumbs ul li a {
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: 0.1em;
	text-decoration-line: underline;
	text-transform: uppercase;
	color: #2DB28B;
	padding-right: 21px;
}
header .content_in .block #braedcrumbs ul li a:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 11px;
	height: 100%;
	background: url(/assets/img/separator.svg) center no-repeat;
}
header .content_in .block #braedcrumbs ul li span {
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #878786;
}

.screen {
	width: 100%;
	aspect-ratio: 1600 / 700;
	background: url(/assets/img/screen.jpg) center no-repeat;
	background-size: cover;
	border-radius: 60px;
}
.screen .block_text {
	max-width: 830px;
    min-width: 730px;
	height: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 60px 60px 60px 150px;
	gap: 100px;
	background: rgba(255, 255, 255, 0.01);
	box-shadow: inset -35px -35px 90px rgba(255, 255, 255, 0.6);
	backdrop-filter: blur(15px);
	border-radius: 0px;
	border-radius: 60px 0 0 60px;
}
@media screen and (max-width: 1500px) {
	.screen .block_text {
		padding: 60px 60px 60px 100px;
	}
}
.screen .block_text h1 {
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 500;
	font-size: 48px;
	line-height: 120%;
	text-transform: uppercase;
	color: #C7E4D5;
}
.screen .block_text h1 span {
	text-decoration-line: underline;
	font-weight: 700;
}

section.number {
	margin-top: 100px;
}
section .blocks_num {
	width: 100%;
	height: 249px;
	display: flex;
	align-items: center;
    justify-content: center;
	gap: 1px;
}
section .blocks_num .block {
	width: 25%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
    justify-content: center;
	background: #EDF6F2;
	padding: 20px;
	flex: 1;
}
section .blocks_num .block:nth-child(1) {
	border-radius: 25px 0 0 25px;
}
section .blocks_num .block:nth-child(4) {
	border-radius: 0 25px 25px 0;
}
section .blocks_num .block .num {
	width: 243px;
    font-family: 'HelveticaNeueCyr';
    font-style: normal;
    font-weight: 700;
    font-size: 100px;
    line-height: 100%;
    leading-trim: both;
    text-edge: cap;
    text-transform: lowercase;
    background: linear-gradient(180deg, #009F71 0%, #99CFB7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-align: center;
}
section .blocks_num .block .leter {
	width: 243px;
    font-family: 'Disruptors Script';
    font-style: normal;
    font-weight: 400;
    font-size: 70px;
    line-height: 50%;
    display: flex;
    justify-content: flex-end;
    text-align: right;
    color: #1D1D1B;
    margin: -30px 20px 0 0;
}
section .blocks_num .block .txt {
	width: 210px;
    font-family: 'HelveticaNeueCyr';
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 120%;
    color: #2DB28B;
    margin-top: 5px;
}

section.video .video_block {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 100px;
	gap: 10px;
	isolation: isolate;
	aspect-ratio: 1400/600;
	box-shadow: inset -5px -5px 40px rgba(255, 255, 255, 0.8), 
				inset 5px 5px 40px rgba(0, 0, 0, 0.9);
	border-radius: 50px;
	overflow: hidden
}
section.video .video_block:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/assets/img/play.png) center no-repeat;
	cursor: pointer;
	z-index: 2;
}
section.video .video_block h2 {
	color: #FFFFFF;
	z-index: 3;
}
section.video .video_block img {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

section.clinic h2 {
	color: #1D1D1B;
}
section.clinic .blocks_clicnic {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	align-items: flex-start;
	justify-content: flex-start;
	margin-top: 50px;
}
section.clinic .blocks_clicnic .block {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 20px;
	gap: 10px;
	max-width: 264px;
	max-height: 149px;
	width: calc(100% / 5 - 16px);
	background: #FFFFFF;
	box-shadow: -5px -5px 10px rgba(255, 255, 255, 0.3), 
				5px 5px 10px rgba(153, 207, 183, 0.1);
	border-radius: 20px;
}
section.clinic .blocks_clicnic .block img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
section.clinic .blocks_clicnic .more {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: 20px 30px;
	gap: 10px;
	height: 60px;
	background: #C7E4D5;
	box-shadow: -10px -10px 10px rgba(255, 255, 255, 0.2), 
				10px 10px 10px rgba(45, 178, 139, 0.05), 
				inset 5px 5px 10px rgba(255, 255, 255, 0.6), 
				inset -5px -5px 20px rgba(0, 159, 113, 0.2);
	border-radius: 15px;
	margin: 0 auto;
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 120%;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #009F71;
	cursor: pointer;
}

section.come_in .block_info {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	padding: 50px;
	width: 100%;
	background: #EDF6F2;
	box-shadow: inset -10px -10px 20px rgba(255, 255, 255, 0.2), 
				inset 10px 10px 20px rgba(97, 188, 155, 0.3);
	border-radius: 50px;
	gap: 50px;
}
section.come_in .block_info .txt {
	display: flex;
	flex-direction: column;
	width: calc(59% - 25px);
	gap: 30px;
}
section.come_in .block_info .txt h2 {
	color: #1D1D1B;
	line-height: 36px;
}
section.come_in .block_info .txt p {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	color: #1D1D1B;
}
section.come_in .block_info .txt .tiles {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 10px;
}
section.come_in .block_info .txt .tiles .tile {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0px 20px 0px 10px;
	gap: 10px;
	width: 317px;
	max-width: calc(50% - 5px);
	height: 80px;
	border: 1px solid #DAEDE3;
	box-shadow: inset -6px -6px 10px rgba(255, 255, 255, 0.2), inset 6px 6px 10px rgba(0, 159, 113, 0.1);
	border-radius: 15px;
}
section.come_in .block_info .txt .tiles .tile .ico {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	min-width: 60px;
	height: 60px;
	background: #DAEDE3;
	box-shadow: inset -6px -6px 10px rgba(255, 255, 255, 0.2), inset 6px 6px 5px rgba(153, 207, 183, 0.2);
	border-radius: 12px;
}
section.come_in .block_info .txt .tiles .tile p {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: #1D1D1B;
}
section.come_in .block_info .txt .button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 257px;
    height: 60px;
    background: #009F71;
    box-shadow: -10px -10px 10px rgba(255, 255, 255, 0.2), 
				10px 10px 10px rgba(45, 178, 139, 0.05), 
				inset 5px 5px 10px rgba(255, 255, 255, 0.6), 
				inset -5px -5px 20px rgba(0, 159, 113, 0.2);
    border-radius: 15px;
    font-family: 'HelveticaNeueCyr';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
}
section.come_in .block_info .img {
	width: calc(41% - 25px);
	max-width: 500px;
	max-height: 387px;
	aspect-ratio: 500 / 387;
	border-radius: 30px;
	overflow: hidden;
}
section.come_in .block_info .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

section.map {
	width: 100%;
	height: 800px;
	border-radius: 50px;
	overflow: hidden;
}
section.map .glass {
	position: absolute;
	top: 100px;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 60px 60px 60px 100px;
	gap: 30px;
	width: 648px;
	height: 312px;
	background: rgba(255, 255, 255, 0.01);
	border-width: 2px 2px 2px 0px;
	border-style: solid;
	border-color: #B1D9C7;
	box-shadow: 0px 20px 40px rgba(29, 29, 27, 0.2), 
				inset -35px -35px 90px rgba(255, 255, 255, 0.6);
	backdrop-filter: blur(15px);
	border-radius: 0px 50px 50px 0px;
	z-index: 10;
}
section.map .glass h2 {
	color: #1D1D1B;
}
section.map .glass .slogan {
	font-family: 'Disruptors Script';
	font-style: normal;
	font-weight: 400;
	font-size: 70px;
	line-height: 50%;
	display: flex;
	align-items: flex-end;
	color: #1D1D1B;
	margin-top: -20px;
}
section.map .glass p {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	color: #1D1D1B;
}

section.lectures h2 {
	color: #1D1D1B;
}
section.lectures .h2_after {
	font-family: 'Disruptors Script';
	font-style: normal;
	font-weight: 400;
	font-size: 70px;
	line-height: 50%;
	display: flex;
	align-items: flex-end;
	color: #1D1D1B;
}
section.lectures .blocks {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 50px;
}
section.lectures .blocks .block {
	width: calc(100% / 3 - 14px);
	height: 555px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	border-radius: 20px;
	overflow: hidden;
}
section.lectures .blocks .block .img {
	width: 100%;
	height: 300px;
}
section.lectures .blocks .block .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
section.lectures .blocks .block .txt {
	width: 100%;
	height: calc(100% - 300px + 20px);
	margin-top: -20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 30px;
	gap: 30px;
	background: #B1D9C7;
	box-shadow: inset -10px -10px 20px rgba(255, 255, 255, 0.2), 
				inset 10px 10px 20px rgba(97, 188, 155, 0.3);
	border-radius: 20px;
}

section.lectures .blocks .block .txt a.lectures {
	display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 46px;
	min-height: 46px;
    padding-left: 56px;
    font-family: 'HelveticaNeueCyr';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: #1D1D1B;
}
section.lectures .blocks .block .txt a.lectures:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 34px;
	height: 46px;
	background: url(/assets/img/play-link.png) center no-repeat;
}
section.lectures .blocks .block .txt a.lectures.no_bg {
	padding-left: 0;
}
section.lectures .blocks .block .txt a.lectures.no_bg:before {
	display: none;
}
section.lectures .blocks .block .txt p {
	width: 100%;
	height: 46px;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: #1D1D1B;
}
section.lectures .blocks .block .txt .tags_block {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: 40px;
	gap: 10px;
}
section.lectures .blocks .block .txt .tags_block .tag {
	width: auto;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	background: #B1D9C7;
	border: 1px solid #C7E4D5;
	box-shadow: -5px -5px 5px rgba(255, 255, 255, 0.1), 
				5px 5px 5px rgba(45, 178, 139, 0.05), 
				inset -5px -5px 10px rgba(255, 255, 255, 0.3), 
				inset 5px 5px 10px rgba(0, 0, 0, 0.1);
	border-radius: 60px;
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #009F71;
}
section.lectures .blocks .block .txt .line {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	align-items: center;
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #009F71;
}
section.lectures .blocks .block .txt .line span {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 5px;
}

section.form {
	padding-bottom: 100px;
}
section.form .block {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	padding: 50px;
	width: 100%;
	height: auto;
	background: #C7E4D5;
	box-shadow: inset -10px -10px 20px rgba(255, 255, 255, 0.2), inset 10px 10px 20px rgba(97, 188, 155, 0.3);
	border-radius: 50px;
	gap: 50px;
}
section.form .block .block_left,
section.form .block .block_right {
	width: calc(50% - 25px);
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
section.form .block .block_left {
	gap: 30px;
}
section.form .block .block_left .img {
	width: 100%;
	aspect-ratio: 625 / 484;
	box-shadow: inset -5px -5px 40px rgba(255, 255, 255, 0.8), inset 5px 5px 40px rgba(0, 0, 0, 0.9);
	border-radius: 25px;
	overflow: hidden;
}
section.form .block .block_left .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
section.form .block .block_left p {
	font-family: 'Manrope';
    font-style: normal;
    font-weight: 100;
    font-size: 19px;
    line-height: 120%;
    color: #1D1D1B;
}
section.form .block .block_left p span {
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 120%;
	color: #1D1D1B;
	margin-bottom: 5px;
}
section.form .block .block_right {
	gap: 50px;
	justify-content: center;
    margin: auto 0;
}
section.form .block .block_right h2 {
	color: #1D1D1B;
}
section.form .block .block_right form {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
	width: 100%;
}
section.form .block .block_right form textarea {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 23.5px 30px;
	gap: 10px;
	width: 100%;
	height: 156px;
	background: #F7F7F7;
	box-shadow: inset -6px -6px 10px #FFFFFF, inset 6px 6px 5px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
	border: none;
	resize: none;
}
section.form .block .block_right form input {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0px 30px;
	gap: 10px;
	width: 100%;
	height: 60px;
	background: #F7F7F7;
	box-shadow: inset -6px -6px 10px #FFFFFF, inset 6px 6px 5px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
	border: none;
}
section.form .block .block_right form .line {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
section.form .block .block_right form .line .check {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 120%;
	color: #575656;
}
section.form .block .block_right form .line .check img {
	width: 30px;
	height: 30px;
}
section.form .block .block_right form .line button {
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 159px;
    height: 60px;
    background: #009F71;
    box-shadow: -10px -10px 10px rgba(255, 255, 255, 0.2), 10px 10px 10px rgba(45, 178, 139, 0.05), inset 5px 5px 10px rgba(255, 255, 255, 0.6), inset -5px -5px 20px rgba(0, 159, 113, 0.2);
    border-radius: 15px;
    font-family: 'HelveticaNeueCyr';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
	border: none;
	cursor: pointer;
}

section.about .blocks {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	width: 100%;
	height: 600px;
	border-radius: 50px;
	overflow: hidden;
}
section.about .blocks .left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	margin: auto 0;
	width: 730px;
	height: 100%;
	padding: 50px;
	gap: 50px;
	background: #C7E4D5;
	backdrop-filter: blur(15px);
	border-radius: 0px;
}
section.about .blocks .right {
	width: calc(100% - 730px);
	height: 100%;
	overflow: hidden;
}
section.about .blocks .right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center right;
}

section.history {
	margin-bottom: 0;
}
section.history .txt {
	margin-top: 50px;
	columns: 2;
    column-gap: 50px;
	height: 317px;
}
section.history .txt p {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: #1D1D1B;
	margin-bottom: 10px;
}

section.mission .blocks {
	width: 100%;
	height: 350px;
	display: flex;
	flex-flow: wrap;
	gap: 50px;
}
section.mission .blocks .left {
	width: 625px;
	height: 350px;
	border-radius: 30px;
	overflow: hidden;
}
section.mission .blocks .left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
section.mission .blocks .right {
	width: calc(100% - 750px);
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	margin: auto 0;
	gap: 50px;
}

section.start .block_search {
	margin-top: 50px;
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
}
section.start .block_search .left {
	width: 310px;
	height: 110px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
section.start .block_search.long .left {
	width: 675px;
}
section.start .block_search .left .btn_cat {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 50px;
	background: #C7E4D5;
	box-shadow: -10px -10px 10px rgba(255, 255, 255, 0.2), 10px 10px 10px rgba(45, 178, 139, 0.05), inset 5px 5px 10px rgba(255, 255, 255, 0.6), inset -5px -5px 20px rgba(0, 159, 113, 0.2);
	border-radius: 15px;
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 120%;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #009F71;
	cursor: pointer;
}
section.start .block_search .left .btn_cat.active {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 10px;
	width: 150px;
	height: 50px;
	background: #61BC9B;
	box-shadow: -10px -10px 10px rgba(255, 255, 255, 0.2), 10px 10px 10px rgba(45, 178, 139, 0.05), inset 5px 5px 20px rgba(0, 159, 113, 0.2);
	border-radius: 15px;
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 120%;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #C7E4D5;
}
section.start .block_search .right,
section.start .block_search .right .col_n1 {
	width: calc(100% - 360px);
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 10px;
}
section.start .block_search.long .right {
	width: calc(100% - 725px);
}
section.start .block_search .right .col_n1 {
	width: calc(100% - 294px);
}
section.start .block_search .right .str_search {
	width: 100%;
	height: 50px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
section.start .block_search .right .str_search input {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0px 30px;
	gap: 10px;
	width: calc(100% - 130px);
	height: 50px;
	background: #F7F7F7;
	box-shadow: inset -6px -6px 10px #FFFFFF, inset 6px 6px 5px rgba(0, 0, 0, 0.1);
	border-radius: 10px 0px 0px 10px;
}
section.start .block_search .right .str_search .btn_search {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 130px;
	height: 50px;
	background: #DAEDE3;
	border: 1px solid #EDF6F2;
	box-shadow: -10px -10px 10px rgba(255, 255, 255, 0.2), 10px 10px 10px rgba(45, 178, 139, 0.05), inset 5px 5px 10px rgba(255, 255, 255, 0.6), inset -5px -5px 20px rgba(0, 159, 113, 0.2);
	border-radius: 0px 15px 15px 0px;
	cursor: pointer;
}
section.start .block_search .right .str_search .btn_search img {
	width: 30px;
	height: 30px;
}
section.start .block_search .right .block_cat {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 10px;
}
section.start .block_search .right .block_cat .filter {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 10px;
	padding: 0 30px;
	height: 50px;
	background: #DAEDE3;
	border: 1px solid #C7E4D5;
	box-shadow: -5px -5px 5px rgba(255, 255, 255, 0.1), 5px 5px 5px rgba(45, 178, 139, 0.05), inset -5px -5px 10px rgba(255, 255, 255, 0.3), inset 5px 5px 10px rgba(0, 0, 0, 0.1);
	border-radius: 80px;
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 120%;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #009F71;
	cursor: pointer;
}
section.start .block_search .right .block_cat .filter.active {
	background: #B1D9C7;
	border: 1px solid #C7E4D5;
	box-shadow: -5px -5px 5px rgba(255, 255, 255, 0.1), 5px 5px 5px rgba(45, 178, 139, 0.05), inset -5px -5px 10px rgba(255, 255, 255, 0.3), inset 5px 5px 10px rgba(0, 0, 0, 0.1);
	border-radius: 80px;
}
section.start .block_search .right .block_cat .filter img {
	display: none;
	width: 10px;
	height: 10px;
}
section.start .block_search .right .block_cat .filter.active img {
	display: block;
}
section.start .block_search .right.col_s2 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	gap: 50px;
}
section.start .block_search .right.col_s2 .col_n2 {
	width: 244px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-end;
	border-left: 1px solid #009F71;
	gap: 10px;
}
section.start .block_search .right.col_s2 .col_n2 a.link_lk {
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: auto;
	padding: 0 30px;
    height: 50px;
    background: #C7E4D5;
    box-shadow: -10px -10px 10px rgba(255, 255, 255, 0.2), 10px 10px 10px rgba(45, 178, 139, 0.05), inset 5px 5px 10px rgba(255, 255, 255, 0.6), inset -5px -5px 20px rgba(0, 159, 113, 0.2);
    border-radius: 15px;
    font-family: 'HelveticaNeueCyr';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #009F71;
    cursor: pointer;
}

section.list .blocks {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	gap: 30px;
}
section.list .blocks .block {
	width: 100%;
	height: 378px;
	display: flex;
	flex-wrap: wrap;
	border-radius: 20px;
	overflow: hidden;
}
section.list .blocks .block .img {
	width: calc(100% - 933px);
	height: 100%;
}
section.list .blocks .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: left center;
}
section.list .blocks .block .txt {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 50px;
	gap: 30px;
	width: 933px;
	height: 378px;
	background: #B1D9C7;
}
section.list .blocks .block .txt .line {
	display: flex;
	width: 100%;
	height: 40px;
	align-items: flex-start;
	justify-content: space-between;
}
section.list .blocks .block .txt .line .list_cat {
	display: flex;
	height: 40px;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
}
section.list .blocks .block .txt .line .list_cat .cat {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	gap: 10px;
	height: 40px;
	background: #B1D9C7;
	border: 1px solid #C7E4D5;
	box-shadow: -5px -5px 5px rgba(255, 255, 255, 0.1), 5px 5px 5px rgba(45, 178, 139, 0.05), inset -5px -5px 10px rgba(255, 255, 255, 0.3), inset 5px 5px 10px rgba(0, 0, 0, 0.1);
	border-radius: 80px;
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 120%;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #009F71;
}
section.list .blocks .block .txt .line .star {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	padding: 0px;
	gap: 10px;
	height: 40px;
	cursor: pointer;
}
section.list .blocks .block .txt .line .star span {
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #009F71;
}
section.list .blocks .block .txt .line .star .img {
	width: 30px;
	height: 30px;
}
section.list .blocks .block .txt .info {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
}
section.list .blocks .block .txt .info .right {
	width: 138px;
	margin: auto 0 0 0;
}
section.list .blocks .block .txt .info .right .str {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	padding: 10px 0px;
	gap: 5px;
	width: 138px;
	height: 29px;
	border-bottom: 1px solid #009F71;
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #009F71;
}
section.list .blocks .block .txt .info .left {
	width: calc(100% - 188px);
	display: flex;
	flex-direction: column;
	gap: 20px;
}
section.list .blocks .block .txt .info .left .ttl {
	font-family: 'HelveticaNeueCyr';
	font-weight: 500;
	font-size: 24px;
	line-height: 120%;
	color: #3C3C3B;
}
section.list .blocks .block .txt .info .left .autor {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	padding: 0px 0px 5px;
	gap: 10px;
	width: 100%;
	height: 34px;
	border-bottom: 1px solid #009F71;
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #1D1D1B;
}
section.list .blocks .block .txt .info .left .autor span {
	font-family: 'Disruptors Script';
	font-style: normal;
	font-weight: 400;
	font-size: 42px;
	line-height: 28px;
	color: #1D1D1B;
	text-transform: none;
}
section.list .blocks .more {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 20px 30px;
    gap: 10px;
    /* width: 215px; */
    height: 60px;
    background: #C7E4D5;
    box-shadow: -10px -10px 10px rgba(255, 255, 255, 0.2), 10px 10px 10px rgba(45, 178, 139, 0.05), inset 5px 5px 10px rgba(255, 255, 255, 0.6), inset -5px -5px 20px rgba(0, 159, 113, 0.2);
    border-radius: 15px;
    margin: 0 auto;
    font-family: 'HelveticaNeueCyr';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #009F71;
    cursor: pointer;
}

section.autor_info {
	margin-bottom: 100px;
}
section.autor_info .block {
	display: flex;
	align-items: flex-start;
	padding: 0px;
	width: 100%;
	height: 492px;
	border-radius: 50px;
	overflow: hidden;
}
section.autor_info .block .img {
	width: calc(100% - 700px);
	height: 100%;
}
section.autor_info .block .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center left;
}
section.autor_info .block .txt {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 50px;
	gap: 30px;
	width: 700px;
	height: 492px;
	background: #B1D9C7;
	border-radius: 0px 20px 20px 0px;
}
section.autor_info .block .txt .line {
	display: flex;
	width: 100%;
	height: 136px;
	align-items: flex-start;
	justify-content: space-between;
}
section.autor_info .block .txt .line .name {
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 500;
	font-size: 50px;
	line-height: 95%;
	color: #3C3C3B;
}
section.autor_info .block .txt .line .count {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 20px;
	gap: 10px;
	width: 142px;
	height: 136px;
	background: #7EC5A9;
	box-shadow: inset -10px -10px 20px rgba(255, 255, 255, 0.2), inset 10px 10px 20px rgba(97, 188, 155, 0.3);
	border-radius: 20px;
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 100%;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #3C3C3B;
}
section.autor_info .block .txt .line .count span {
	font-style: normal;
	font-weight: 500;
	font-size: 50px;
	line-height: 100%;
	color: #3C3C3B;
}
section.autor_info .block .txt .ttl {
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 120%;
	color: #3C3C3B;
}
section.autor_info .block .txt .data {
	font-family: 'Disruptors Script';
	font-style: normal;
	font-weight: 400;
	font-size: 70px;
	line-height: 120%;
	color: #3C3C3B;
	margin-top: -55px;
}
section.autor_info .block .txt p {
	margin-top: -15px;
}

section.title_block .block {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	height: 500px;
	border-radius: 50px;
	overflow: hidden;
	background: #B1D9C7;
}
section.title_block .block .txt {
	width: 800px;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 30px;
	padding: 50px;
}
section.title_block .block .txt .ttl {
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 500;
	font-size: 50px;
	line-height: 100%;
	color: #3C3C3B;
}
section.title_block .block .txt .line {
	width: 100%;
	height: 40px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
}
section.title_block .block .txt .line .cat {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	gap: 10px;
	height: 40px;
	background: #B1D9C7;
	border: 1px solid #C7E4D5;
	box-shadow: -5px -5px 5px rgba(255, 255, 255, 0.1), 5px 5px 5px rgba(45, 178, 139, 0.05), inset -5px -5px 10px rgba(255, 255, 255, 0.3), inset 5px 5px 10px rgba(0, 0, 0, 0.1);
	border-radius: 70px;
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #009F71;
}
section.title_block .block .txt .line .str {
	height: 40px;
	margin-left: auto;
	margin-right: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 20px;
}
section.title_block .block .txt .line .str span {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0px;
	gap: 5px;
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #009F71;
}
section.title_block .block .txt .line .str .ll {
	width: 1px;
	height: 20px;
	background: #009F71;
}
section.title_block .block .img {
	width: calc(100% - 800px);
	height: 100%;
}
section.title_block .block .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

section.content .content_in {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 100px;
}
section.content .content_in .right {
	width: 300px;
	height: auto;
}
section.content .content_in .right .sticky {
	position: sticky;
	top: 150px;
	width: 300px;
	height: auto;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
section.content .content_in .right .sticky .zag {
	width: 100%;
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #99CFB7;
	text-align: right;
}
section.content .content_in .right .sticky .block {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	border-radius: 20px;
	overflow: hidden;
}
section.content .content_in .right .sticky .block .img {
	width: 300px;
	height: 250px;
	overflow: hidden;
}
section.content .content_in .right .sticky .block .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
section.content .content_in .right .sticky .block .txt {
	width: 300px;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 30px;
	gap: 20px;
	background: #99CFB7;
	border-radius: 20px;
	margin-top: -20px;
	z-index: 1;
}
section.content .content_in .right .sticky .block .txt .name {
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 120%;
	color: #3C3C3B;
}
section.content .content_in .right .sticky .block .txt .info {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: #3C3C3B;
}
section.content .content_in .left {
	width: calc(100% - 400px);
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 50px;
}
section.content .content_in .left .apparat {
	display: flex;
	align-items: flex-start;
	padding: 30px;
	gap: 20px;
	width: 100%;
	height: 129px;
	background: #EDF6F2;
	border: 1px solid #DAEDE3;
	box-shadow: -10px -10px 10px rgba(255, 255, 255, 0.2), 10px 10px 10px rgba(45, 178, 139, 0.05), inset 5px 5px 10px rgba(255, 255, 255, 0.6), inset -5px -5px 20px rgba(0, 159, 113, 0.2);
	border-radius: 15px;
}
section.content .content_in .left .apparat .block {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 10px;
	width: auto;
	height: 69px;
}
section.content .content_in .left .apparat .block .ttl {
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #1D1D1B;
}
section.content .content_in .left .apparat .block .cat {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0 40px;
	gap: 10px;
	height: 50px;
	background: #C7E4D5;
	box-shadow: -10px -10px 10px rgba(255, 255, 255, 0.2), 10px 10px 10px rgba(45, 178, 139, 0.05), inset 5px 5px 10px rgba(255, 255, 255, 0.6), inset -5px -5px 20px rgba(0, 159, 113, 0.2);
	border-radius: 15px;
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 120%;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #009F71;
}
section.content .content_in .left .apparat .block .cat.active {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	gap: 10px;
	height: 50px;
	background: #B1D9C7;
	border: 1px solid #C7E4D5;
	box-shadow: -5px -5px 5px rgba(255, 255, 255, 0.1), 5px 5px 5px rgba(45, 178, 139, 0.05), inset -5px -5px 10px rgba(255, 255, 255, 0.3), inset 5px 5px 10px rgba(0, 0, 0, 0.1);
	border-radius: 70px;
}
section.content .content_in .left .slider {
	width: 100%;
	height: auto;
	aspect-ratio: 1000/700;
	border-radius: 30px;
	overflow: hidden;
}
section.content .content_in .left .slider .arrow {
	position: absolute;
	top: calc(50% - 30px);
	width: 60px;
	height: 60px;
	border-radius: 15px;
	cursor: pointer;
	z-index: 5;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background: #DAEDE3;
	border: 1px solid #EDF6F2;
	box-shadow: inset -5px -5px 10px rgba(255, 255, 255, 0.6), inset 5px 5px 20px rgba(0, 0, 0, 0.1);
}
section.content .content_in .left .slider .arrow.left {
	left: 20px;
}
section.content .content_in .left .slider .arrow.right {
	right: 20px;
}
section .content_in .slider .scroll,
section.content .content_in .left .slider .scroll {
    width: 100%;
    height: 100%;
}
section .content_in .slider .slide,
section.content .content_in .left .slider .slide {
    display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
section .content_in .slider .slide.active,
section.content .content_in .left .slider .slide.active {
    display: block;
}
section.content .content_in .left .slider .slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
section.content .content_in .left .block_img {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 30px;
}
section.content .content_in .left .block_img .img {
	width: calc(50% - 15px);
	height: auto;
	aspect-ratio: 485/500;
	border-radius: 30px;
	overflow: hidden;
}
section.content .content_in .left .block_img .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
section.content .content_in .left .img_full {
	width: 100%;
	aspect-ratio: 1000/500;
	border-radius: 30px;
	overflow: hidden;
}
section.content .content_in .left .img_full img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

section.forum .enter {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0 30px;
	width: 215px;
	height: 60px;
	background: #009F71;
	box-shadow: -10px -10px 10px rgba(255, 255, 255, 0.2), 10px 10px 10px rgba(45, 178, 139, 0.05), inset 5px 5px 10px rgba(255, 255, 255, 0.6), inset -5px -5px 20px rgba(0, 159, 113, 0.2);
	border-radius: 15px;
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #FFFFFF;
	cursor: pointer;
	margin: 0 0 -50px auto;
}
section.forum .blocks {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	gap: 50px;
	margin-top: 50px;
}
section.forum .blocks .block {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	border-radius: 20px;
	background: #fff;
}
section.forum .blocks .block.reply {
	width: calc(100% - 130px);
	margin-left: auto;
	margin-right: 0;
}
section.forum .blocks .block .top {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 10px 30px;
	gap: 20px;
	width: 100%;
	height: 120px;
	background: #B1D9C7;
	box-shadow: inset -10px -10px 20px rgba(255, 255, 255, 0.2), inset 10px 10px 20px rgba(97, 188, 155, 0.3);
	border-radius: 20px;
}
section.forum .blocks .block .top .img {
	width: 100px;
	height: 100px;
	border-radius: 100px;
	overflow: hidden;
}
section.forum .blocks .block .top .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
section.forum .blocks .block .top .info {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	margin: auto 0;
	gap: 10px;
}
section.forum .blocks .block .top .info .name {
	height: 14px;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 140%;
	color: #3C3C3B;
}
section.forum .blocks .block .top .info .data {
	height: 13px;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	color: #3C3C3B;
}
section.forum .blocks .block .bottom {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 30px;
	gap: 30px;
	width: 100%;
	height: auto;
}
section.forum .blocks .block .bottom p {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	color: #3C3C3B;
}
section.forum .blocks .block .bottom .line {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 20px;
	height: 10px;
}
section.forum .blocks .block .bottom .line span {
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #706F6F;
}
section.forum .blocks .block .bottom .line a {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0px;
	gap: 10px;
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: 0.1em;
	text-decoration-line: underline;
	text-transform: uppercase;
	color: #009F71;
}
section.forum .blocks .block .bottom .re {
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 120%;
	color: #3C3C3B;
}
section.forum .blocks .block .bottom .re a {
	color: #009F71;
}
section.forum .blocks .block .bottom .col2 {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 20px;
}
section.forum .blocks .block .bottom .col2 .left {
	width: 230px;
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 120%;
	display: flex;
	align-items: flex-start;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #3C3C3B;
}
section.forum .blocks .block .bottom .col2 p {
	width: calc(100% - 250px);
}
section.forum .blocks .answer {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	gap: 0;
}
section.forum .blocks .answer .top {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 10px 30px;
    gap: 20px;
    width: 100%;
    height: 120px;
    background: #61BC9B;
    box-shadow: inset -10px -10px 20px rgba(255, 255, 255, 0.2), inset 10px 10px 20px rgba(97, 188, 155, 0.3);
    border-radius: 20px;
}
section.forum .blocks .answer .top .img {
	width: 100px;
	height: 100px;
	border-radius: 100px;
	overflow: hidden;
}
section.forum .blocks .answer .top .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
section.forum .blocks .answer .top .info {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	margin: auto 0;
	gap: 10px;
}
section.forum .blocks .answer .top .info .name {
	height: 14px;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 140%;
	color: #3C3C3B;
}
section.forum .blocks .answer .top .info .data {
	height: 13px;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	color: #3C3C3B;
}
section.forum .blocks .answer textarea {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 30px;
	gap: 30px;
	width: 100%;
	height: 178px;
	background: #FFFFFF;
	box-shadow: inset -6px -6px 10px #FFFFFF, inset 6px 6px 5px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	resize: none;
}
section.forum .blocks .answer .btn_answer {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0 30px;
	width: 294px;
	height: 60px;
	background: #009F71;
	box-shadow: -10px -10px 10px rgba(255, 255, 255, 0.2), 10px 10px 10px rgba(45, 178, 139, 0.05), inset 5px 5px 10px rgba(255, 255, 255, 0.6), inset -5px -5px 20px rgba(0, 159, 113, 0.2);
	border-radius: 15px;
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #FFFFFF;
	cursor: pointer;
	margin: 20px 0 0 auto;
}

section.start .line {
	margin-top: 30px;
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	height: 50px;
}
section.start .line .cat_btn {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0 40px;
	height: 50px;
	background: #C7E4D5;
	box-shadow: -10px -10px 10px rgba(255, 255, 255, 0.2), 10px 10px 10px rgba(45, 178, 139, 0.05), inset 5px 5px 10px rgba(255, 255, 255, 0.6), inset -5px -5px 20px rgba(0, 159, 113, 0.2);
	border-radius: 15px;
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 120%;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #009F71;
	cursor: pointer;
}
section.start .line .cat_btn.active {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 10px;
	padding: 0 40px;
	height: 50px;
	background: #61BC9B;
	box-shadow: -10px -10px 10px rgba(255, 255, 255, 0.2), 10px 10px 10px rgba(45, 178, 139, 0.05), inset 5px 5px 20px rgba(0, 159, 113, 0.2);
	border-radius: 15px;
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 120%;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #C7E4D5;
}

section.catalog {
	margin-bottom: 100px;
}
section.catalog .blocks {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	gap: 30px;
}
section.catalog .blocks .block {
	width: 100%;
	height: 425px;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 20px;
	background: #FFFFFF;
	border-radius: 50px;
	overflow: hidden;
}
section.catalog .blocks .block .left {
	width: 603px;
	height: 100%;
	padding: 50px;
	border-radius: 50px;
	display: flex;
	flex-direction: column;
	gap: 30px;
}
section.catalog .blocks .block .left .txt {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	padding: 0px;
	width: 500px;
	height: 176px;
	background: #99CFB7;
	border-radius: 15px;
}
section.catalog .blocks .block .left .txt .top {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 20px 30px;
	gap: 10px;
	width: 500px;
	height: 109px;
	background: #EDF6F2;
	border-radius: 15px;
	z-index: 1;
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 100%;
	leading-trim: both;
	text-edge: cap;
	text-align: center;
	color: #009F71;
}
section.catalog .blocks .block .left .txt .bottom {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 40px 30px 20px;
	gap: 10px;
	width: 500px;
	height: 87px;
	background: #99CFB7;
	border-radius: 15px;
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 120%;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #1D1D1B;
	margin-top: -20px;
	margin-bottom: 30px;
}
section.catalog .blocks .block .left a {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 20px 40px;
	gap: 10px;
	width: 278px;
	height: 50px;
	background: #009F71;
	box-shadow: -10px -10px 10px rgba(255, 255, 255, 0.2), 10px 10px 10px rgba(45, 178, 139, 0.05), inset 5px 5px 10px rgba(255, 255, 255, 0.6), inset -5px -5px 20px rgba(0, 159, 113, 0.2);
	border-radius: 15px;
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #FFFFFF;
}
section.catalog .blocks .block .right {
	width: calc(100% - 603px);
	height: 100%;
}
section.catalog .blocks .block .right:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(270deg, rgba(255, 255, 255, 0) 50%, #FFFFFF 100%), url(image.png);
	z-index: 1;
}
section.catalog .blocks .block .right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

section.start .blocks_ll {
	margin-top: 50px;
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	gap: 30px;
}
section.start .blocks_ll .block {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	padding: 30px;
	width: 100%;
	height: 120px;
	background: #EDF6F2;
	box-shadow: inset -10px -10px 20px rgba(255, 255, 255, 0.2), inset 10px 10px 20px rgba(97, 188, 155, 0.3);
	border-radius: 20px;
}
section.start .blocks_ll .block .name {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 10px;
}
section.start .blocks_ll .block .name .text {
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 120%;
	text-transform: uppercase;
	color: #3C3C3B;
}
section.start .blocks_ll .block .name .star {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
section.start .blocks_ll .block .adres {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	color: #3C3C3B;
	margin-left: 35px;
}
section.start .blocks_ll .block a.phone {
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 120%;
	text-transform: uppercase;
	color: #009F71;
	margin-left: auto;
	margin-right: 30px;
	min-width: 210px;
}
section.start .blocks_ll .block .btn {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 20px 30px;
	gap: 10px;
	width: 162px;
	height: 60px;
	background: #009F71;
	box-shadow: -10px -10px 10px rgba(255, 255, 255, 0.2), 10px 10px 10px rgba(45, 178, 139, 0.05), inset 5px 5px 10px rgba(255, 255, 255, 0.6), inset -5px -5px 20px rgba(0, 159, 113, 0.2);
	border-radius: 15px;
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #FFFFFF;
	cursor: pointer;
}


section.contacts .block {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0px;
	width: 100%;
	height: 477px;
	border-radius: 50px;
	overflow: auto
}
section.contacts .block .map {
	width: calc(100% - 600px);
	height: 477px;
	overflow: hidden;
}
section.contacts .block .left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 50px;
	gap: 50px;
	width: 600px;
	height: 477px;
	background: #C7E4D5;
	backdrop-filter: blur(15px);
}
section.contacts .block .left h1 {
	color: #3C3C3B;
	margin-bottom: -20px;
}
section.contacts .block .left p {
	margin-top: -20px;
}
section.contacts .block .left .adres {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	color: #009F71;
}
section.contacts .block .left a.link {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 10px 20px 10px 10px;
	gap: 10px;
	height: 60px;
	background: #DAEDE3;
	box-shadow: inset -6px -6px 10px rgba(255, 255, 255, 0.2), inset 6px 6px 10px rgba(0, 159, 113, 0.1);
	border-radius: 15px;
	margin-top: -40px;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	color: #009F71;
}
section.contacts .block .left a.link span {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0px;
	width: 40px;
	height: 40px;
	background: #DAEDE3;
	box-shadow: inset -6px -6px 10px rgba(255, 255, 255, 0.2), inset 6px 6px 5px rgba(153, 207, 183, 0.2);
	border-radius: 12px;
	
}

section.politika h1 {
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 500;
	font-size: 50px;
	line-height: 100%;
	color: #3C3C3B;
}

section.start .slogan {
	margin: 0 0 -50px auto;
	width: 348px;
	height: 43px;
	font-family: 'Disruptors Script';
	font-style: normal;
	font-weight: 400;
	font-size: 55px;
	line-height: 50%;
	display: flex;
	align-items: center;
	color: #1D1D1B;
}
section.start .full_filters {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 10px;
	margin-top: 50px;
}
section.start .full_filters .filter {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0 30px;
	gap: 10px;
	height: 50px;
	background: #DAEDE3;
	border: 1px solid #C7E4D5;
	box-shadow: -5px -5px 5px rgba(255, 255, 255, 0.1), 5px 5px 5px rgba(45, 178, 139, 0.05), inset -5px -5px 10px rgba(255, 255, 255, 0.3), inset 5px 5px 10px rgba(0, 0, 0, 0.1);
	border-radius: 80px;
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 120%;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #009F71;
	cursor: pointer;
}
section.start .full_filters .filter img {
	display: none;
}
section.start .full_filters .filter.active {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0 30px;
	gap: 10px;
	height: 50px;
	background: #B1D9C7;
	border: 1px solid #C7E4D5;
	box-shadow: -5px -5px 5px rgba(255, 255, 255, 0.1), 5px 5px 5px rgba(45, 178, 139, 0.05), inset -5px -5px 10px rgba(255, 255, 255, 0.3), inset 5px 5px 10px rgba(0, 0, 0, 0.1);
	border-radius: 80px;
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 120%;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #009F71;
}
section.start .full_filters .filter.active img {
	display: block;
	width: 10px;
	height: 10px;
}

section.start .blocks_dd {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 50px;
	margin-bottom: 50px;
}
section.start .blocks_dd.mt30 {
	margin-top: 30px;
}
section.start .blocks_dd .block {
	width: calc(100% / 4 - 23px);
	height: auto;
	background: #FFFFFF;
	border-radius: 20px;
	overflow: hidden;
}
section.start .blocks_dd .block .img {
	width: 100%;
	height: 320px;
}
section.start .blocks_dd .block .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
section.start .blocks_dd .block .txt {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 30px 10px 30px 30px;
	gap: 20px;
	width: 100%;
	height: auto;
	background: #B1D9C7;
	box-shadow: inset -10px -10px 20px rgba(255, 255, 255, 0.2), inset 10px 10px 20px rgba(97, 188, 155, 0.3);
	border-radius: 20px;
	margin-top: -20px;
}
section.start .blocks_dd .block .txt .num {
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #FFFFFF;
}
section.start .blocks_dd .block .txt .name {
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 100%;
	color: #1D1D1B;
}
section.start .blocks_dd .block .txt .str {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin-top: -10px;
}
section.start .blocks_dd .block .txt .str .ll {
	width: 50px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 0px;
}
section.start .blocks_dd .block .txt .str .rr {
	width: calc(100% - 55px);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}

section.forma_mini .block {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 100px 0;
	gap: 50px;
	width: 100%;
	height: 420px;
	background: #C7E4D5;
	box-shadow: inset -10px -10px 20px rgba(255, 255, 255, 0.2), inset 10px 10px 20px rgba(97, 188, 155, 0.3);
	border-radius: 50px;
}
section.forma_mini .block .txt {
	display: flex;
	width: 475px;
	height: auto;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 30px;
	margin: auto 0 auto auto;
}
section.forma_mini .block form {
	display: flex;
	width: 475px;
	height: auto;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 20px;
	margin: auto auto auto 0;
}
section.forma_mini .block form input {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0px 30px;
	gap: 10px;
	width: 100%;
	height: 60px;
	background: #F7F7F7;
	box-shadow: inset -6px -6px 10px #FFFFFF, inset 6px 6px 5px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
}
section.forma_mini .block form .line {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
section.forma_mini .block form .line .check {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    font-family: 'HelveticaNeueCyr';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    color: #575656;
}
section.forma_mini .block form .line button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 60px;
    background: #009F71;
    box-shadow: -10px -10px 10px rgba(255, 255, 255, 0.2), 10px 10px 10px rgba(45, 178, 139, 0.05), inset 5px 5px 10px rgba(255, 255, 255, 0.6), inset -5px -5px 20px rgba(0, 159, 113, 0.2);
    border-radius: 15px;
    font-family: 'HelveticaNeueCyr';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
}

section.specific .block {
	margin-top: 50px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 270px;
    gap: 20px;
}
section.specific .block .data {
	width: calc(50% - 25px);
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
section.specific .block .data .ll {
	flex: 1 1 0;
    height: 14px;
    border-bottom: 1px solid #2DB28B;
    margin: 0 20px;
}

section.i_video .block {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
}
section.i_video .block .left,
section.i_video .block .right {
	width: calc(50% - 25px);
	height: 470px;
	display: flex;
	flex-direction: column;
	gap: 40px;
}
section.i_video .block .left .slider {
    width: 100%;
    height: auto;
    aspect-ratio: 675 / 406;
    border-radius: 30px;
    overflow: hidden;
}
section.i_video .block .left .slider .arrow {
    position: absolute;
    top: calc(50% - 30px);
    width: 60px;
    height: 60px;
    border-radius: 15px;
    cursor: pointer;
    z-index: 5;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #DAEDE3;
    border: 1px solid #EDF6F2;
    box-shadow: inset -5px -5px 10px rgba(255, 255, 255, 0.6), inset 5px 5px 20px rgba(0, 0, 0, 0.1);
}
section.i_video .block .left .slider .arrow.left {
    left: 20px;
}
section.i_video .block .left .slider .arrow.right {
    right: 20px;
}
section.i_video .block .left .slider .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
section.i_video .block .left .slider .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.i_video .block .right .video_block {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 100px;
    gap: 10px;
    isolation: isolate;
    aspect-ratio: 675 / 406;
    box-shadow: inset -5px -5px 40px rgba(255, 255, 255, 0.8), inset 5px 5px 40px rgba(0, 0, 0, 0.9);
    border-radius: 50px;
	overflow: hidden;
}
section.i_video .block .right .video_block:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/assets/img/play.png) center no-repeat;
    cursor: pointer;
    z-index: 2;
}
section.i_video .block .right .video_block img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

section.description .block {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
}
section.description .block .left {
	width: calc(100% - 344px);
	height: auto;
	display: flex;
	flex-direction: column;
	gap: 30px;
}
section.description .block .right {
	width: 294px;
	display: flex;
	flex-direction: column;
	gap: 30px;
}
section.description .block .right.revers {
	flex-direction: column-reverse;
	justify-content: flex-end;
	gap: 10px;
}
section.description .block .right .line {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: #1D1D1B;
}
section.description .block .right .share {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 20px;
}
section.description .block .right .share a.link {
	width: 35px;
	height: 35px;
}
section.description .block .right a.save {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 10px;
	width: 100%;
	height: 60px;
	background: #DAEDE3;
	border: 1px solid #EDF6F2;
	box-shadow: -10px -10px 10px rgba(255, 255, 255, 0.2), 10px 10px 10px rgba(45, 178, 139, 0.1), inset -5px -5px 10px rgba(255, 255, 255, 0.6), inset 5px 5px 20px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 120%;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #009F71;
}
section.description .block .right a.download {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 10px;
	width: 100%;
	height: 60px;
	background: #009F71;
	box-shadow: -10px -10px 10px rgba(255, 255, 255, 0.2), 10px 10px 10px rgba(45, 178, 139, 0.05), inset 5px 5px 10px rgba(255, 255, 255, 0.6), inset -5px -5px 20px rgba(0, 159, 113, 0.2);
	border-radius: 15px;
	flex: none;
	order: 2;
	align-self: stretch;
	flex-grow: 0;
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #FFFFFF;
}
section.description .block .right a.download.min {
	width: 207px;
}

section.apparat .block {
	width: 100%;
	height: 610px;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}
section.apparat .block .left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 50px;
	gap: 50px;
	width: 800px;
	height: 610px;
	background: #B1D9C7;
	border-radius: 50px 0px 0px 50px;
}
section.apparat .block .left h2 {
	margin-bottom: 48px;
}
section.apparat .block .left .str {
	display: flex;
	height: 40px;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 20px;
	margin-top: -48px;
}
section.apparat .block .left .line {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 30px;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 140%;
	color: #1D1D1B;
}
section.apparat .block .left .line.mt-20 {
	margin-top: -20px;
}
section.apparat .block .right {
	width: calc(100% - 800px);
	height: 100%;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
section.apparat .block .right .big {
	width: 100%;
	height: 500px;
	border-radius: 0 50px 50px 0;
	overflow: hidden;
	background: #fff;
}
section.apparat .block .right .big img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
section.apparat .block .right .small {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding-left: 10px;
}
section.apparat .block .right .small .img {
	width: 100px;
	height: 100px;
	border-radius: 20px;
	overflow: hidden;
	cursor: pointer;
}
section.apparat .block .right .small .img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
section.apparat .block .right .small .img.active:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 100px;
	background: linear-gradient(180deg, rgba(218, 237, 227, 0) 0%, #DAEDE3 100%), url(.png), #FFFFFF;
	border-radius: 20px;
	opacity: 0.7;
	z-index: 2;
}

section.p404 .block {
	width: 100%;
	height: 700px;
	background: url("/assets/img/screen.jpg") center no-repeat;
	background-size: cover;
	border-radius: 50px;
	overflow: hidden;
}
section.p404 .block:after {
	content: '404';
	display: flex;
    align-items: center;
	position: absolute;
	top: 0;
	right: -30px;
	height: 100%;
	width: 834px;
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 700;
	font-size: 500px;
	line-height: 100%;
	text-transform: lowercase;
	background: linear-gradient(180deg, #009F71 0%, #99CFB7 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	z-index: 5;
}
section.p404 .block .text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 60px 60px 60px 100px;
	gap: 100px;
	width: 730px;
	height: 700px;
	background: rgba(255, 255, 255, 0.01);
	box-shadow: inset -35px -35px 90px rgba(255, 255, 255, 0.6);
	backdrop-filter: blur(15px);
	border-radius: 0px 50px 50px 0px;
	z-index: 10;
}
section.p404 .block .text h1 {
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 500;
	font-size: 60px;
	line-height: 100%;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #C7E4D5;
}
section.p404 .block .text .str {
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 400;
	font-size: 34px;
	line-height: 100%;
	color: #C7E4D5;
}
section.p404 .block .text .str a {
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 400;
	font-size: 34px;
	line-height: 100%;
	color: #C7E4D5;
	text-decoration: underline;
}

section.enter .block {
	flex-direction: column;
	gap: 0;
}
section.enter .block h1 {
	margin: 0 auto 50px auto;
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 100%;
	color: #3C3C3B;
}
section.enter .block form {
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 625px;
}
section.enter .block form input {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0px 30px;
	width: 100%;
	height: 60px;
	background: #F7F7F7;
	box-shadow: inset -6px -6px 10px #FFFFFF, inset 6px 6px 5px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
}
section.enter .block form a.reg {
	height: 9px;
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 100%;
	text-align: center;
	letter-spacing: 0.1em;
	text-decoration-line: underline;
	text-transform: uppercase;
	color: #009F71;
}
section.enter .block form button {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 20px 30px;
	gap: 10px;
	width: 100%;
	height: 60px;
	background: #009F71;
	box-shadow: -10px -10px 10px rgba(255, 255, 255, 0.2), 10px 10px 10px rgba(45, 178, 139, 0.05), inset 5px 5px 10px rgba(255, 255, 255, 0.6), inset -5px -5px 20px rgba(0, 159, 113, 0.2);
	border-radius: 15px;
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #FFFFFF;
	border: none;
	cursor: pointer;
}
section.enter .block form a.registration {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 20px 30px;
	gap: 10px;
	width: 100%;
	height: 60px;
	background: #DAEDE3;
	box-shadow: -10px -10px 10px rgba(255, 255, 255, 0.2), 10px 10px 10px rgba(45, 178, 139, 0.05), inset -5px -5px 10px #DAEDE3, inset 5px 5px 20px rgba(0, 159, 113, 0.2);
	border-radius: 15px;
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #009F71;
}
section.enter .block form .line {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	justify-content: flex-start;
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 120%;
	color: #575656;
	width: max-content;
    margin: 0 auto;
}
section.enter .block form .line a {
	text-decoration: underline;
	margin-left: -10px;
	color: #575656;
}
section.start .full_filters.c2 {
	width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 50px;
    margin-top: 50px;
}
section.start .full_filters .block {
	width: calc(50% - 25px);
	height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
}
section.start .full_filters .block .filter_btn {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 20px 40px;
	gap: 10px;
	width: auto;
	height: 50px;
	background: #C7E4D5;
	box-shadow: -10px -10px 10px rgba(255, 255, 255, 0.2), 10px 10px 10px rgba(45, 178, 139, 0.05), inset 5px 5px 10px rgba(255, 255, 255, 0.6), inset -5px -5px 20px rgba(0, 159, 113, 0.2);
	border-radius: 15px;
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 120%;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #009F71;
	cursor: pointer;
}
section.start .full_filters .block .filter_btn.active {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 20px 40px;
	gap: 10px;
	width: auto;
	height: 50px;
	background: #61BC9B;
	box-shadow: -10px -10px 10px rgba(255, 255, 255, 0.2), 10px 10px 10px rgba(45, 178, 139, 0.05), inset 5px 5px 20px rgba(0, 159, 113, 0.2);
	border-radius: 15px;
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 120%;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #C7E4D5;
}
section.start .full_filters .block.fdc {
	flex-direction: column;
	width: 273px;
}
section.start .full_filters .block.fdc_after {
	width: calc(100% - 323px);
}

section.apparat .block .left .block_h {
	width: 100%;
	margin-top: -50px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
section.apparat .block .left .block_h.mt-20 {
	margin-top: -20px;
}
section.apparat .block .left .block_h p {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	color: #1D1D1B;
}
section.apparat .block .left .block_h .ttl {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 100%;
	color: #1D1D1B;
	margin-bottom: 20px;
}
section.apparat .block .left .block_h .ll {
	width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    padding: 0px 0px 1px;
    margin-top: -5px;
    border-bottom: 1px solid #009F71;
}
section.apparat .block .left .block_h .ll span.zagl {
	width: 160px;
	min-width: 160px;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
	line-height: 140%;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #1D1D1B;
}
section.apparat .block .left .block_h .ll span.txt {
	font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    color: #1D1D1B;
}
section.apparat .block .left .tag {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 20px 30px;
	gap: 10px;
	width: auto;
	height: 50px;
	background: #DAEDE3;
	border: 1px solid #C7E4D5;
	box-shadow: -5px -5px 5px rgba(255, 255, 255, 0.1), 5px 5px 5px rgba(45, 178, 139, 0.05), inset -5px -5px 10px rgba(255, 255, 255, 0.3), inset 5px 5px 10px rgba(0, 0, 0, 0.1);
	border-radius: 80px;
	font-family: 'Helvetica Neue';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 120%;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #009F71;
}

section.description .list_str {
	margin-top: 30px;
    column-count: 3;
    column-gap: 30px;
}
section.description .list_str p {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	padding: 0px;
	gap: 10px;
	height: 20px;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	color: #1D1D1B;
	margin-bottom: 10px;
    border-bottom: 1px solid #009F71;
}

section.description .block_v {
	width: 100%;
}
section.description .block_v .ttl {
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 120%;
	text-transform: uppercase;
	color: #3C3C3B;
	margin-bottom: 40px;
}
section.description .block_v .block_data {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 50px;
	gap: 30px;
	width: 100%;
	height: auto;
	background: #B1D9C7;
	box-shadow: inset -10px -10px 20px rgba(255, 255, 255, 0.2), inset 10px 10px 20px rgba(97, 188, 155, 0.3);
	border-radius: 20px;
	margin-bottom: 40px;
}
section.description .block_v .block_data .more {
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 20px 30px;
    gap: 10px;
    height: 60px;
    background: #C7E4D5;
    box-shadow: -10px -10px 10px rgba(255, 255, 255, 0.2), 10px 10px 10px rgba(45, 178, 139, 0.05), inset 5px 5px 10px rgba(255, 255, 255, 0.6), inset -5px -5px 20px rgba(0, 159, 113, 0.2);
    border-radius: 15px;
    font-family: 'HelveticaNeueCyr';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #009F71;
    cursor: pointer;
}
section.description .block_v .block_data .col2 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
}
section.description .block_v .block_data .col2 .left,
section.description .block_v .block_data .col2 .right {
	width: calc(50% - 25px);
	height: auto;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
section.description .block_v .block_data .col2 .left .str,
section.description .block_v .block_data .col2 .right .str {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 30px;
}
section.description .block_v .block_data .col2 .left .str .stars,
section.description .block_v .block_data .col2 .right .str .stars {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	width: 190px;
}
section.description .block_v .block_data .col2 .left .str .stars img,
section.description .block_v .block_data .col2 .right .str .stars img {
	width: 30px;
	height: 30px;
}
section.description .block_v .block_data .col2 .left .str .txt,
section.description .block_v .block_data .col2 .right .str .txt {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	display: flex;
	align-items: center;
	color: #3C3C3B;
}

section.description .content_in .slider {
	width: 100%;
	height: auto;
	aspect-ratio: 1400/700;
	border-radius: 30px;
	overflow: hidden;
	margin-top: 100px;
	margin-bottom: 30px;
}
section.description .content_in .slider .arrow {
	position: absolute;
	top: calc(50% - 30px);
	width: 60px;
	height: 60px;
	border-radius: 15px;
	cursor: pointer;
	z-index: 5;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background: #DAEDE3;
	border: 1px solid #EDF6F2;
	box-shadow: inset -5px -5px 10px rgba(255, 255, 255, 0.6), inset 5px 5px 20px rgba(0, 0, 0, 0.1);
}
section.description .content_in .slider .arrow.left {
	left: 20px;
}
section.description .content_in .slider .arrow.right {
	right: 20px;
}
section.description .content_in .slider .slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
section.description .content_in .slider .slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

section.description .line_filter {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 40px;
	margin-bottom: -60px;
}
section.description .line_filter .filter {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
    gap: 10px;
    height: 50px;
    background: #DAEDE3;
    border: 1px solid #C7E4D5;
    box-shadow: -5px -5px 5px rgba(255, 255, 255, 0.1), 5px 5px 5px rgba(45, 178, 139, 0.05), inset -5px -5px 10px rgba(255, 255, 255, 0.3), inset 5px 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 80px;
    font-family: 'HelveticaNeueCyr';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #009F71;
    cursor: pointer;
}
section.description .line_filter .filter img {
    display: none;
}
section.description .line_filter .filter.active {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
    gap: 10px;
    height: 50px;
    background: #B1D9C7;
    border: 1px solid #C7E4D5;
    box-shadow: -5px -5px 5px rgba(255, 255, 255, 0.1), 5px 5px 5px rgba(45, 178, 139, 0.05), inset -5px -5px 10px rgba(255, 255, 255, 0.3), inset 5px 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 80px;
    font-family: 'HelveticaNeueCyr';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #009F71;
}
section.description .line_filter .filter.active img {
    display: block;
}

section.description .str_ico {
	width: 100%;
	height: 100px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
section.description .str_ico .block {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 10px 20px 10px 10px;
	gap: 20px;
	width: calc(100% / 3 - 7px);
	height: 100px;
	background: #EDF6F2;
	border: 1px solid #DAEDE3;
	box-shadow: inset -6px -6px 10px rgba(255, 255, 255, 0.2), inset 6px 6px 10px rgba(0, 159, 113, 0.1);
	border-radius: 15px;
}
section.description .str_ico .block .img {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0px;
	width: 80px;
	height: 80px;
	background: #DAEDE3;
	box-shadow: inset -8px -8px 13.3333px rgba(255, 255, 255, 0.2), inset 8px 8px 6.66667px rgba(153, 207, 183, 0.2);
	border-radius: 16px;
}
section.description .str_ico .block .img img {
	width: 45px;
}
section.description .str_ico .block .txt {
	width: calc(100% - 100px);
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	color: #009F71;
}


section.dop_menu {
	margin: 50px 0 0 0;
}
section.dop_menu nav {
	width: 100%;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 20px;
}
section.dop_menu nav ul {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	background: #DAEDE3;
	margin: 0;
	gap: 2px;
}
section.dop_menu nav ul li {
	width: auto;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 120%;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #009F71;
	background: #C7E4D5;
	margin-top: 0;
	/*
	box-shadow: -10px -10px 10px rgba(255, 255, 255, 0.2), 
				10px 10px 10px rgba(45, 178, 139, 0.05), 
				inset 5px 5px 10px rgba(255, 255, 255, 0.6), 
				inset -5px -5px 20px rgba(0, 159, 113, 0.2);
	*/
	box-shadow: -10px -10px 10px rgba(255, 255, 255, 0.2), 
				10px 10px 10px rgba(45, 178, 139, 0.05),
				inset 0px 5px 10px rgba(255, 255, 255, 0.6), 
				inset -5px -5px 20px rgba(0, 159, 113, 0.2);
}
section.dop_menu nav ul li:nth-child(1){
	border-radius: 15px 0 0 15px;
	box-shadow: -10px -10px 10px rgba(255, 255, 255, 0.2), 
				0 0 0 rgba(0,0,0,0.0), /*10px 10px 10px rgba(45, 178, 139, 0.05), */
				inset 5px 5px 10px rgba(255, 255, 255, 0.6), 
				inset -5px -5px 20px rgba(0, 159, 113, 0.2);
}
section.dop_menu nav ul li:nth-last-child(1){
	border-radius: 0 15px 15px 0;
	flex: 1;
}
section.dop_menu nav ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #009F71;
	padding: 0 12px;
	font-size: calc((100vw - 1366px) / (1920 - 1366) * (14 - 12) + 12px);
}
section.dop_menu nav ul li:nth-last-child(1) a {
	justify-content: flex-start;
}
section.dop_menu nav ul li:nth-last-child(1) .where {
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 172px;
    height: 60px;
    background: #009F71;
    box-shadow: -10px -10px 10px rgba(255, 255, 255, 0.2), 10px 10px 10px rgba(45, 178, 139, 0.05), inset 5px 5px 10px rgba(255, 255, 255, 0.6), inset -5px -5px 20px rgba(0, 159, 113, 0.2);
    border-radius: 15px;
    flex: none;
    order: 2;
    align-self: stretch;
    flex-grow: 0;
    font-family: 'HelveticaNeueCyr';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
	position: absolute;
	top: 10px;
	right: 10px;
}
@media screen and (max-width: 1400px) {
    section.dop_menu nav ul li:nth-last-child(1) .where {
        width: 160px;
    }
}

section.specific .list_tehno {
	margin-top: 40px;
	column-count: 2;
	column-gap: 50px;
}
section.specific .list_tehno .str {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 5px 0px 0px;
	gap: 10px;
	height: auto;
	border-top: 1px solid #009F71;
	margin-bottom: 20px;
	break-inside: avoid;
	break-inside: avoid-column;
	page-break-inside: avoid;
	-webkit-column-break-inside: avoid;
}
section.specific .list_tehno .str .zagl {
	width: 200px;
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 120%;
	text-transform: uppercase;
	color: #009F71;
}
section.specific .list_tehno .str .txt {
	width: calc(100% - 210px);
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: #1D1D1B;
}

section.service .block {
	height: 559px;
}
section.service .block .left,
section.service .block .right {
	height: 100%;
}
section.service .block .left {
	width: 916px;
}
section.service .block .right {
	width: calc(100% - 916px);
}
section.service .block .right .big {
	height: 100%;
}
section.service .block .right .big img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
section.service .block .left .line_contact {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
section.service .block .left .line_contact .block {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 10px 20px 10px 10px;
	gap: 10px;
	width: auto;
	height: 60px;
	background: #DAEDE3;
	box-shadow: inset -6px -6px 10px rgba(255, 255, 255, 0.2), inset 6px 6px 10px rgba(0, 159, 113, 0.1);
	border-radius: 15px;
}
section.service .block .left .line_contact .block .img {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0px;
	width: 40px;
	height: 40px;
	background: #DAEDE3;
	box-shadow: inset -6px -6px 10px rgba(255, 255, 255, 0.2), inset 6px 6px 5px rgba(153, 207, 183, 0.2);
	border-radius: 12px;
}
section.service .block .left .line_contact .block a.link {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	color: #009F71;
}

section.form_service .block {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 50px;
	gap: 50px;
	background: #C7E4D5;
	box-shadow: inset -10px -10px 20px rgba(255, 255, 255, 0.2), inset 10px 10px 20px rgba(97, 188, 155, 0.3);
	border-radius: 50px;
}
section.form_service .block form {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
}
section.form_service .block form .left,
section.form_service .block form .right {
	width: calc(50% - 25px);
	display: flex;
	flex-direction: column;
	gap: 20px;
}
section.form_service .block form .left input,
section.form_service .block form .right input {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0px 30px;
	gap: 10px;
	width: 100%;
	height: 60px;
	background: #F7F7F7;
	box-shadow: inset -6px -6px 10px #FFFFFF, inset 6px 6px 5px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
}
section.form_service .block form .left .ttl {
	height: 14px;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 100%;
	color: #009F71;
	opacity: 0.7;
	margin: 0 0 -10px 0;
}
section.form_service .block form .right textarea {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 23.5px 30px;
	gap: 10px;
	width: 100%;
	height: 300px;
	background: #F7F7F7;
	box-shadow: inset -6px -6px 10px #FFFFFF, inset 6px 6px 5px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
}
section.form_service .block form .right .file {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0px 30px;
	gap: 10px;
	width: 100%;
	height: 60px;
	background: #DAEDE3;
	box-shadow: -10px -10px 10px rgba(255, 255, 255, 0.2), 10px 10px 10px rgba(45, 178, 139, 0.05), inset 5px 5px 10px rgba(255, 255, 255, 0.6), inset -5px -5px 20px rgba(0, 159, 113, 0.2);
	border-radius: 15px;
	font-family: 'Helvetica Neue';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #009F71;
	cursor: pointer;
}
section.form_service .block form .right .line {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
section.form_service .block form .right .line .check {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    font-family: 'HelveticaNeueCyr';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    color: #575656;
}
section.form_service .block form .right .line button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 159px;
    height: 60px;
    background: #009F71;
    box-shadow: -10px -10px 10px rgba(255, 255, 255, 0.2), 10px 10px 10px rgba(45, 178, 139, 0.05), inset 5px 5px 10px rgba(255, 255, 255, 0.6), inset -5px -5px 20px rgba(0, 159, 113, 0.2);
    border-radius: 15px;
    font-family: 'HelveticaNeueCyr';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
}

section.start .content_in > .block {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 50px 200px;
	gap: 50px;
	width: 100%;
	height: auto;
	background: #C7E4D5;
	box-shadow: inset -10px -10px 20px rgba(255, 255, 255, 0.2), inset 10px 10px 20px rgba(97, 188, 155, 0.3);
	border-radius: 50px;
}
section.start .lk .info {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
section.start .lk .info .photo {
	width: 247px;
	height: auto;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
section.start .lk .info .photo .avatar {
	width: 220px;
	height: 220px;
	border-radius: 100%;
	overflow: hidden;
	margin: 0 auto;
}
section.start .lk .info .photo .avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
section.start .lk .info .photo .upload {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0px 30px;
	gap: 10px;
	width: 100%;
	height: 60px;
	background: #DAEDE3;
	box-shadow: -10px -10px 10px rgba(255, 255, 255, 0.2), 10px 10px 10px rgba(45, 178, 139, 0.05), inset 5px 5px 10px rgba(255, 255, 255, 0.6), inset -5px -5px 20px rgba(0, 159, 113, 0.2);
	border-radius: 15px;
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #009F71;
	cursor: pointer;
}
section.start .lk .info .data {
	width: calc(100% - 277px);
	height: auto;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
section.start .lk .info .data .str {
	width: 100%;
	height: 60px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
}
section.start .lk .info .data .str.ha {
	height: auto;
}
section.start .lk .info .data .str.edit:after {
	content: '';
	position: absolute;
	right: 30px;
	top: 17px;
	width: 25px;
	height: 25px;
	background: url("/assets/img/ico-edit.svg") center no-repeat;
	z-index: 10;
}
section.start .lk .info .data .str .zagl {
	width: 110px;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: #009F71;
}
section.start .lk .info .data .str input {
	padding: 0px 30px;
	width: calc(100% - 130px);
	height: 60px;
	background: #F7F7F7;
	box-shadow: inset -6px -6px 10px #FFFFFF, inset 6px 6px 5px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
}
section.start .lk .info .data .str .line {
	width: calc(100% - 130px);
	display: flex;
	height: 60px;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
}
section.start .lk .info .data .str .line .btn_select {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0px 30px;
	gap: 10px;
	height: 60px;
	background: #F7F7F7;
	box-shadow: -10px -10px 10px rgba(255, 255, 255, 0.2), 10px 10px 10px rgba(45, 178, 139, 0.05), inset 5px 5px 10px rgba(255, 255, 255, 0.6), inset -5px -5px 20px rgba(0, 159, 113, 0.2);
	border-radius: 15px;
	flex: 1;
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 120%;
	color: #1D1D1B;
	opacity: 0.7;
	cursor: pointer;
}

section.start .lk .info .data .str .block_open {
	width: calc(100% - 130px);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 23.5px 30px;
	gap: 20px;
	height: auto;
	background: #FFFFFF;
	box-shadow: -10px -10px 10px rgba(255, 255, 255, 0.2), 10px 10px 10px rgba(45, 178, 139, 0.05), inset 5px 5px 10px rgba(255, 255, 255, 0.6), inset -5px -5px 20px rgba(0, 159, 113, 0.2);
	border-radius: 15px;
}
section.start .lk .info .data .str .block_open .ttl {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 0px;
	height: 20px;
	cursor: pointer;
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 120%;
	color: #1D1D1B;
	opacity: 0.7;
}
section.start .lk .info .data .str .block_open .ttl img {
	transform: rotate(180deg);
}
section.start .lk .info .data .str .block_open.active .ttl img {
	transform: rotate(0deg);
}
section.start .lk .info .data .str .block_open .in {
	display: none;
	flex-direction: row;
	align-items: flex-start;
	padding: 10px 0px 0px;
	gap: 30px;
	width: 100%;
	height: 140px;
	border-top: 1px solid #009F71;
}
section.start .lk .info .data .str .block_open.active .in {
	display: flex;
}
section.start .lk .info .data .str .block_open .in .c1,
section.start .lk .info .data .str .block_open .in .c2 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	gap: 5px;
	width: calc(50% - 15px);
	height: 130px;
}
section.start .lk .info .data .str .block_open .in .c1 .ll,
section.start .lk .info .data .str .block_open .in .c2 .ll {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0px;
	gap: 5px;
	height: 22px;
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #1D1D1B;
	opacity: 0.7;
	cursor: pointer;
}
section.start .lk .info .data .str .block_open .in .c1 .ll img,
section.start .lk .info .data .str .block_open .in .c2 .ll img {
	width: 22px;
	height: 22px;
}
section.start .lk .info .data .block_full {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 30px 30px 50px 30px;
	gap: 30px;
	width: 100%;
	height: auto;
	background: #F7F7F7;
	box-shadow: -10px -10px 10px rgba(255, 255, 255, 0.2), 10px 10px 10px rgba(45, 178, 139, 0.05), inset 5px 5px 10px rgba(255, 255, 255, 0.6), inset -5px -5px 20px rgba(0, 159, 113, 0.2);
	border-radius: 15px;
}
section.start .lk .info .data .block_full .ttl {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0px;
	gap: 10px;
	height: 30px;
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 120%;
	color: #1D1D1B;
	opacity: 0.7;
}
section.start .lk .info .data .block_full input {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0px 30px;
	width: 100%;
	height: 52px;
	background: #F7F7F7;
	box-shadow: inset -6px -6px 10px #FFFFFF, inset 6px 6px 5px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
	margin-bottom: -20px;
}
section.start .lk .info .save {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 20px 30px;
	width: 100%;
	height: 60px;
	background: #009F71;
	box-shadow: -10px -10px 10px rgba(255, 255, 255, 0.2), 10px 10px 10px rgba(45, 178, 139, 0.05), inset 5px 5px 10px rgba(255, 255, 255, 0.6), inset -5px -5px 20px rgba(0, 159, 113, 0.2);
	border-radius: 15px;
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 120%;
	leading-trim: both;
	text-edge: cap;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #FFFFFF;
	cursor: pointer;
}

section.form.reg .block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 50px 200px;
    width: 100%;
    height: auto;
    background: #C7E4D5;
    box-shadow: inset -10px -10px 20px rgba(255, 255, 255, 0.2), inset 10px 10px 20px rgba(97, 188, 155, 0.3);
    border-radius: 50px;
}
section.form.reg .block form {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	gap: 30px;
}
section.form.reg .block form .left,
section.form.reg .block form .right {
	width: calc(50% - 15px);
	display: flex;
	flex-direction: column;
	gap: 20px;
}
section.form.reg .block form .left input,
section.form.reg .block form .right input {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0px 30px;
	width: 100%;
	height: 60px;
	background: #FFFFFF;
	box-shadow: inset -6px -6px 10px #FFFFFF, inset 6px 6px 5px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
}
section.form.reg .block form .right .str {
    width: 100%;
    display: flex;
    height: auto;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
}
section.form.reg .block form .right .str .btn_select {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 30px;
    gap: 10px;
    height: 60px;
    background: #F7F7F7;
    box-shadow: -10px -10px 10px rgba(255, 255, 255, 0.2), 10px 10px 10px rgba(45, 178, 139, 0.05), inset 5px 5px 10px rgba(255, 255, 255, 0.6), inset -5px -5px 20px rgba(0, 159, 113, 0.2);
    border-radius: 15px;
    flex: 1;
    font-family: 'HelveticaNeueCyr';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    color: #1D1D1B;
    opacity: 0.7;
    cursor: pointer;
}
section.form.reg .block form .right .str .block_open {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 23.5px 30px;
    gap: 20px;
    height: auto;
    background: #FFFFFF;
    box-shadow: -10px -10px 10px rgba(255, 255, 255, 0.2), 10px 10px 10px rgba(45, 178, 139, 0.05), inset 5px 5px 10px rgba(255, 255, 255, 0.6), inset -5px -5px 20px rgba(0, 159, 113, 0.2);
    border-radius: 15px;
}
section.form.reg .block form .right .str .block_open .ttl {
	width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    height: 20px;
    cursor: pointer;
    font-family: 'HelveticaNeueCyr';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    color: #1D1D1B;
    opacity: 0.7;
}
section.form.reg .block form .right .str .block_open .ttl img {
    transform: rotate(180deg);
}
section.form.reg .block form .right .str .block_open.active .ttl img {
	transform: rotate(0deg);
}
section.form.reg .block form .right .str .block_open .in {
	display: none;
	flex-direction: row;
	align-items: flex-start;
	padding: 10px 0px 0px;
	gap: 16px;
	width: 100%;
	height: 140px;
	border-top: 1px solid #009F71;
}
section.form.reg .block form .right .str .block_open.active .in {
	display: flex;
}
section.form.reg .block form .right .str .block_open .in .c1,
section.form.reg .block form .right .str .block_open .in .c2 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	gap: 5px;
	width: calc(50% - 8px);
	height: 130px;
}
section.form.reg .block form .right .str .block_open .in .c1 .ll,
section.form.reg .block form .right .str .block_open .in .c2 .ll {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0px;
	gap: 5px;
	height: 22px;
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 70%;
	color: #1D1D1B;
	opacity: 0.7;
	cursor: pointer;
}
section.form.reg .block form .right .str .block_open .c1 .ll img,
section.form.reg .block form .right .str .block_open .c2 .ll img {
	width: 22px;
	height: 22px;
}

section.form.reg .block form .right .str .block_full {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 15px 30px 15px 30px;
    gap: 30px;
    width: 100%;
    height: 60px;
    background: #F7F7F7;
    box-shadow: -10px -10px 10px rgba(255, 255, 255, 0.2), 10px 10px 10px rgba(45, 178, 139, 0.05), inset 5px 5px 10px rgba(255, 255, 255, 0.6), inset -5px -5px 20px rgba(0, 159, 113, 0.2);
    border-radius: 15px;
}
section.form.reg .block form .right .str .block_full.active {
	padding: 30px 30px 50px 30px;
	height: auto;
}
section.form.reg .block form .right .str .block_full .ttl {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 10px;
	width: 100%;
    height: 30px;
    font-family: 'HelveticaNeueCyr';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    color: #1D1D1B;
    opacity: 0.7;
	cursor: pointer;
}
section.form.reg .block form .right .str .block_full .ttl .arrow {
	margin-left: auto;
	margin-right: 0;
	transform: rotate(180deg);
}
section.form.reg .block form .right .str .block_full.active .ttl .arrow {
	transform: rotate(0deg);
}
section.form.reg .block form .right .str .block_full input {
	display: none;
	margin-bottom: -20px;
}
section.form.reg .block form .right .str .block_full.active input {
	display: flex;
}
section.form.reg .block form button {
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px 30px;
    width: 100%;
    height: 60px;
    background: #009F71;
    box-shadow: -10px -10px 10px rgba(255, 255, 255, 0.2), 10px 10px 10px rgba(45, 178, 139, 0.05), inset 5px 5px 10px rgba(255, 255, 255, 0.6), inset -5px -5px 20px rgba(0, 159, 113, 0.2);
    border-radius: 15px;
    font-family: 'HelveticaNeueCyr';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    leading-trim: both;
    text-edge: cap;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
	margin: 20px 0 -20px 0;
}
section.form.reg .block form .check {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	margin: 0 auto;
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 120%;
	color: #575656;
}
section.form.reg .block form .check a {
	margin-left: -10px;
	color: #575656;
	text-decoration: underline;
}


footer {
	width: 100%;
	height: auto;
	padding: 100px 0 200px 0;
	background: #1D1D1B;
	border-radius: 50px 50px 0 0;
}
footer .content_in {
	display: flex;
	flex-direction: column;
	width: calc(100% - 200px);
	max-width: 1400px;
	margin: 0 auto;
	gap: 50px;
}
@media screen and (max-width: 1400px) {
    footer .content_in {
        width: calc(100% - 100px);
    }
}
footer .content_in .top {
	width: 100%;
	height: 60px;
	display: flex;
	flex-wrap: wrap;
}
footer .content_in .top .logo {
	width: 249px;
}
footer .content_in .top .logo span {
	display: flex;
    width: 249px;
    height: 79px;
    font-family: 'Disruptors Script';
    font-style: normal;
    font-weight: 400;
    font-size: 66px;
    line-height: 79px;
    color: #FFFFFF;
    margin-top: -33px;
}
footer .content_in .top nav {
	height: 60px;
	margin: 0 0 0 auto;
}
footer .content_in .top nav ul {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	align-items: center;
	justify-content: flex-start;
	height: 60px;
	margin: 0 0 0 auto;
	list-style: none;
}
footer .content_in .top nav ul li a {
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 120%;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #99CFB7;
}
footer .content_in .top a.btn {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0 30px;
	gap: 10px;
	height: 60px;
	border: 2px solid #009F71;
	border-radius: 15px;
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #009F71;
	margin: 0 0 0 50px;
}
footer .content_in .center {
	width: 100%;
	height: 155px;
	display: flex;
	flex-wrap: wrap;
}
footer .content_in .center .b1 {
	display: flex;
	flex-direction: column;
	gap: 7px;
}
footer .content_in .center .b1 .zag {
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 120%;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #FFFFFF;
	opacity: 0.5;
}
footer .content_in .center .b1 .txt {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: #FFFFFF;
}
footer .content_in .center .ll {
	width: 1px;
	height: 155px;
	background: #fff;
}
footer .content_in .center .ll.m72 {
	margin: auto 72px;
}
footer .content_in .center .ll.ma72 {
	margin: auto 72px auto auto;
}
footer .content_in .center .b2 {
	display: flex;
    flex-direction: column;
    height: 155px;
    justify-content: space-between;
}
footer .content_in .center .b2 .info {
	display: flex;
    flex-direction: column;
	gap: 3px;
}
footer .content_in .center .b2 .info .zag {
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 120%;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #FFFFFF;
	opacity: 0.5;
}
footer .content_in .center .b2 .info a {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: #FFFFFF;
}
footer .content_in .center .b3 {
	display: flex;
    flex-direction: column;
    height: 155px;
    justify-content: space-between;
}
footer .content_in .center .b3 a.page {
	text-align: right;
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #FFFFFF;
}
footer .content_in .center .b3 .copy {
	text-align: right;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: #FFFFFF;
}
footer .content_in .center .b3 .developer {
	text-align: right;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: #FFFFFF;
}
footer .content_in .center .b3 .developer a {
	color: #FFFFFF;
}

#burger {
	display: none;
}

#mobile_menu {
    display: none;
}

@media (min-width: 981px) and (max-width: 1280px) {
    #burger {
        display: flex;
        position: absolute;
        right: 180px;
        top: 27px;
        cursor: pointer;
        z-index: 20;
    }
    
    #mobile_menu {
        position: fixed;
        top: 0;
        right: -100vw;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        width: 50vw;
        height: 100vh;
        padding: 50px 100px;
        background: #fff;
        box-shadow: 0 0 100px #777;
        gap: 50px;
        z-index: 999;
        transition: all 0.4s linear;
    	-webkit-transition: all 0.4s linear;
        -moz-transition: all 0.4s linear;
        -o-transition: all 0.4s linear;
        
    }
    #mobile_menu.active {
        right: 0;
    }
    #mobile_menu .close {
        width: 40px;
        height: 40px;
        font-size: 48px;
        margin-left: -50px;
        margin-top: -10px;
        font-weight: 700;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.2s linear;
    	-webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
    }
    #mobile_menu .close:hover {
        transform: rotate(180deg);
    }
    #mobile_menu nav ul {
        display: flex;
        flex-direction: column;
        gap: 40px;
        margin-bottom: 50px;
    }
    #mobile_menu nav ul li {
        list-style: none;
    }
    #mobile_menu nav ul li a {
        font-family: 'HelveticaNeueCyr';
        font-style: normal;
        font-weight: 500;
        font-size: 30px;
        line-height: 100%;
        background: linear-gradient(180deg, #009F71 0%, #99CFB7 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }
    #mobile_menu nav .button {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 244px;
        height: 60px;
        background: #009F71;
        box-shadow: -10px -10px 10px rgba(255, 255, 255, 0.2), 10px 10px 10px rgba(45, 178, 139, 0.05), inset 5px 5px 10px rgba(255, 255, 255, 0.6), inset -5px -5px 20px rgba(0, 159, 113, 0.2);
        border-radius: 15px;
        font-family: 'HelveticaNeueCyr';
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #FFFFFF;
    }
    
}
@media (min-width: 1201px) and (max-width: 1340px) {
    footer .content_in .top {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
    }
    footer .content_in .top nav {
        height: 60px;
        margin: 0 auto;
    }
    footer .content_in .top a.btn {
        width: fit-content;
        margin: auto;
    }
    footer .content_in .center .b3 {
        width: 100%;
        height: auto;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin: 100px 0;
    }
}

@media (min-width: 981px) and (max-width: 1400px) {
    section .content_in {
        max-width: 100%;
    }
    section.start .slogan {
        margin: 0 0 20px auto;
    }
}

@media (min-width: 981px) and (max-width: 1200px) {
    #burger {
        display: flex;
        position: absolute;
        right: 180px;
        top: 27px;
        cursor: pointer;
        z-index: 20;
    }
    
    
    
    .screen .block_text {
        padding: 60px 40px 40px 100px;
        max-width: 60%;
        min-width: 60%;
    }
    .screen .block_text h1 {
        font-size: 36px;
    }
    
    section .blocks_num {
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 1px;
    }
    section .blocks_num .block {
        width: calc(50% - 2px);
        min-width: calc(50% - 2px);
        height: 250px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: #EDF6F2;
        padding: 20px;
        flex: 0;
    }
    section .blocks_num .block:nth-child(1) {
        border-radius: 25px 0 0 0;
    }
    section .blocks_num .block:nth-child(2) {
        border-radius: 0 25px 0 0;
    }
    section .blocks_num .block:nth-child(3) {
        border-radius: 0 0 0 25px;
    }
    section .blocks_num .block:nth-child(4) {
        border-radius: 0 0 25px 0;
    }
    
    section.come_in .block_info .txt .tiles .tile {
        width: 100%;
        max-width: 100%;
    }
    
    section.p404 .block .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding: 40px 30px 40px 60px;
        gap: 100px;
        width: 60%;
        height: 700px;
        background: rgba(255, 255, 255, 0.01);
        box-shadow: inset -35px -35px 90px rgba(255, 255, 255, 0.6);
        backdrop-filter: blur(15px);
        border-radius: 0px 50px 50px 0px;
        z-index: 10;
    }
    section.p404 .block .text h1 {
        font-family: 'HelveticaNeueCyr';
        font-style: normal;
        font-weight: 500;
        font-size: 48px;
        line-height: 140%;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #C7E4D5;
    }
    
    section.mission .blocks {
        height: auto;
        gap: 20px;
    }
    section.mission .blocks .left,
    section.mission .blocks .right {
        width: calc(50% - 10px);
    }
    
    section.about .blocks .left {
        width: 60%;
        gap: 30px;
    }
    section.about .blocks .right {
        width: 40%;
    }
    
    section.history .txt {
        height: auto;
    }
    
    section.content .content_in .left .apparat {
        height: auto;
        padding: 20px;
        flex-direction: column;
    }
    section.content .content_in .left .apparat .block {
        width: 100%;
    }
    section.content .content_in .left .apparat .block .cat {
        width: 100%;
    }
    
    section.title_block .block .txt {
        width: 65%;
    }
    section.title_block .block .txt .ttl {
        font-size: 40px;
    }
    section.title_block .block .img {
        width: 35%;
    }
    
    section.list .blocks .block {
        height: auto;
    }
    section.list .blocks .block .txt {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 50px 20px;
        gap: 30px;
        width: 70%;
        height: auto;
        background: #B1D9C7;
    }
    section.list .blocks .block .txt .info .left .ttl {
        width: calc(100% + 160px);
    }
    section.list .blocks .block .img {
        width: 30%;
        height: auto;
    }
    
    section.start .blocks_dd .block {
        width: calc(100% / 2 - 15px);
    }
    section.start .blocks_dd .block .img {
        height: auto;
        aspect-ratio: 1 / 0.8;
    }
    
    section.lectures .blocks .block {
        height: auto;
    }
    section.lectures .blocks .block .txt a.lectures {
        height: auto;
        line-height: 100%;
    }
    section.lectures .blocks .block .txt p {
        height: 80px;
    }
    
    section.start .blocks_ll .block a.phone {
        min-width: 210px;
    }
    
    section.start .content_in > .block {
        padding: 50px 50px;
    }
    
    section.apparat .block .left {
        width: 60%;
    }
    section.apparat .block .right {
        width: 40%;
    }
    
    section.forma_mini .block form,
    section.forma_mini .block .txt {
        width: calc(50% - 70px);
    }
    section.forma_mini .block form .line button {
        width: 100%;
        margin-top: 10px;
    }
    
    section.description .block_v .block_data .col2 .left .str .txt, 
    section.description .block_v .block_data .col2 .right .str .txt {
        display: flex;
        flex-wrap: wrap;
        line-height: 100%;
        flex: 1;
    }
    
    section.description .str_ico {
        flex-direction: column;
        flex-wrap: nowrap;
        height: auto;
    }
    section.description .str_ico .block {
        width: 400px;
    }
    section.form.reg .block {
        padding: 50px 100px;
    }
    
    section.form_service .block form .right .line button {
        width: 100%;
        margin-top: 10px;
    }
    
    section.form .block .block_right form .line button {
        width: 100%;
        margin-top: 10px;
    }
    
    
    
    
    
    
    
    footer .content_in .top {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
    }
    footer .content_in .top nav {
        height: 60px;
        margin: 0 auto;
    }
    footer .content_in .top a.btn {
        width: fit-content;
        margin: auto;
    }
    footer .content_in .center .b3 {
        width: 100%;
        height: auto;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin: 100px 0;
    }
    
    
}

@media (max-width: 980px) {
	
	#burger {
		display: block;
        margin-top: -10px;
        margin-left: auto;
	}
	
    #mobile_menu {
        position: fixed;
        top: 0;
        right: -100vw;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        width: 80vw;
        height: 100vh;
        padding: 30px 40px;
        background: #fff;
        box-shadow: 0 0 100px #777;
        gap: 20px;
        z-index: 999;
        transition: all 0.2s linear;
    	-webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        
    }
    #mobile_menu.active {
        right: 0;
    }
    #mobile_menu .close {
        width: 30px;
        height: 30px;
        font-size: 38px;
        margin-left: -20px;
        margin-top: -10px;
        font-weight: 500;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.2s linear;
    	-webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
    }
    #mobile_menu .close:hover {
        transform: rotate(180deg);
    }
    #mobile_menu nav {
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    #mobile_menu nav ul {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-bottom: 50px;
    }
    #mobile_menu nav ul li {
        list-style: none;
    }
    #mobile_menu nav ul li a {
        font-family: 'HelveticaNeueCyr';
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 100%;
        background: linear-gradient(180deg, #009F71 0%, #99CFB7 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }
    #mobile_menu nav .button {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 60px;
        background: #009F71;
        box-shadow: -10px -10px 10px rgba(255, 255, 255, 0.2), 10px 10px 10px rgba(45, 178, 139, 0.05), inset 5px 5px 10px rgba(255, 255, 255, 0.6), inset -5px -5px 20px rgba(0, 159, 113, 0.2);
        border-radius: 15px;
        font-family: 'HelveticaNeueCyr';
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #FFFFFF;
        margin: auto 0 50px 0;
    }
	
	section.come_in .block_info .txt .tiles {
	    flex-direction: column;
	}
	
	header .content_in .logo {
		height: 40px;
	}
	
	.content_in {
		width: calc(100% - 40px) !important;
	}
	
	section {
		margin: 25px 0;
	}
	
	body {
		padding-top: 70px;
	}
	
	h1 {
        font-size: 36px;
    }
	
	h2 {
		font-size: 32px;
	}
	
	header {
		width: 100%;
		height: 70px;
		border-radius: 0;
	}
	header .content_in {
		width: calc(100% - 40px);
	}
	header .content_in .logo .img {
		width: 125px;
		height: 25px;
		min-height: 25px;
		margin-top: -5px;
	}
	header .content_in .logo .img img {
		width: 100%;
	}
	header .content_in .logo .slogan {
		font-size: 33px;
		width: 125px;
		margin-left: 0px;
	}
	header .content_in .block,
	header .content_in .block nav .button {
		display: none;
	}
	
	.screen {
		border-radius: 30px;
        height: auto;
        aspect-ratio: inherit;
	}
	.screen .block_text {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		padding: 30px 20px;
		border-radius: 30px;
		margin-top: 300px;
	}
	.screen .block_text h1 {
		font-size: 28px;
	}
	
	
	
	section.number {
		margin-top: 50px;
	}
	
	section .blocks_num {
		flex-direction: column;
    	height: auto;
	}
	section .blocks_num .block {
		width: 100%;
		min-width: 100%;
        max-width: 100%;
	}
	section .blocks_num .block:nth-child(1) {
		border-radius: 25px 25px 0 0;
	}
	section .blocks_num .block:nth-child(2) {
		border-radius: 0 0 0 0;
	}
	section .blocks_num .block:nth-child(3) {
		border-radius: 0 0 0 0;
	}
	section .blocks_num .block:nth-child(4) {
		border-radius: 0 0 25px 25px;
	}
	
	section.video .video_block {
		padding: 20px;
		aspect-ratio: 16 / 9;
		border-radius: 25px;
	}
	section.video .video_block:after {
		background-size: 75px;
	}
	section.video .video_block h2 {
		line-height: normal;
	}
	
	section.clinic .blocks_clicnic {
		flex-direction: column;
	}
	section.clinic .blocks_clicnic .block {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		max-height: none;
	}
	
	section.lectures .blocks .block .txt {
		padding: 30px 20px;
	}
	section.lectures .blocks .block .txt a.lectures {
		font-size: 20px;
	}
	
	section.come_in .block_info {
		flex-direction: column-reverse;
		padding: 20px;
		border-radius: 25px;
	}
	section.come_in .block_info .txt,
	section.come_in .block_info .img {
		width: 100%;
		border-radius: 20px;
	}
	section.come_in .block_info .txt .button,
	section.come_in .block_info .txt .tiles .tile {
		width: 100%;
		max-width: 100%;
	}
	
	section.map .glass {
		width: calc(100% - 20px);
        padding: 20px;
	}
	
	section.lectures .blocks {
		flex-direction: column;
	}
	section.lectures .blocks .block {
		width: 100%;
	}
	
	section.form {
		padding-bottom: 25px;
	}
	section.form .block {
		flex-direction: column;
		padding: 20px;
		border-radius: 25px;
		gap: 30px;
	}
	section.form .block .block_left, 
	section.form .block .block_right {
		width: 100%;
		gap: 30px;
	}
	section.form .block .block_left .img {
		border-radius: 20px;
	}
	section.form .block .block_left p span {
		font-size: 20px;
	}
	
	section.form .block .block_right form .line button {
		margin-top: 20px;
    	width: 100%;
	}
	
	section.form .block .block_right form .line .check {
		display: block;
	}
	section.form .block .block_right form .line .check img {
		float: left;
    	margin-right: 5px;
	}
	
	section.mission .blocks {
		height: auto;
	}
	section.mission .blocks .right {
		width: 100%;
		gap: 25px;
	}
	
	section.title_block .block {
		flex-direction: column;
		padding: 20px;
		height: auto;
		border-radius: 25px;
	}
	section.title_block .block .txt {
		width: 100%;
		padding: 0;
	}
	section.title_block .block .img {
		width: 100%;
		margin-top: 60px;
		border-radius: 25px;
		overflow: hidden;
	}
	section.title_block .block .txt .line .str {
		margin: 0 auto;
	}
	section.content .content_in .left {
		width: 100%;
	}
	section.content .content_in .left .apparat {
		height: auto;
		padding: 20px;
		flex-direction: column;
	}
	section.content .content_in .right {
		margin: 0 auto;
	}
	.m100 {
		margin: 25px 0 !important;
	}
	
	section.forum .blocks .block .top {
		height: auto;
		padding: 10px;
	}
	section.forum .blocks .block .top .img {
		width: 80px;
    	height: 80px;
	}
	section.forum .blocks .block .top .info {
		width: calc(100% - 120px);
    	margin: 0;
	}
	section.forum .blocks .block .top .info .data,
	section.forum .blocks .block .top .info .name {
		height: auto;
		font-size: 14px;
	}
	section.forum .blocks .block.reply {
		width: calc(100% - 50px);
		margin-left: auto;
		margin-right: 0;
	}
	section.forum .blocks .answer .btn_answer {
		width: 100%;
	}
	section.title_block .block .txt .ttl {
		font-size: 26px;
	}
	section.autor_info .block {
		flex-direction: column;
		border-radius: 25px;
		height: auto;
	}
	section.autor_info .block .txt {
		padding: 20px;
        width: 100%;
        height: auto;
        border-radius: 0;
	}
	section.autor_info .block .img {
		width: 100%;
	}
	section.autor_info .block .txt .line .name {
		font-size: 26px;
        line-height: normal;
	}
	section.autor_info .block .txt .data {
		line-height: 37%;
    	margin-top: -14px;
	}
	section.start .block_search {
		flex-direction: column;
	}
	section.start .block_search .right {
		width: 100%;
	}
	section.list .blocks .block {
		flex-direction: column;
		height: auto;
	}
	section.list .blocks .block .txt {
		width: 100%;
		padding: 20px;
		height: auto;
	}
	section.list .blocks .block .img {
		width: 100%;
	}
	section.list .blocks .block .txt .info {
		flex-direction: column;
	}
	section.list .blocks .block .txt .info .left {
		width: 100%;
	}
	section.list .blocks .block .txt .info .left .autor {
/*		margin-top: 30px;*/
	}
	section.list .blocks .block .txt .info .right,
	section.list .blocks .block .txt .info .right .str {
		width: 100%;
	}
	section.list .blocks .block .txt .line .list_cat {
		flex-direction: column;
		height: auto;
		width: 100%;
	}
	section.list .blocks .block .txt .line {
		height: auto;
		flex-direction: column;
	}
	section.list .blocks .block .txt .line .list_cat .cat {
		width: 100%;
	}
	section.list .blocks .block .txt .line .star {
		margin: 20px auto 0;
	}
	section.start .block_search .left {
		width: 100%;
	}
	section.start .block_search .left .btn_cat,
	section.start .block_search .left .btn_cat.active {
		width: calc(50% - 5px);
	}
	section.start .line {
		height: auto;
	}
	section.catalog {
		margin-bottom: 50px;
	}
	section.catalog .blocks .block {
		flex-direction: column;
		border-radius: 25px;
		padding: 20px;
		height: auto;
	}
	section.catalog .blocks .block .left {
		width: 100%;
		border-radius: 25px;
		padding: 0px;
	}
	section.catalog .blocks .block .right {
		width: 100%;
	}
	section.catalog .blocks .block .left .txt,
	section.catalog .blocks .block .left .txt .top,
	section.catalog .blocks .block .left .txt .bottom {
		width: 100%;
	}
	section.catalog .blocks .block .left .txt .top {
		font-size: 28px;
	}
	section.catalog .blocks .block .left .txt .bottom {
		font-size: 12px;
		padding: 40px 20px 20px;
	}
	section.catalog .blocks .block .left a {
		width: 100%;
	}
	
	section.start .blocks_dd .block {
		width: 100%;
	}
	section.start .slogan {
		display: none;
	}
	section.forum .enter {
		display: none;
	}
	section.contacts .block {
		border-radius: 25px;
		height: auto;
		flex-direction: column;
	}
	section.contacts .block .left {
		width: 100%;
		height: auto;
		padding: 30px
	}
	section.contacts .block .map {
		width: 100%;
	}
	section.forum .blocks .block .bottom .col2 {
		flex-direction: column;
	}
	section.forum .blocks .block .bottom .col2 p {
		width: 100%;
	}
	section.start .blocks_ll .block {
		padding: 20px;
		flex-direction: column;
		height: auto;
		gap: 20px;
	}
	section.start .blocks_ll .block a.phone {
		margin: 0 auto;
	}
	section.politika h1 {
		font-size: 38px;
	}
	section.apparat .block {
		height: auto;
		flex-direction: column-reverse;
        border-radius: 25px;
	}
	section.apparat .block .left {
		width: 100%;
		border-radius: 25px;
		height: auto;
		padding: 50px 20px;
	}
	section.apparat .block .right {
		width: 100%;
		margin-bottom: 20px;
	}
	section.apparat .block .right .small {
		padding-left: 0;
	}
	section.apparat .block .right .big {
		border-radius: 25px;
	}
	section.apparat .block .left .str {
		display: block;
		margin-top: -38px;
	}
	section.apparat .block .left .str img {
		float: left;
		margin-right: 10px;
		margin-bottom: 20px;
	}
	section.description .block {
		flex-direction: column;
	}
	section.description .block .left {
		width: 100%;
	}
	section.description .block .right {
		width: 100%;
	}
	section.i_video .block {
		flex-direction: column;
	}
	section.i_video .block .left, 
	section.i_video .block .right {
		width: 100%;
		height: auto;
	}
	section.specific .block {
		height: auto;
	}
	section.specific .block .data {
		width: 100%;
		align-items: center;
	}
	section.specific .block .data span {
	    max-width: 50%;
	}
	section.forma_mini .block {
		flex-direction: column;
        border-radius: 25px;
        height: auto;
        padding: 40px 20px;
	}
	section.forma_mini .block form,
	section.forma_mini .block .txt {
		width: 100%;
	}
	section.forma_mini .block form .line button {
		width: 100%;
		margin-top: 20px;
	}
	
	section.content .content_in .left .apparat .block {
		width: 100%;
	}
	section.content .content_in .left .apparat .block .cat {
		width: 100%;
	}
	section.content .content_in .left .apparat .block .cat.active {
		border-radius: 15px;
		width: 100%;
	}
	
	section.forum .blocks .block .bottom .line span {
		font-size: 10px;
	}
	
	section.autor_info {
		margin-bottom: 50px;
	}
	section.autor_info .block .txt .line {
		height: 90px;
	}
	section.autor_info .block .txt .line .count {
		width: 120px;
		height: 90px;
		padding: 10px;
		gap: 0px;
	}
	section.autor_info .block .txt .ttl {
		font-size: 20px;
	}
	
	section.start .block_search .right .block_cat .filter {
		font-size: 12px;
	}
	
	section.start .block_search .right .str_search input {
		width: calc(100% - 80px);
	}
	section.start .block_search .right .str_search .btn_search {
		width: 80px;
	}
	
	section.list .blocks .block .txt .info .left .autor {
		font-size: 10px;
	}
	section.list .blocks .block .txt .info .left .autor span {
		font-size: calc((100vw - 360px) / (430 - 360) * (24 - 16) + 22px); /*22px;*/
    	line-height: 18px;
	}
	
	section.list .blocks .block .txt .info .left .ttl {
		font-size: 20px;
	}
	
	
	footer {
		padding: 50px 0;
	}
	footer .content_in .top {
		flex-direction: column;
    	height: auto;
	}
	footer .content_in .top .logo {
		margin: 0 auto;
	}
	footer .content_in .top nav ul {
		flex-direction: column;
    	height: auto;
	}
	footer .content_in .top nav {
		width: 100%;
		height: auto;
		margin: 0;
	}
	
	footer .content_in .top a.btn {
		margin: 20px auto;
	}
	footer .content_in .center {
		flex-direction: column;
		height: auto;
		gap: 50px;
	}
	footer .content_in .center .ll {
		display: none;
	}
	footer .content_in .center .b2 {
		width: max-content;
    	margin: auto;
		gap: 15px;
		height: auto;
	}
	footer .content_in .center .b2 .info * {
		font-size: 22px !important;
	}
	footer .content_in .center .b3 * {
		text-align: center !important;
	}
	
	section.about .blocks {
		flex-direction: column;
		height: auto;
		border-radius: 25px;
	}
	section.about .blocks .right,
	section.about .blocks .left {
		width: 100%;
	}
	section.about .blocks .left {
		padding: 20px;
		gap: 30px;
	}
	
	section.history .txt {
		columns: 1;
		height: auto;
		margin-top: 30px;
	}
	
	section.p404 .block .text {
		width: 100%;
		height: 350px;
		margin-top: 350px;
		padding: 20px;
		gap: 40px;
		border-radius: 0;
	}
	section.p404 .block .text h1 {
		font-size: 32px;
    	text-align: center;
	}
	section.p404 .block .text .str {
		text-align: center;
	}
	section.p404 .block:after {
		width: 100%;
		right: 0;
		top: -25px;
		font-size: 200px;
		justify-content: center;
	}
	
	section.content .content_in .left .slider .arrow {
		display: none;
	}
	
	section.start .block_search .right.col_s2 {
		flex-direction: column;
	}
	section.start .block_search .right .col_n1 {
		width: 100%;
	}
	section.start .block_search .right.col_s2 .col_n2 {
		width: 100%;
	}
	
	section.start .full_filters.c2 {
		flex-direction: column;
	}
	section.start .full_filters .block {
		width: 100%;
	}
	
	section.start .full_filters .block.fdc {
		width: 100%;
	}
	section.start .full_filters .block .filter_btn.active,
	section.start .full_filters .block .filter_btn {
		width: 100%;
	}
	section.start .full_filters .block.fdc_after {
		width: 100%;
	}
	
	section.start .block_search.long .left,
	section.start .block_search.long .right {
		width: 100%;
	}
	
	section.start .content_in > .block {
		padding: 40px 20px;
	}
	section.start .lk .info {
		flex-direction: column;
	}
	
	section.start .lk .info .photo,
	section.start .lk .info .data {
		width: 100%;
	}
	
	section.start .lk .info .data .str {
		flex-direction: column;
		height: auto;
	}
	section.start .lk .info .data .str.edit:after {
		display: none;
	}
	section.start .lk .info .data .str .zagl {
		width: 100%;
	}
	section.start .lk .info .data .str input {
		width: 100%;
	}
	
	section.start .lk .info .data .str .line {
		width: 100%;
		height: auto;
	}
	section.start .lk .info .data .str .line .btn_select {
		width: 100%;
	}
	section.start .lk .info .data .str .block_open {
		width: 100%;
	}
	section.start .lk .info .data .str .block_open.active .in {
		flex-direction: column;
		gap: 5px;
		height: auto;
	}
	section.start .lk .info .data .str .block_open .in .c1, 
	section.start .lk .info .data .str .block_open .in .c2 {
		width: 100%;
	}
	
	section.enter .block h1 {
		margin-bottom: 0;
	}
	section.enter .block form {
		width: 100%;
	}
	
	section.enter .block form .line {
		width: 100%;
		display: block;
	}
	section.enter .block form .line img {
		float: left;
		margin-right: 10px;
	}
	
	section.i_video .block .left .slider .arrow {
		display: none;
	}
	
	section.description .list_str {
		column-count: 2;
	}
	section.description .block_v .ttl {
		font-size: 32px;
	}
	
	section.description .block_v .block_data {
		padding: 20px;
	}
	
	section.description .block_v .block_data .col2 {
		gap: 20px;
	}
	section.description .block_v .block_data .col2 .left, 
	section.description .block_v .block_data .col2 .right {
		width: 100%;
		gap: 30px;
	}
	
	section.description .block_v .block_data .col2 .left .str, 
	section.description .block_v .block_data .col2 .right .str {
		flex-direction: column-reverse;
    	gap: 10px;
	}
	
	section.description .block_v .block_data .col2 .left .str .stars, 
	section.description .block_v .block_data .col2 .right .str .stars {
		justify-content: center;
	}
	
	section.description .content_in .slider {
		margin-top: 30px;
	}
	section.description .content_in .slider .arrow {
		display: none;
	}
	
	section.specific .list_tehno {
		margin-top: 40px;
		column-count: 1;
		column-gap: 50px;
	}
	section.specific .list_tehno .str .zagl {
		width: 130px;
	}
	section.specific .list_tehno .str .txt {
    	width: calc(100% - 140px);
	}
	
	section.description .line_filter {
		margin-bottom: 0;
	}
	
	section.dop_menu nav {
		overflow-x: auto;
		width: calc(100% + 40px);
		margin-left: -20px;
		padding: 0 20px;
	}
	section.dop_menu nav ul {
		flex-direction: column;
	}
	section.dop_menu nav ul li:nth-last-child(1) .where {
		display: none;
	}
	
	section.description .str_ico {
		flex-direction: column;
		flex-wrap: nowrap;
		height: auto;
	}
	section.description .str_ico .block {
		width: 100%;
	}
	
	section.apparat .block .left .block_h .ll span.zagl {
		width: 140px;
	}
	
	section.apparat .block .left .block_h .ll {
		flex-direction: column;
		align-items: flex-start;
	}
	section.apparat .block .left .block_h .ll span.txt {
		font-size: 16px;
	}
	
	section.form_service .block {
		padding: 30px 20px;
	}
	section.form_service .block form {
		flex-wrap: nowrap;
    	flex-direction: column;
	}
	section.form_service .block form .left, 
	section.form_service .block form .right {
		width: 100%;
	}
	
	section.form_service .block form .right .line .check {
		display: block;
	}
	section.form_service .block form .right .line .check img {
		float: left;
		margin-right: 10px;
	}
	section.form_service .block form .right .line button {
		width: 100%;
		margin-top: 20px;
	}
	
	section.form.reg .block {
		padding: 30px 20px;
	}
	section.form.reg .block form {
		flex-direction: column;
	}
	
	section.form.reg .block form .left, 
	section.form.reg .block form .right {
		width: 100%;
	}
	
	section.form.reg .block form .right .str .block_open,
	section.form.reg .block form .right .str .block_open.active,
	section.form.reg .block form .right .str .block_full,
	section.form.reg .block form .right .str .block_full.active {
		padding-left: 10px;
		padding-right: 20px;
	}
	
	section.form.reg .block form .right .str .block_open.active .in {
		flex-direction: column;
		height: auto;
        gap: 6px;
	}
	section.form.reg .block form .right .str .block_open .in .c1, 
	section.form.reg .block form .right .str .block_open .in .c2 {
		width: 100%;
	}
	section.form.reg .block form .check {
		display: block;
	}
	section.form.reg .block form .check img {
		float: left;
		margin-right: 10px;
	}
	
	section .content_in .slider {
	    width: calc(100% + 40px) !important;
        margin-left: -20px;
        overflow: auto !important;
        border-radius: 0px !important;
	}
	section .content_in .slider .scroll {
	    width: 100%;
	    height: 100%;
	    padding: 0 20px;
	    display: flex;
	    flex-wrap: nowrap;
	    overflow-x: auto;
	    gap: 10px;
	}
	section .content_in .slider .slide {
	    display: block !important;
	    position: relative !important;
	    min-width: calc(100vw - 60px) !important;
	    border-radius: 30px !important;
	    overflow-x: hidden !important;
	    overflow: hidden;
	}
	
	section.content .content_in .left .block_img {
	    flex-wrap: nowrap;
	    gap: 10px;
	    width: calc(100% + 40px);
        margin-left: -20px;
        overflow-x: auto;
        padding: 0 20px;
	}
	section.content .content_in .left .block_img .img {
	    min-width: calc(100vw - 60px);
	}
	
}







