@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;*/
}

.title-col2{
 
  background-image: url("../img/test777.jpg");
  display: flex;
  align-items: center;
  text-align: center;
	background-size: 100% 100%;
    background-repeat: no-repeat;
  /*animation: changeBackgroundColor 20s infinite;*/
	
}

@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: 2vh;
    right: 4vw;
}



#logo img {
    width: 21vh;
    height: 9vh;
}

#logo_2 {
    position: absolute;
    top: 2vh;
    left: 4vw;
}



#logo_2 img {
    width: 21vh;
    height: 9vh;
}

#title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -30vw;
    text-align: right;
    width: 100%;
    color: #004E87;
    font-weight: bold;
}
#title #caption {
    font-size: 7vh;
    text-transform: none
}

#title #more {
    font-weight: bold;
    font-size: 3vh;
}

#title #more2 {
    font-weight: lighter
    font-size: 2vh;
}

#place {
    position: absolute;
    bottom: 4vh;
    right: 4vw;
    color: #004E87;
}

#place_2 {
    position: absolute;
    bottom: 2vh;
    left: 3vw;
    color: #ffffff;
}

.delimeter-solid {
  border-top: .3vh solid white;
}


.title-menu {
    position: absolute;
    width: 40%;
    bottom: 20vh;
    right: 4vw;
    padding: 1rem;
    font-weight: bold;
    text-align: center;
    
    /*border: solid 1px white;*/
	transition: all 500ms ease; 
}
.title-menu a {
    color: inherit;
    text-decoration: none;
    font-size: 3vh;
}


.title-menu-item-1 {
    color: #ffffff;
    padding: .5rem;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 13px 0px;
    z-index: 1;
    border-radius: 5px;
    border: solid 1px #ffffff;
    background-color: rgba(255, 255, 255, 0.2);
    position: relative; /* Это важно для псевдоэлемента */
    text-align: center;
    background-color: #758d95; 
}

.title-menu-item-1:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #ffd157;
    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; /* Изменение цвета текста при наведении */
}

.title-menu-item-1:before {
    
	content:'';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: #b0c4de;
	border-radius: 5px;
	transition: all 1s ease;
}

.title-menu-item-1:hover:before {
	width: 100%;
}


.title-menu-item-2 {
    color: #ffffff;
    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 #ffffff;
    background-color: rgba(255, 255, 255, 0.2);
    background-color: #758d95; 
}

.title-menu-item-2:before {
	content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #b0c4de;
    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; /* Изменение цвета текста при наведении */
}

.title-menu-item-3 {
    color: #ffffff;
    padding: .5rem;
    margin-left: 5px;
    background-color: #758d95; 
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 13px 0px;
    z-index: 1;
    border-radius: 5px;
    border: solid 1px #ffffff;
    position: relative; /* Важно для псевдоэлемента */
}



#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: 1vh;
    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: #b0c4de;
    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: #4CAF50;
}

.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 {
    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; /* Автоматическое изменение высоты для поддержания пропорций */
}


   /* схема в 1 теме */
   body, h1, h2, h3, p, span {
    margin: 0; /* Убираем маргины для всех элементов */
    padding: 0; /* Убираем паддинги */
}
   
   .scheme {
    position: relative;
    width: 600px;
    height: 400px;
    margin-top: 0;
}

.box {
    border: 1px solid green;
    padding-left: 0;
    width: 170px;
    height: 100px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    background-color: white;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: center;
    line-height: normal; 
    word-wrap: break-word;
    white-space: normal;
    margin: 0; 
}


.box span {
    display: block;
    margin: 0 !important;
    padding: 0 !important;
}

/* Позиционирование блоков */
.center {
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.left {
    top: 40%;
    left: 0;
    transform: translateY(-50%);
}

.right {
    top: 40%;
    right: 0;
    transform: translateY(-50%);
}

.bottom {
    position: absolute; /* Оставляем абсолютное позиционирование */
    bottom: 20px; /* Поднимаем блок на 20 пикселей выше */
    left: 50%;
    transform: translateX(-50%);
}

/* Стрелки */
.arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
}

/* Стрелка налево */
.arrow-left {
    top: 40%;
    left: 180px; 
    transform: translateY(-50%);
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent black;
}

/* Стрелка направо */
.arrow-right {
    top: 40%;
    right: 180px; 
    transform: translateY(-50%);
    border-width: 5px 10px 5px 0;
    border-color: transparent black transparent transparent;
}

/* Стрелка вниз */
.arrow-bottom {
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-width: 10px 5px 0 5px;
    border-color: black transparent transparent transparent;
}


/* схема в 9 теме */
body, h1, h2, h3, p, span {
    margin: 0; /* Убираем маргины для всех элементов */
    padding: 0; /* Убираем паддинги */
}
   
   .scheme9 {
    position: relative;
    width: 600px;
    height: 400px;
    margin-top: 0;
}

.box {
    border: 1px solid green;
    padding-left: 0;
    width: 170px;
    height: 100px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    background-color: white;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: center;
    line-height: normal; 
    word-wrap: break-word;
    white-space: normal;
    margin: 0; 
}


.box span {
    display: block;
    margin: 0 !important;
    padding: 0 !important;
}

/* Позиционирование блоков */
.first {
    top: 40%;
    left: 30%;
    transform: translate(-50%, -50%);
}


.second {
    position: absolute; 
    bottom: 20px; 
    left: 30%;
    transform: translateX(-50%);
}

.third {
    position: absolute; 
    top: 110%;
    left: 30%;
    transform: translateX(-50%);
}

.fourth {
    top: 40%;
    left: 70%;
    transform: translate(-50%, -50%);
}

.fifth {
    position: absolute; 
    bottom: 20px; 
    left: 70%;
    transform: translateX(-50%);
}

.sixth {
    position: absolute; 
    top: 110%;
    left: 70%;
    transform: translateX(-50%);
}




/* Стрелки */
.arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
}


/* Стрелка вниз */
.arrow-bottom9 {
    bottom: 150px; 
    left: 30%;
    transform: translateX(-50%);
    border-width: 10px 5px 0 5px;
    border-color: black transparent transparent transparent;
}

.arrow-bottom2 {
    bottom: -15px; 
    left: 30%;
    transform: translateX(-50%);
    border-width: 10px 5px 0 5px;
    border-color: black transparent transparent transparent;
}

.arrow-bottom3 {
    bottom: 150px; 
    left: 70%;
    transform: translateX(-50%);
    border-width: 10px 5px 0 5px;
    border-color: black transparent transparent transparent;
}

.arrow-bottom4 {
    bottom: -15px; 
    left: 70%;
    transform: translateX(-50%);
    border-width: 10px 5px 0 5px;
    border-color: black transparent transparent transparent;
}



.text-container-2 {
    border: 1px solid blue; 
    padding: 30px 15px 15px; /* Увеличиваем верхний отступ для места под маленький контейнер */
    position: relative; /* Для абсолютного позиционирования маленького контейнера */
    background-color: transparent; 
    border-radius: 0; 
    margin: 20px auto; /* Добавляем отступ между контейнерами и центрируем */
    width: 60%; 
}

.small-blue-container {
    background-color: blue; /* Заливка зеленого контейнера */
    color: white;
    text-indent: 0;
    padding: 8px 15px; /* Увеличиваем отступы для большего размера */
    position: absolute; /* позиционирую контейнер поверх текстового */
    top: -10px; /* Положение сверху, чтобы не перекрывать текст */
    left: 10px; /* Положение слева */
    width: auto; /* Автоматическая ширина, чтобы не занимать всю ширину */
    height: auto; /* Автоматическая высота, чтобы соответствовать содержимому */
    z-index: 1; /* он поверх текста */
    font-size: 14px; 
    border-radius: 5px; 
}


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; /* Удаление лишних отступов внутри параграфов */
}

/* Тесты в 3 главе */

.qr-code {
    float: left; /* Обтекание слева */
    margin-right: 10px; /* Отступ справа для текста */
    width: 100px; 
}





   