header {
	background-color: #131c27;
	padding-top: 20px;
	text-align: center;
}
.main_logo {
	width: 15%;
}
.navbar {
	justify-content: center;
}
.navbar-nav .nav-link {
	color: white;
	margin: 0 15px;
}
.navbar-nav .nav-link:hover {
	text-decoration: underline;
}
  /* Стили для разделителя */
.navbar-nav {
	padding-top: 10px;
}
.navbar-toggler {
	border-color: transparent;
}
.navbar-toggler-icon {
	background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"%3E%3Cpath stroke="rgba%28255, 255, 255, 1%29" stroke-width="2" stroke-linecap="round" stroke-miterlimit="10" d="M4 7h22M4 15h22M4 23h22"/%3E%3C/svg%3E'); /* Белые линии */
}
.container-fluid__menu{
	padding-right: calc(var(--bs-gutter-x)* 0);
    padding-left: calc(var(--bs-gutter-x)* 0);
}
.navbar-toggler_menu {
	padding: 0;
}
.navbar-toggler_menu:focus {
	box-shadow: none;
}
.hero-section {
	background-image: url('/img/hero_image.jpg'); /* Замените на путь к вашему изображению */
	background-size: cover;
	background-position: center;
	height: 100vh;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
}
/* Затемнение фона */
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.75);
	z-index: 1;
}
/* Контент поверх фона */
.content-hero {
	z-index: 2;
	text-align: center;
}

/* Стили для кнопки */
.btn-custom-hero {
	background-color: #1E3A8A; /* Синий цвет кнопки */
	color: white;
	padding: 10px 30px;
	font-size: 1.2rem;
	border: none;
	border-radius: 5px;
	text-transform: uppercase;
	transition: background-color 0.3s ease;
}
.btn-custom-hero:hover {
	background-color: #031537;
}
.project_img{
	width: 90%;
	margin-bottom: 10px;

}
.project-name{
	color: #020305;
	font-size: 24px;
}
.project-description {
	color: #686A6E;
	font-size: 20px;
	margin-left: 15px;
}
.project_link, .project_wrapper {
	text-decoration: none;
	transition: transform 0.3s, box-shadow 0.3s;
	border: 1px solid transparent;
	border: none;
}
.project_wrapper {
	margin-bottom: 18px;
}
.project_link:hover, .project_wrapper:hover {
	transform: scale(1.02);
}
.project-title {
	text-align: left;
	margin-bottom: 45px;
}
/* Стили для заголовка карточки */
.project-name {
	font-weight: bold;
	font-size: 1.2rem;
	color: black;
	margin: 15px;
	margin-top: 10px;
	margin-bottom: 5px;
	transition: color 0.3s ease; /* Плавное изменение цвета */
}
/* Цвет заголовка при наведении */
.project-card:hover .project-name {
	color: #1E3A8A; /* Синий цвет при наведении */
}
.project-description {
	color: gray;
	font-size: 1rem;
}
/* Изображения карточек */
.project-card img {
	width: 100%;
	height: auto;
	object-fit: cover;
  	height: 300px;
}
.arrow {
	margin-left: 5px;
}
.feedback {
	background-color: #eaeff2;
	padding: 60px 0px;
}.feedback_btn {
	width: 100%;
	background-color: #062767;
}
.feedback_btn:hover {
	background-color: #031537;
}
.feedback_wrapper {
	padding: 50px 15px 50px 15px;
	background-color: #fff;
	border-radius: 4px;
}
.feedback_up {
	color: rgb(6, 39, 103);
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	margin: 0;
}
.feedback_down {
	color: #686A6E;
	font-size: 14px;
	font-weight: 300;
}
.feedback_title {
	font-size: 28px;
}
textarea {
	resize: none;
}
.feedback input, .feedback textarea {
	background-color: transparent;
}
footer {
	background-color: #131b26;
	padding: 30px 0px;
}
footer h5 {
	color: #fff;
}
.footer-links {
	display: flex;
	flex-direction: column;
}
footer a {
	color: #fff;
	font-weight: 300;
	font-size: 14px;
	margin-bottom: 10px;
}
footer h6 {
	color: #fff;
	margin-bottom: 15px;
}
.about_top {
	background-image: url('/img/about_top.png'); /* Замените на путь к вашему изображению */
	background-size: cover;
	background-position: center;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
  }
  .project_top {
	background-size: cover;
	background-color: #052767;
	background-position: center;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;

  }

  /* Стили для текста и рамки */
  .about_text {
	color: white;
	font-size: 3.0rem;
	font-weight: bold;
	text-align: center;
	padding: 20px;
  }
  .notice_wrap {
	display: flex;
	flex-direction: column;
  }
  .notice_name {
	color: #fff;
	text-align: center;
  }
  .about_bottom {
	background-image: url('/img/about_bottom.png'); /* Замените на путь к вашему изображению */
	background-size: cover;
	background-position: center;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
  }
.notice_name {
	display: block;
}
  .about_bottom_p {
	text-align: center;
	color: #fff;
	text-transform: uppercase;
  }
  .about_p {
	margin: 0;
	text-transform: uppercase;
	color: rgb(6, 39, 103);
	font-size: 13px;
	font-weight: 600;
  }
  .about_title {
	margin-bottom: 30px;
  }
  .project_section h2 {
	color: #062767;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	margin-top: 30px;
  }
  .project_section p, .project_section li, .project_section h4 {
	color: #686A6E;
  }
  .project_section img {
	width: 80%;
	display: block;
	margin: 0px auto 30px auto;
  }
  .project_bottom {
	background-color: #062767;
	padding: 80px 0px;
  }
.project_carousel {
	margin-top: 60px;
}
  .project_bottom__wrapper {
	display: flex;
	align-items: center;
	justify-content: space-around;
  }
  .project_bottom__wrapper p {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0;
  }
  .project_bottom__wrapper h2 {
	color: #fff;
	font-size: 30px;
	font-weight: 500;
  }
  .carousel-indicators {
	bottom: 30px;
  }
@media (max-width: 991px) {
	.about_bottom {
		display: flex;
		flex-direction: column;
	}
  	.about_title {
     	font-size: 19px;
  	}
  	.project-name {
     	font-size: 13px;
  	}
	footer h6 {
		color: #fff;
      	margin-bottom: 5px;
    	margin-top: 35px;
	}
	.project_bottom__wrapper {
		display: flex;
		flex-direction: column;
	  }
	.logo {
	  position: absolute;
	  left: 50%;
	  transform: translateX(-50%);
	}
	.main_logo {
		width: 100px;
	}
	header {
		padding: 20px;
	}
	.navbar-nav {
		padding-top: 30px;
	}
  }