@font-face {
	font-family: 'Montserrat';
	font-weight: normal;
	font-style: normal;
	src: url('../font/Montserrat-Regular.ttf');
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: bold;
	src: url('../font/Montserrat-Bold.ttf');
}

@font-face {
	font-family: 'Montserrat';
	font-weight: normal;
	font-style: italic;
	src: url('../font/Montserrat-Italic.ttf');
}

@font-face {
	font-family: 'Montserrat';
	font-weight: bold;
	font-style: italic;
	src: url('../font/Montserrat-BoldItalic.ttf');
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1; 
}

::-webkit-scrollbar-thumb {
    background: #2D6EDF; 
}

::-webkit-scrollbar-thumb:hover {
    background: #043486; 
}

html,body {
    height: 100%;
    font-family: "Montserrat";
}

.tingle-modal {
    user-select: text !important;
}


/* Title page*/

.title-container{
    width: 100vw;
    height:100vh;
}

.title-col1{
    height:100%;
    background-image: url("../img/back2.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    /*border-right: 5px solid white;*/
}


html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  background-image: url("../img/var1_2.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center; 
  height: 100%;
}


@media (min-width: 998px) {
	body {
		overflow-x: hidden;
	}
}

a {
	color: #0090F9;
	transition: all .4s ease-out;
}

audio {
  width:100%;
}

.coubs__item-1 {
	position: absolute;
	width: 189px;
	height: 189px;
	left: 3%;
	top: 5%;
	background-color: #5869FF;
	box-shadow: 20px 24px 44px rgba(0, 0, 0, 0.15);
	border-radius: 7px;
}

.coubs__item-2 {
	position: absolute;
	box-shadow: 20px 24px 44px rgba(0, 0, 0, 0.15);
	border-radius: 7px;
	width: 50px;
	height: 50px;
	top: 10%;
	left: 18%;
	background: #DDDDDD;
	opacity: 0.5;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	filter: blur(14px);
}

.wrapper{
  margin-top: 10%;
}

.wrapper h1{
  font-family: 'Allura', cursive;
  font-size: 52px;
  margin-bottom: 60px;
  text-align: center;
}

.team{
  display: flex;
  justify-content: center;
  width: auto;
  text-align: center;
  flex-wrap: wrap;
}

.team .team_member{
  background: #fff;
  margin: 5px;
  margin-bottom: 50px;
  width: 300px;
  padding: 20px;
  line-height: 20px;
  color: #8e8b8b;  
  position: relative;
}

.team .team_member h3{
  color: #81c644;
  font-size: 26px;
  margin-top: 50px;
}

.team .team_member p.role{
  color: #ccc;
  margin: 12px 0;
  font-size: 12px;
  text-transform: uppercase;
}

.team .team_member .team_img{
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fff;
}

.team .team_member .team_img img{
  width: 100px;
  height: 100px;
  padding: 5px;
}

textarea {
  width: 100%;
  height: 150px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #f8f8f8;
  font-size: 16px;
  resize: none;
}

section
{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

section img
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	
}



#logo {
    position: absolute;
    top: 5vh;
    left: 50%; 
    transform: translate(-50%, -50%); /* Компенсирует сдвиг, перемещая элемент на половину своей ширины и высоты назад */
}



#logo img {
    width: 21vh;
    height: 9vh;
}

#logo_2 {
    position: absolute;
    top: 3vh;
    right: 3vw;
}



#logo_2 img {
    width: 21vh;
    height: 9vh;
}

#title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 4vw;
    text-align: left;
    width: 90%;
    color: #1E3A8A;
    font-weight: bold;
    text-align: center;
}

#title #caption {
    font-size: 56px;
    text-transform: uppercase;
}

#title #more {
    font-weight: normal;
    font-size: 3vh;
}

#title #more2 {
    font-weight: normal;
    font-size: 2vh;
}

#place {
    font-size: 8px;
    position: absolute;
    bottom: 5vh;
    color: #1E3A8A;
    left: 50%; /* Сдвигает левый край элемента на 50% от ширины родителя */
    transform: translateX(-50%); /* Компенсирует сдвиг, перемещая элемент на половину своей ширины назад */
}

#place_2 {
    font-size: 16px;
    position: absolute;
    bottom: 7vh;
    color: #1E3A8A;
    left: 50%; /* Сдвигает левый край элемента на 50% от ширины родителя */
    transform: translateX(-50%); /* Компенсирует сдвиг, перемещая элемент на половину своей ширины назад */
}

.delimeter-solid {
  border-top: .3vh solid white;
}


.title-menu {
    position: absolute;
    width: 40%;
    bottom: 20vh;
    left: 50%; /* Сдвигает левый край элемента на 50% от ширины родителя */
    transform: translateX(-50%); /* Компенсирует сдвиг, перемещая элемент на половину своей ширины назад */
    padding: 1rem;
    font-weight: bold;
    text-align: center;
    /*border: solid 1px white;*/
    transition: all 500ms ease;
}

.title-menu a {
    color: inherit;
    text-decoration: none;
}

.title-menu-item-1 {
    color: #ffffff;
    background-color: #0058c2;
    padding: .5rem;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 13px 0px;
    z-index: 1;
    border-radius: 5px;
    border: solid 1px rgba(0, 78, 135, 0.5); /* 50% прозрачности */
    position: relative; /* Это важно для псевдоэлемента */
    text-align: center;
    transition: all 0.3s ease, box-shadow 0.3s ease; /* Добавляем плавность для box-shadow */
}

.title-menu-item-1:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #17304e;
    border-radius: 5px;
    transition: all 1s ease;
}

.title-menu-item-1:hover:before {
    width: 100%; /* При наведении фон разрастается */
}

.title-menu-item-1:hover {
    color: #ffffff;
    border: solid 1px #ffffff; /* Изменение цвета текста при наведении */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
    transform: translateY(-2px); /* Добавляем небольшой подъем */
}


.title-menu-item-2 {
    color: #ffffff;
    background-color: #4ca9e4;
    padding: .5rem;
    margin-left: 5px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 13px 0px;
    z-index: 1;
    border-radius: 5px;
    border: solid 1px rgba(0, 78, 135, 0.5); /* 50% прозрачности */
    transition: all 0.3s ease, box-shadow 0.3s ease; /* Добавляем плавность для box-shadow */
}

.title-menu-item-2:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #17304e;
    border-radius: 5px;
    transition: all 1s ease;
}

.title-menu-item-2:hover:before {
    width: 100%; /* При наведении фон разрастается */
}

.title-menu-item-2:hover {
    color: #ffffff;
    border: solid 1px #ffffff; /* Изменение цвета текста при наведении */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
    transform: translateY(-2px); /* Добавляем небольшой подъем */
}


.title-menu-item-4 {
    color: #F8F9FA;
    padding: .5rem;
    margin-left: 5px;
    background-color: #5BC785;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 13px 0px;
    z-index: 1;
    border-radius: 5px;
    position: relative; /* Важно для псевдоэлемента */
    transition: all 0.3s ease, box-shadow 0.3s ease; /* Добавляем плавность для box-shadow */
}

.title-menu-item-4:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #00A896;
    border-radius: 5px;
    transition: all 1s ease;
}

.title-menu-item-4:hover:before {
    width: 100%; /* При наведении фон разрастается */
}

.title-menu-item-4:hover {
    color: #ffffff;
    border: solid 1px #ffffff; /* Изменение цвета текста при наведении */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
    transform: translateY(-2px); /* Добавляем небольшой подъем */
}



#pic0 {
	position: absolute;
    bottom: 0vh;
    right: 7vw;
}

#pic0 img {
	
    height: 80vh;
}

#pic1 {
	position: absolute;
    bottom: 0vh;
    right: 5vw;
}

#pic1 img {
	
    height: 75vh;
}


.bounce-animate3 {
  animation-name: float-bob3;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob3;
  -moz-animation-duration: 4s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob3;
  -ms-animation-duration: 4s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob3;
  -o-animation-duration: 4s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear; }

@-webkit-keyframes float-bob3 {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px); }
  50% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px); }
  100% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px); } }

/* Content page*/
.content {
    position: absolute;
    left: 3vh;
    top: 3vh;

    cursor: pointer;
}
.content-item {
    border: solid 1px white;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 1vh;
    margin: 1vh;
}
.content-item a {
    text-decoration: none;
    color:black;
    font-size: 2vh;
    margin: 0 1rem;
}



 .content-menu {
    position: absolute;
    width: 30%;
    bottom: 1.5vh;
    left: 3vh;
    padding: 1rem;
    font-weight: bold;
    text-align: center;
    /* border: solid 1px white; */
    padding: 0 15px;
}
.content-menu a {
    color: inherit;
    text-decoration: none;
}
.content-menu-item-1 {
    color: white;
    padding: .5rem;
    background-color: #06A400;
}
.content-menu-item-2 {
    color: #2D6EDF;
    padding: .5rem;
    background-color: white;
}
.content-menu-item-3 {
    color: white;
    padding: .5rem;
    background-color: #FF6666;
} 

.panel {
    position: absolute;
    width: 98.6vw;
    top:12vh;
    left:0.7vw;

    bottom:8vh;
    padding: 1rem;
    background-color: rgba(255, 255, 255, .95);
    border: solid 3px white;

    font-size: 1.5vh;
}

.panel .list-group-item {
    border-radius: 0;
    background-color: #0058c2;
    color: #ffffff;
}

.panel .list-group-item:hover {
    opacity: 0.8;
}

.panel .list-group-item-action {
    border-radius: 0;
    background-color: #F5F5F5;
    color: black;
}

.panel .list-group-item-warning {
    border-radius: 0;
    background-color: #CFE7F3;
    color: white;
}

.panel .list-group-item-info {
	border-radius: 0;
	font-size: 10px;
    background-color:#1B1D8E;
    color: white;	
}

.panel .list-group-horizontal .list-group-item{
    border-radius: 0;
}

.panel .list-group-horizontal .list-group-item-action{
    background-color: #0058c2;
}

.panel .list-group-horizontal .list-group-item:not(:last-child){
    margin-right: 1rem;
}

.panel a {
    text-decoration: none;
}

.content-scroll-pane {
    height: 65vh;
    overflow-y: scroll;
}

.lection-scroll-panel {
    background-color: white;
    width: 100%;
    height: 77vh;
    overflow-y: scroll;
    padding-right: 1rem;
}

.lection-content {
    text-align: justify;
    text-indent: 2rem;
    font-size: 2vh;
}

.picture {
	display: flex;
	flex-flow: column nowrap;
	flex-grow: unset;
	align-items: center;
	margin: 2rem auto;
	text-align: center;
}

.btn-home {
    position: absolute;
    width: 10vh;
    height: 10vh;
    top: 1vh;
    right: 1vh;
    background-image: url("../img/btnHome2.png");
    background-size: 100% 100%;
    cursor: pointer;
	/*font-size: 16px;
        line-height: 47px;
    text-align: center;
    display: inline-block;
    position: absolute;
    background: linear-gradient(to right, rgb(237, 42, 34) 6%, rgb(255, 139, 90) 84%);
    border-radius: 50%;
    animation: 1s linear 0s infinite normal none running ripple-blue-1;
    transition: all 0.5s ease 0s;*/
}

.btn-home .list-group-item:hover {
    opacity: 0.8;
}

.test-variant {
	margin-bottom: 1rem;
}

.test-variant button {
	width: 3rem;
	height: 3rem;
	margin-right: 1rem;
}

   table {
	text-indent: -px;
    width: 90%; 
   }
   td {
    padding: 5px; 
    vertical-align: center; 
	text-align: center;
   }


   .image-wrapper img {
    float: left; /* Изображение будет выровнено слева, и текст обтекает его справа */
    margin-right: 10px; /* Отступ справа от изображения */
    margin-bottom: 10px; /* Отступ снизу от изображения */
    max-width: 40%; /* Ограничение размера изображения */
    height: auto; /* Автоматическое изменение высоты для поддержания пропорций */
}



/* Для всех таблиц  */

table {
    width: 800px;
    border-collapse: collapse;
    margin: 0 auto; /* Центрирование таблицы */
}

table td, table th {
    text-align: left; 
    padding: 8px; 
    border: 1px solid black; 
    text-indent: 0;
    font-size: 16px;
}

table th {
    font-weight: bold; 
}

table td p {
    margin: 0; /* Удаление лишних отступов внутри параграфов */
}




body {
            overflow: hidden;
            height: 100vh; 
        }

/* схема с серыми блоками с текстом и стрелками */
.block-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px; /* Adjust margin as needed */
}

.block {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 15px 25px;
    text-align: center;
    width: 600px; 
    box-sizing: border-box; /* Include padding in width */
    line-height: 1.4;
    color: #333;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.block:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.arrow {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #666; /* Arrow color */
    margin: 10px 0; /* Space between block and arrow */
}

/* схема с датами сбоку */
.timeline-container {
    width: 90%;
    max-width: 900px; /* Adjust as needed */
    display: flex;
    flex-direction: column;
    gap: 30px; /* Space between timeline items */
}

.timeline-item {
    display: flex;
    align-items: flex-start; /* Align text blocks to the top of the date bubble */
    position: relative;
}

.date-bubble {
    text-indent: 0;
    background-color: #e0e0e0;
    border-radius: 50%; /* Makes it circular */
    width: 170px; /* Adjust size of the circle */
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: #333;
    flex-shrink: 0; /* Prevents it from shrinking */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-right: 10px; /* Space between date bubble and text block */
    font-size: 1.1em;
}

.text-block {
    text-indent: 0;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    position: relative;
    flex-grow: 1; /* Allows text block to take remaining space */
    line-height: 1.6;
    color: #333;
    min-height: 100px; /* Minimum height for text block */
}

.text-block p {
    margin: 0; /* Remove default paragraph margin */
}

.arrow-tip {
    position: absolute;
    left: -18px; /* Position the tip to point to the date bubble */
    top: 20px; /* Adjust vertical position */
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 18px solid #fff; /* Color should match text-block background */
}

.timeline-container_2 {
    width: 90%;
    max-width: 900px; /* Adjust as needed */
    display: flex;
    flex-direction: column;
    gap: 30px; /* Space between timeline items */
}

.timeline-item {
    display: flex;
    align-items: flex-start; /* Align text blocks to the top of the date bubble */
    position: relative;
}

.date-bubble {
    text-align: center;
    text-indent: 0;
    background-color: #e0e0e0;
    border-radius: 50%; /* Makes it circular */
    width: 200px; /* Adjust size of the circle */
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: #333;
    flex-shrink: 0; /* Prevents it from shrinking */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-right: 10px; /* Space between date bubble and text block */
    font-size: 1.1em;
}

.text-block {
    text-indent: 0;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    position: relative;
    flex-grow: 1; /* Allows text block to take remaining space */
    line-height: 1.6;
    color: #333;
    min-height: 100px; /* Minimum height for text block */
}

.text-block p {
    margin: 0; /* Remove default paragraph margin */
}

.arrow-tip {
    position: absolute;
    left: -18px; /* Position the tip to point to the date bubble */
    top: 20px; /* Adjust vertical position */
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 18px solid #fff; /* Color should match text-block background */
}

.timeline-container_3 {
    width: 90%;
    max-width: 900px; /* Adjust as needed */
    display: flex;
    flex-direction: column;
    gap: 30px; /* Space between timeline items */
}

.timeline-item {
    display: flex;
    align-items: flex-start; /* Align text blocks to the top of the date bubble */
    position: relative;
}

.date-bubble {
    text-align: center;
    text-indent: 0;
    background-color: #e0e0e0;
    border-radius: 50%; /* Makes it circular */
    width: 120px; /* Adjust size of the circle */
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: #333;
    flex-shrink: 0; /* Prevents it from shrinking */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-right: 10px; /* Space between date bubble and text block */
    font-size: 1.1em;
}

.text-block {
    text-indent: 0;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    position: relative;
    flex-grow: 1; /* Allows text block to take remaining space */
    line-height: 1.6;
    color: #333;
    min-height: 100px; /* Minimum height for text block */
}

.text-block p {
    margin: 0; /* Remove default paragraph margin */
}

.arrow-tip {
    position: absolute;
    left: -18px; /* Position the tip to point to the date bubble */
    top: 20px; /* Adjust vertical position */
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 18px solid #fff; /* Color should match text-block background */
}

/*  схема в 2.2*/
.scheme-container {
    max-width: 900px;
    margin: 30px auto;
}

/* Контейнер для каждой строки (термин + определение) */
.scheme-item {
    display: flex; /* Размещаем блоки рядом */
    align-items: stretch; /* Выравнивание по высоте, чтобы оба блока имели одинаковую высоту */
    gap: 15px; /* Небольшой отступ между блоком термина и описанием */
    margin-bottom: 20px; /* Небольшой отступ между строками схемы */
    
    /* Общая граница и скругление для всей строки */
    border: 1px solid #666;
    border-radius: 15px; 
    overflow: hidden; /* Важно для корректного отображения скругления */
}

/* Блок с термином (левая часть) */
.term-box {
    /* Имитация скругленного прямоугольника */
    border: 1px solid #5cb85c;
    border-radius: 15px; /* Одинаковое скругление */
    
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-indent: 0;
    
    /* Отступы и размеры */
    padding: 15px;
    min-width: 180px; 
    font-weight: bold;
    font-size: 18px;
    color: #333;
    background-color: #f0f8ff; /* Легкий фон */
    
    margin: -1px; /* Компенсация, чтобы граница term-box легла на границу scheme-item */
}

/* Блок с определением (правая часть) */
.definition-box {
    flex-grow: 1; /* Занимает все доступное пространство */
    padding: 15px;
    text-indent: 0;
}



/* схема в 3 главе */
.flow-chart {
    display: flex;
    flex-direction: column; /* Элементы идут сверху вниз */
    align-items: center; /* Центрируем блоки по горизонтали */
    max-width: 800px;
    margin: 30px auto;
    padding-bottom: 50px; /* Отступ внизу, чтобы последняя стрелка не обрезалась */
    font-size: 14px;
}

/* Стили для каждого блока */
.flow-item {
    position: relative; /* Необходим для позиционирования стрелки (::after) */
    width: 100%;
    padding: 12px 20px;
    margin-bottom: 25px; /* Отступ, оставляющий место для стрелки */
    text-align: center;
    line-height: 1.4;
    
    /* Скругленные углы */
    border-radius: 8px;
    
    /* Граница и тень для "объемности" */
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);

    /* Градиентная заливка для имитации стиля на изображении */
    background: linear-gradient(to bottom, #ffffff, #f0f0f0);
}

/* Стрелки между блоками (используем псевдоэлемент ::after) */
.flow-item::after {
    content: '';
    position: absolute;
    bottom: -25px; /* Позиционируем стрелку между блоками */
    left: 50%;
    transform: translateX(-50%);
    
    /* Стилизация прямоугольной части стрелки (вертикальная линия) */
    width: 10px;
    height: 20px;
    background-color: #d1d1d1;
    border-radius: 2px;
    z-index: 10;
    
    /* Имитация объемной стрелки */
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}

/* Наконечник стрелки (используем второй псевдоэлемент ::before) */
.flow-item::before {
    content: '';
    position: absolute;
    bottom: -35px; /* Позиционируем наконечник ниже основного блока */
    left: 50%;
    transform: translateX(-50%);
    
    /* Формирование треугольника с помощью border */
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #d1d1d1; /* Цвет и размер треугольника */
    z-index: 10;
}

/* Убираем стрелку у последнего элемента */
.flow-item:last-child::after,
.flow-item:last-child::before {
    content: none;
}

/* схема в 6 */
/* Основной контейнер */
.governance-scheme {
    display: flex; 
    max-width: 1000px;
    margin: 50px auto;
}

/* --- Боковая панель (Заголовок) --- */
.sidebar {
    position: relative;
    width: 60px; 
    
    /* Вертикальная ось */
    border-right: 2px solid black; 
    margin-right: 20px;
    flex-shrink: 0;
}

/* Текст заголовка (повернутый, верх смотрит вправо) */
.sidebar-text {
    position: absolute;
    top: 50%; /* Начинаем с середины */
    right: 5px; 
    
    /* Ключевое изменение: Сдвигаем вверх сильнее, чтобы компенсировать визуальное смещение */
    /* rotate(-90deg) - поворот для чтения сбоку */
    /* translateY(-50%) - математическое центрирование */
    /* translateY(-20px) - дополнительный сдвиг вверх для визуального центрирования */
    transform: rotate(-90deg) translateY(-50%) ; 
    transform-origin: 100% 50%;
    
    font-weight: bold;
    font-size: 1.1em;
    color: #333;
    white-space: nowrap; 
    padding: 10px 0;
}

/* --- Основное содержимое (Правая колонка с блоками) --- */
.main-content {
    flex-grow: 1; 
    display: flex;
    flex-direction: column;
    gap: 30px; 
    position: relative;
    padding-left: 20px;
}

/* --- Отдельный блок схемы --- */
.scheme-block {
    position: relative;
    border: 1px solid #333;
    border-radius: 5px;
    padding: 15px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.block-title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1em;
    font-weight: bold;
    color: #000;
}

.block-description {
    margin: 0;
    font-size: 0.9em;
    color: #333;
}

/* --- Соединительные линии (горизонтальная линия и точка) --- */

/* Горизонтальная линия от оси к блоку */
.scheme-block::before {
    content: '';
    position: absolute;
    left: -20px; 
    top: 50%;
    width: 20px; 
    height: 2px;
    background-color: black;
    transform: translateY(-50%);
}

/* Точки/зацепы на вертикальной оси */
.scheme-block::after {
    content: '';
    position: absolute;
    left: -20px; 
    top: 50%;
    transform: translate(-100%, -50%); 
    width: 6px;
    height: 6px;
    border: 1px solid black;
    background-color: black;
    border-radius: 50%; 
}

/* схема в 6.2 */
.scheme-container {
    display: flex;
    justify-content: space-around; /* Равное расстояние между блоками */
    flex-wrap: wrap; /* Перенос, если не помещается */
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 0; /* Оставляем вертикальный отступ */
    /* Убрана внешняя пунктирная рамка */
}

/* Общий стиль для каждого блока */
.scheme-block {
    flex: 1; /* Распределяем пространство равномерно */
    min-width: 200px; /* Минимальная ширина для каждого блока */
    margin: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* Стиль для заголовка (название системы) */
.block-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-indent: 0;
    
}

/* Стиль для контента внутри рамки */
.block-content {
    border: 1px solid #000; /* Сама рамка блока */
    height: 250px; /* Фиксированная высота для всех блоков */
    width: 100%;
    padding: 15px;
    display: flex;
    align-items: center; /* Выравнивание текста по вертикали */
    justify-content: center; /* Выравнивание текста по горизонтали */
    box-sizing: border-box;
    line-height: 1.4;
    font-size: 16px;
    text-indent: 0;
}

/* Стиль для текста внутри контента */
.block-content p {
    margin: 0;
}















   