@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
.no-scroll {
	overflow: hidden;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

body {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-style: normal;

	/* font-family: "Nunito Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal; */
}

.container {
	max-width: 1100px;
	margin: 0 auto;
	padding: 40px 50px;
}

.header_row {
	position: sticky;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 10px;
	padding: 10px;
	color: #0b41a7;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
	border-radius: 20px;
}

.header .container {
	padding-bottom: 0;
}

.header_logo {
}

.header_menu {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 28px;
	margin: 0 10px;
}

.header_menu__item > a {
	cursor: pointer;
	padding: 10px 2px;
	border-radius: 10px;
	color: #0b41a7;
}

.header_contacts {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
}
.header_contacts__address {
	text-align: left;
}

.header_contacts__number {
	padding: 10px 15px;
	border-radius: 20px;
	background: #0b41a7;
	margin-left: 8px;
}

.header_contacts__number a {
	color: #ffffff;
	text-decoration: none;
}

.main_row {
	display: flex;
	justify-content: space-between;
	padding: 0 50px;
	align-items: center;
	gap: 55px;
	min-height: 550px;
}

.main_textarea {
	max-width: 563px;
	width: 100%;
}

.main_textarea__title {
	text-transform: uppercase;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 26px;
	color: #0b41a7;
}

.main_textarea__btn {
	font-family: 'Nunito Sans';
	font-weight: 300;
	font-style: normal;

	display: inline-block;
	padding: 10px 20px;
	color: #ffffff;
	background: #e2bf4c;
	text-decoration: none;
	border-radius: 20px;
	cursor: pointer;
	font-size: 24px;
	transition: 0.3s;
}

.main_textarea__btn:hover {
	background: #f59700;
}

.main_imagearea {
	position: relative;
	border-radius: 50px;
	width: 346px;
	height: 350px;
	background: #0b41a7;
	font-size: 16px;
}

.main_imagearea__image {
	width: 100%;
	height: auto;
}

.main_imagearea__info {
	font-family: 'Nunito Sans';
	font-weight: 400;
	font-style: normal;

	position: absolute;
	border-radius: 20px;
	display: flex;
	background: #ffffff;
	color: #0b41a7;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
}

.imagearea_info__1 {
	top: -20px;
	left: -80px;
}

.imagearea_info__2 {
	top: 50px;
	right: -90px;
}

.imagearea_info__3 {
	bottom: 30px;
	left: -180px;
}

.main_imagearea__info img {
	height: 45px;
}

.imagearea_info__logo {
	padding: 8px;
	background: #e2bf4c;
	border-radius: 20px;
}

.imagearea_info__text {
	padding: 14px 11px;
}

.about-us__container {
	border-radius: 40px;
	padding: 33px 42px;
	background: #0b41a7;
	margin-bottom: 90px;
}

.about-us_container__title {
	font-size: 32px;
	color: #ffffff;
	margin-bottom: 40px;
	font-weight: 700;
}

.about-us_container__raw {
	display: flex;
	flex-wrap: wrap;
	gap: 23px;
}

.about-us_container__raw > * {
	flex: 1;
}

.container_raw__element {
	font-family: 'Nunito Sans';
	font-weight: 400;
	font-style: normal;

	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	color: #ffffff;
}

.inside {
	flex-wrap: wrap;
}

.inside > * {
	flex: 1;
}

.schedule__title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 70px;
}
.schedule__title_name {
	font-size: 32px;
	font-weight: 700;
	color: #0b41a7;
}
.schedule__title_menu {
	display: flex;
	gap: 10px;
}
.schedule__title_menu > li {
	padding: 16px 26px;
	background: #e2bf4c;
	border-radius: 30px;
	color: #ffffff;
	cursor: pointer;
	transition: 0.3s;
}

.schedule__title_menu > li:first-child {
	background: #f59700;
}

.schedule__title_menu > li:hover {
	background: #f59700;
}

.schedule__cards {
	display: flex;
	gap: 26px;
	align-items: center;
	justify-content: start;
	flex-wrap: wrap;
}

.schedule__cards_card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 33px 24px 10px 24px;
	border-radius: 40px;
	width: 207px;
	height: 299px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
}

.cards__card_img {
	height: 138px;
	width: 100%;
	/* height: 100%; */
	border-radius: 20px;
	margin-bottom: 22px;
}

.cards__card_title {
	font-size: 16px;
	color: #0b41a7;
	margin-bottom: 10px;
}

.cards__card_text {
	font-family: 'Nunito Sans';
	font-weight: 400;
	font-style: normal;

	font-size: 14px;
}

.cards__card_text > p {
	margin-bottom: 3px;
}

.cards__card_btn {
	display: inline-block;
	font-family: 'Nunito Sans';
	font-weight: 400;
	font-style: normal;

	background: #e2bf4c;
	padding: 8px 24px;
	border-radius: 30px;
	color: #ffffff;

	cursor: pointer;

	transition: 0.3s;
}

.cards__card_btn:hover {
	background: #f59700;
}

.employees__title {
	font-size: 32px;
	color: #0b41a7;
	font-weight: 700;
	margin-bottom: 40px;
}

.employees__cards {
	display: flex;
	gap: 36px;
	flex-wrap: wrap;
}

.employees__cards_card {
	max-width: 526px;
	display: flex;
	box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.15);
	border-radius: 40px;
}

.employees__image {
	max-width: 276px;
	height: 259px;
	width: 100%;
	background: url('../public/images/employees/triangle.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0% 100%;
	text-align: center;
}

.employees__image > img {
	height: 100%;
	/* width: 100%; */
}

.employees__text {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding-top: 35px;
}
.employees__text > p {
	font-family: 'Nunito Sans';
	font-weight: 400;
	font-style: normal;
}

.employees__text_title {
	font-size: 24px;
	color: #0b41a7;
	font-weight: 700;
}

.footer-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 40px;
	background: #0b41a7;
	padding: 50px;
	gap: 20px;
}
.footer__contacts {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.footer__contacts > div {
	display: flex;
	align-items: center;
	gap: 8px;
}

.footer__contacts > div > img {
	width: 24px;
	height: 24px;
}

.footer__contacts > div > span {
	color: #ffffff;
	font-family: 'Nunito Sans';
	font-weight: 400;
	font-style: normal;
}

.footer__maps iframe {
	border-radius: 20px;
}

/* 
  Страница Сведения об образовательной организации
*/

.companyInfo__title {
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	color: #0b41a7;
	margin-bottom: 40px;
}

.companyInfo__main {
	display: flex; /* Располагаем элементы в строку */
	width: 100%; /* Ширина на весь контейнер */
	/* min-height: 100vh;  */
	gap: 20px; /* Расстояние между колонками (опционально) */
}

.companyInfo__main nav {
	flex: 0 0 30%; /* Занимает ровно 40% ширины */
	max-width: 50%;
}

.companyInfo__main .companyInfo__text {
	flex: 0 0 70%; /* Занимает ровно 60% ширины */
	max-width: 70%;
}

.desktop_companyInfo__sidebar {
	border-right: 2px solid #cfcfcf;
}

.companyInfo__text {
	width: 60%;
}

.companyInfo__text_title {
	text-align: left;
	font-size: 24px;
	margin-bottom: 40px;
}

.companyInfo__text_main {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 30px;
	padding-left: 20px;
}

.companyInfo__text_main div {
	display: flex;
	padding: 10px;
}

.companyInfo__text_main div > h2,
p {
	flex: 50%;
}

.companyInfo__text_main div > h2 {
	font-size: 18px;
	font-weight: 500;
	color: #484848;
}

.companyInfo__text_main div > p {
	font-family: 'Nunito Sans', sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #7c7c7c;
}

.companyInfo__sidebar_item {
	font-size: 16px;
	display: block;
	padding: 20px 40px 20px 20px;
}

.companyInfo__sidebar_item:hover {
	border-bottom: solid 4px #0b41a7;
	padding: 20px 40px 16px 20px;
}

.companyInfo__sidebar_item.active {
	border-bottom: solid 4px #0b41a7;
}

.companyInfo__sidebar_item.active:hover {
	padding: 20px 40px 20px 20px;
}

.icon-column-stuff{
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-width: 150px;
}

.icon-column-stuff:hover{
  padding: 9px;
  border: gray solid 1px;
  border-radius: 10px;
}

#icon-column-stuff__description{
  padding-left: 7px;
  margin-top: 5px;
  color: #000000;
}

/* МОБИЛЬНЫЙ ХЕДЕР */
.mobile_header {
	/* position: relative; */
	font-family: sans-serif;
}

.mobile_header__visible {
	/* position: sticky; */
	/* top: 0; */
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 10px;
	padding: 10px;
	color: #0b41a7;
	background: white;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
	border-radius: 20px;
	z-index: 1000;
	gap: 10px;
}

.mobile_header__visible .burger {
	width: 24px;
	height: 24px;
	cursor: pointer;
	flex-shrink: 0;
}

.mobile_header__visible .header_logo img {
	height: 30px;
	max-width: 120px;
}

.mobile_header__toggle {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 999;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 30px;
	padding: 20px;
	box-sizing: border-box;
	transform: translateY(-100%);
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease;
}

/* Активный класс — меню открыто */
.mobile_header__toggle.active {
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

.mobile_header__toggle nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

.mobile_header__toggle nav ul li a {
	display: block;
	font-size: 1.5rem;
	color: #0b41a7;
	text-decoration: none;
	padding: 15px 0;
	transition: color 0.3s;
}

.mobile_header__toggle nav ul li a:hover {
	color: #002a77;
}

.mobile_header__toggle .mobile_header__contact a {
	font-size: 1.2rem;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

.document-row{
  display: flex;
  justify-content: space-between;
}

.document-row:hover{
  border-bottom: 1px #000 solid;
}

/* 
Адаптив
 */

@media (max-width: 1200px) {
	.schedule__cards {
		justify-content: center;
	}

	.main_imagearea {
		background: none;
		display: flex;
		flex-direction: column;
		justify-content: center;
		gap: 20px;
	}
	.main_imagearea__image {
		display: none;
	}

	.main_imagearea__info {
		position: relative;
		top: 0px;
		left: 0px;
	}
}

@media (max-width: 920px) {
	.container {
		padding: 20px 25px;
	}

	.main_row {
		padding-top: 100px;
		flex-direction: column;
	}

	.main_imagearea__info {
		width: 100%;
	}

	.main_imagearea {
		max-width: 563px;
		width: 100%;
	}
}

@media (max-width: 775px) {
	.container {
		padding: 20px 25px;
	}
}

/* Скрываем мобильный хедер на десктопе */
@media (min-width: 768px) {
	.mobile_header {
		display: none;
	}
}

@media (max-width: 767.98px) {
	.mobile_header {
		display: block;
	}

	.header_row {
		display: none;
	}
}

@media (max-width: 620px) {
	.main_textarea__title {
		font-size: 24px;
	}

	.footer-row {
		flex-direction: column;
	}
}

/* Адаптив для страницы об организации */
@media (max-width: 660px) {
	.companyInfo__text_main div {
		flex-direction: column;
		gap: 8px;
	}
	.companyInfo__text_title {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.companyInfo__sidebar_item {
		font-size: 14px;
		word-wrap: break-word;
	}
}

@media (max-width: 425px) {
	.main_row {
		padding: 10px;
	}
}

/*Компани инфо*/
/* Контейнер */
.companyInfo__main {
	/* position: relative; */
	padding: 20px;
}

/* Кнопка-стрелочка — внутри блока, не fixed */
.mobile-nav-toggle {
	display: none;
	position: absolute;

	top: 10px;
	left: 10px;
	background: #0b41a7;
	color: white;
	border: none;
	width: 36px;
	height: 36px;
	border-radius: 8px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	cursor: pointer;
	z-index: 10;
	transition: background 0.2s;
}

.mobile-nav-toggle:hover {
	background: #093688;
}

.mobile-nav-toggle svg {
	stroke: white;
}

/* Выезжающее меню */
.companyInfo__sidebar_nav {
	position: absolute;
	top: 0;
	left: -400px; /* скрыто */
	width: 400px;
	height: 100vh;
	background: white;
	z-index: 9;
	transition: left 0.4s ease;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	overflow-y: auto;
	padding-top: 50px;
}

.companyInfo__sidebar_nav.open {
	left: 0; /* выезжает */
}

/* На мобильных: скрываем оригинальный nav на странице, показываем кнопку */
@media (max-width: 767.98px) {
	.companyInfo__main {
		padding-left: 10px;
		padding-right: 10px;
	}

	.mobile-nav-toggle {
		display: block; /* стрелочка появляется */
	}

	/* Скрываем обычный nav (если он есть в разметке вне #sidebar-nav) */
	.companyInfo__main > nav:not(#sidebar-nav) {
		display: none;
	}
}

/* На десктопе: выезжающее меню скрыто */
@media (min-width: 768px) {
	.mobile-nav-toggle,
	.companyInfo__sidebar_nav {
		display: none;
	}
}
