/* Стили для главной страницы, вынесенные из index.php */

.nav > li > a {
	padding: 0.75rem 1rem !important;
	transition: var(--transition, all 0.3s ease);
	color: var(--text-secondary, #cbd5e1) !important;
}

.nav > li > a:hover {
	color: var(--text-primary, #ffffff) !important;
}

.hidden-btn {
	display: none;
}

.is_overlay {
	display: block;
	width: 100%;
}

#trailer {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: relative;
}

#trailer > video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: brightness(0.7) contrast(1.1);
}

.section-wrapper {
	z-index: 100;
	position: relative;
}

/* Дополнительные стили для темной темы */
.row {
	width: 100%;
	margin: 0;
}

.margin-bottom-50 {
	margin-bottom: 3rem !important;
}

.margin-bottom-30 {
	margin-bottom: 2rem !important;
}

.text-center {
	text-align: center;
}

