/*  */
body, html {
    margin: 0;
    padding: 0;
	overflow-x: hidden;	
}
.zero {
    margin: 0;
    padding: 0;
}
.content {
	margin-left: 20px;
	margin-right: 20px;
}
.content-item {
	font-size: 16px;
	text-indent: 45px;
	text-align: justify;
	color: rgb(1,8,99);
}
.content-item-flex {
	font-size: 16px;
	display: flex;
	text-indent: 45px;
	text-align: justify;
	color: rgb(1,8,99);
}
.content-item-simple {
	font-size: 16px;
	text-align: center;
	color: rgb(1,8,99);
}
.content-item-card {
	font-size: 16px;
	text-align: center;
	padding: 10px;
	background-color: rgba(21, 8, 99, 0.1);
	display: block;
	width: max-content;
	height: max-content;
	border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2), 0 16px 20px rgba(0,0,0,0.2); 
}
h1 {
	font-size: 26px;
	color: rgb(1,8,99);
}
h2 {
	font-size: 21px;
	color: rgb(1,8,99);
	text-decoration: underline;
}
h3 {
	font-size: 19px;
	color: rgb(1,8,99);
	font-weight: border;
}
h4 {
	font-size: 19px;
	color: white;
	font-weight: border;
}
.in-1 {
	padding: 0;
}
/* Блоки текста для разделов */
.content-mobile-сhapter-header-1 {
	color: rgb(1,8,99);
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
	font-size: 26px;
    text-decoration-skip-ink: none; /* ля включения подчеркивания */
    text-decoration: underline; /* Включение подчеркивания */
}
.content-mobile-text-header-1 {
    font-weight: normal;
    font-style: normal;
	font-size: 24px;
    text-decoration-skip-ink: none; /* Для включения подчеркивания */
    text-decoration: underline; /* Включение подчеркивания */
}
.content-mobile-text-header-1w {
    font-weight: normal;
    font-style: normal;
	font-size: 24px;
	color: white;
    text-decoration-skip-ink: none; /* Для включения подчеркивания */
    text-decoration: underline; /* Включение подчеркивания */
}
/* Конец блоков текста для разделов */
/* Для текста */
.content-mobile-text-1 {
    font-weight: bold;
    font-style: normal;
	font-size: 16px;
	text-align: justify;
}
.content-mobile-text-2 {
    font-weight: bold;
    font-style: normal;
	font-size: 16px;
	text-align: center;
    text-decoration-skip-ink: none; /* Для включения подчеркивания */
    text-decoration: underline; /* Включение подчеркивания */
}
.content-mobile-text-3 {
    font-weight: normal;
    font-style: normal;
	font-size: 16px;
	text-align: justify;
}
/* Блоки для текста */
/* Подчеркнутый текст */
.text-bottom-line-1 {
    text-decoration-skip-ink: none; /* Для включения подчеркивания */
    text-decoration: underline; /* Включение подчеркивания */
}
/* Жирный текст */
.text-bold-1 {
    font-weight: bold;
    font-style: normal;
}
/* Текст по центру */
.text-center-1 {
	text-align: center;
}
/* Текст растянут по строке */
.text-justify-1 {
	text-align: justify;
}
/* Конец блоков для текста */
/* Блоки для отступов */
.padding-10 {
	padding: 10px;
}
.padding-15 {
	padding: 15px;
}
.padding-25 {
	padding: 25px;
}
.padding-l-15 {
	padding-left: 15px;
}
.padding-r-15 {
	padding-right: 15px;
}
.padding-lr-15 {
	padding-left: 15px;
	padding-right: 15px;
}
.padding-lr-20 {
	padding-left: 20px;
	padding-right: 20px;
}
.padding-tb-15 {
	padding-top: 15px;
	padding-bottom: 15px;
}
.padding-tb-20 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.padding-b-25 {
	padding-bottom: 25px;
}
/* Конец блоков для отступов */
/* Блоки для нижнего подчеркивания div блока */
.bottom-border-1 {
    border-bottom: 2px dashed rgb(1,8,99); /* Нижняя грань: 2px, пунктир, синяя */
    border-left: none;             /* Левая грань: невидимая */
    border-right: none;            /* Правая грань: невидимая */
    border-top: none;              /* Верхняя грань: невидимая */
    /* Альтернативный вариант в одной строке: */
    /* border: none; border-bottom: 2px dashed blue; */
}
/* Конец блоков для нижнего подчеркивания div блока */
/* Блоки для бордюров картинок */
.img-border-1 {
    border-width: 2px;
    border-style: solid;
    border-color: rgb(1,8,99); /* или #800080, rgb(128, 0, 128) */
}
.img-border-2 {
    border-width: 2px;
    border-style: solid;
    border-color: white; /* или #800080, rgb(128, 0, 128) */
}
/* Конец блоков для бордюров картинок */
/* Блоки для теней */
.box-shadow-1 {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.box-shadow-1w {
    box-shadow: 0 0 35px rgba(255, 255, 255, 0.2);
}
/* Конец блоков для теней */
/* Блоки для списков */
.spisok-1 {
    list-style-type: disc;
    text-align: left;
    padding-right: 15px;
}
/* Конец блоков для списков */
/* Блоки со скругленными краями и тенью */
.box-scroll-1 {
    background: rgb(230,237,246);
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    padding: 10px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
}
.box-scroll-2 {
    background: rgb(230,237,246);
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    padding: 10px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
}
/* Конец блоков со скругленными краями и тенью */
/* Блоки flexx */
.box-flex-1 {
    text-align: center;
	padding: 0;
}
.box-img-flexx-1 {
	padding: 15px;
}
/* Конец блоков flexx */
/* Блоки для группировки */
.group-box-primary-1 {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 10px;
    padding: 10px;
    min-height: 100px;
    box-sizing: border-box;
    transition: height 0.3s;
}
.group-box-slave-1 {
    flex-grow: 1;
    min-width: 300px;
    /* background-color: rgb(255, 255, 255, 0.2); */
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
}

.group-box-primary-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    /* Убрана фиксированная высота, теперь контейнер будет растягиваться */
}
.group-box-slave-2 {
    flex: 0 0 auto;
    height:fit-content;
    min-width: 350px;
    max-width: 500px;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    overflow: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.group-box-slave-2fc {
    flex: 0 0 auto;
    height:fit-content;
    min-width: fit-content;
    max-width: 500px;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    overflow: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* Конец блоков для группировки */
