.search-wrapper {
  display: flex;
  align-items: center; /* Выравнивание кнопки и поиска по вертикали */
  gap: 10px; /* Отступ между кнопкой и полем поиска */
  flex-grow: 1; /* Растягивает блок поиска и кнопки, если нужно */
  max-width: 600px; /* Ограничивает ширину группы */
}


.search-container {
  position: relative;
  width: 100%;
  max-width: 400px;
}

.search-container input {
  width: 100%;
  padding: 7px 15px 7px 40px; /* Отступы для текста и пространства для иконки */
  font-size: 1rem;
  border: 1px solid #eee;
  border-radius: 15px;
  outline: none;
  transition: border-color 0.3s ease;
  background: #eee;
}

.search-container input:focus {
  border-color: #007bff;
  background: #fff;
}

.search-container .search-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #ccc;
  pointer-events: none; 
  width: 1.5rem;
  height: 1.5rem;
}
.icon-sm{
	width: 18px;
	height: 18px;
	margin-top: -5px;
}
.color-castom{
	color: #222;
	transition: all 0.1s ease; 
}
.color-castom:hover{
	color: #111;
	border-radius:15px;
	background: #ddd;
}
.active_menu{
	background: #eee;
	border-radius:15px;
}
.btn-castom{
	padding-top: .25rem !important;
	background: #eee;
	color: #222;
	border-radius:10px;
}
.btn-castom:hover{
	background: #ddd;
	color: #111;
}
.icon_md{
	width: 22px;
	margin-top: -3px;
}
.img-brend{
	height: 34px;
	margin-top: 2px;
}
.search-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.95); /* Белый с легкой прозрачностью */
	z-index: 1050; /* Поверх всех элементов */
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 20px;
}

.search-form {
	display: flex;
	align-items: center;
	width: 95%;
	max-width: 600px;
	position: absolute;
	top: 10px;
}

.search-form input {
	flex-grow: 1;
	padding: 10px;
	font-size: 1.2rem;
	border: 1px solid #ddd;
	border-radius: 5px;
	outline: none;
}

.search-form button {
	margin-right: 10px;
	background: none;
	border: none;
	font-size: 1.5rem;
	color: #555;
	cursor: pointer;
}
.box-content{
	max-width:1024px;
	width:100%;
	margin: 0 auto;
	padding:15px
}
.bell{
	background: #ff0000;
	border-radius: 50% !important;
	position: absolute;
	top: 5px;
	margin-left: 20px;
	padding: 5px;
}
.btn-comment{
	transition: all 0.1s ease;
	padding: 0px 8px;
	margin: 0px 2px;
	background: #f3f3f3;
}
.btn-comment:hover{
	background: #ddd !important;
	border-radius:15px;
}
.questions-add-link {
	position: fixed;
	bottom: 10px;
	right: 10px;
	background: #0094ff;
	border-radius: 20px;
	padding: 10px 15px;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
	cursor: pointer;
	text-decoration: none;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 14px;
	transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
	animation: pulse 2s infinite;
}

.questions-add-box:hover {
	background-color: #0056b3;
	transform: scale(1.05);
	box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2);
}

.questions-add-icon {
	width: 30px;
	height: 30px;
	color: #fff;
}

.questions-add-text {
	color: #fff;
	font-size: 16px;
}
@media (min-width: 1024px) {
	.sidebar{
		height: 100vh; 
		position: fixed;
	}
}
@media (max-width: 992px) {
	.btn-castom{
		padding-left:9px;
		padding-right:9px;
	}
	.questions-add-text {
		font-size: 14px;
	}
	.questions-add-icon {
		width: 24px;
		height: 24px;
	}
}
.nav-scroller {
	position: relative;
	z-index: 2;
	height: 100px;
	overflow-y: hidden;
}
.nav-scroller .nav {
	display: flex;
	flex-wrap: nowrap;
	padding-bottom: 1rem;
	margin-top: -1px;
	overflow-x: auto;
	text-align: center;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
  }
.nav-scroller .nav-link{
	color: #363636;
	font-weight: bold;
	font-size: 13px;
}

.js-open-img{
	cursor: pointer;
}
.btn-rating{
	cursor: pointer;
	background: #ddd;
	padding: 0px 7px;
	border-radius: 7px;
}
.icon-md{
	width: 20px;
	height: 20px;
	margin-top: -3px;
}
.sidebar-active{
	color: #111;
	border-radius: 15px;
	background: #dddddd96;
}
.img-icon{
	width:18px;
	height:18px;
	margin-top: -5px;
}
.nav-scroller {
	position: relative;
	z-index: 2;
	height: 35px;
	overflow-y: hidden;
}
.nav-scroller .nav-link {
	color: #b7b7b7;
	font-size: 13px;
}
.nav-scroller .nav{
	display: flex;
	flex-wrap: nowrap;
	padding-bottom: 1rem;
	margin-top: -1px;
	overflow-x: auto;
	text-align: center;
	white-space: nowrap;
	width: 100%;
}
.nav-scroller .nav-link.active{
	font-weight: bold;
	color: #fff;
}
.nav-scroller .icon{
	margin-right: 0;
}
.nav-scroller .nav::-webkit-scrollbar {
	display: none;
}
.nav-scroller .nav-link {
	transition: color .2s ease, opacity .2s ease;
}

.nav-scroller .nav-link:hover {
	color: #fff;
	opacity: 0.85;
}