@font-face {
	font-family: 'RF Dewi';
	src: local('RF Dewi Extended Bold'), local('RF-Dewi-Extended-Bold'),
	url('/static/style/fonts/RFDewiExtended-Bold/RFDewiExtended-Bold.woff2') format('woff2'),
	url('/static/style/fonts/RFDewiExtended-Bold/RFDewiExtended-Bold.woff') format('woff'),
	url('/static/style/fonts/RFDewiExtended-Bold/RFDewiExtended-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}
body {
	background-color: #F5F4EB;
	font-family: 'RF Dewi', sans-serif;
}
.logo {
	margin-left: 0 !important;
	padding-left: 0 !important;
	flex-shrink: 0; !important; /* запрещает сжатие */
}
.navbar {
	background-color: #FFFFFF !important;
	border: none;
	margin: 20px 20px 0 20px;
	border-radius: 40px;
}
.navbar-nav {
	padding-left: 20px;
}
.navbar-toggler {
	color: #F5F4EB;
	background-color: #FF614E;
	border-radius: 50px;
	height: 50px;
}
.navbar-nav .nav-item {
	margin-left: 40px;
}
.nav-link {
	color: #404040;
	font-family: 'RF Dewi', sans-serif;
	font-weight: 700;
	font-size: 16px;
}
.nav-link:hover, .nav-link:focus {
	color: #FF614E;
}
.big-background-sign {
	color: #e8e7df;
	font-family: 'RF Dewi', sans-serif;
	font-weight: bold;
	font-size: 145px;
	letter-spacing: 2px;"
	line-height: 100%;
	max-width: 100vw;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: clip;
	display: inline-block;
}
.arrow-button-badge {
	background-color: #404040; color: #FFFFFF;border-radius: 25px;
}
.arrow-button-text {
	font-family: 'RF Dewi Extended', sans-serif;font-weight: 300;font-size: 16px;line-height:2;padding: 0 15px 0 25px;
}
.arrow-button-button {
	background-color: #FFFFFF; padding: 10px 15px 10px 15px;border-radius: 20px;
}
.img-window {
	border-radius: 25px;background: url('/static/img/design/peschannik.jpg') center/cover no-repeat;
	min-height: 200px; /* минимальная высота */
	min-width: 200px; /* минимальная высота */
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
}
.img-window-square {
	border-radius: 25px;background: url('/static/img/design/peschannik2.png') center/cover no-repeat;
	min-height: 200px; /* минимальная высота */
	min-width: 200px; /* минимальная высота */
	max-width: 300px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
}

.img-window-long {
	border-radius: 25px;
	background: url('/static/img/design/peschannik-long.png') center/cover no-repeat;
	min-height: 300px;
	max-height: 250px;
	min-width: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
}
.img-news-little {
	border-radius: 25px;background: url('/static/img/news/news-mini1.png') center/cover no-repeat;
	min-height: 40px; /* минимальная высота */
	min-width: 70px; /* минимальная высота */
	margin-top: -10px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
}
.news-card {
	border: solid #FFFFFF; border-top: none; background-color: #F5F4EB; color: #404040;
}
.news-card-title {
	color:#404040;padding: 20px 0 0 30px;font-size: 25px;letter-spacing: 1px;
}
.news-card-text {
	padding: 0 30px 0 30px; font-family: 'RF Dewi Extended', sans-serif;font-weight: 300;font-size: 17px;
}
.news-card-date {
	padding: 20px 0 0 30px; font-family: 'RF Dewi Extended', sans-serif;font-weight: 300;font-size: 20px;
}
.arrow-button-news {
	background-color: #F32060; padding: 10px 15px 10px 15px;border-radius: 20px;border:none;
}
.all-news-button {
	background-color:#F5CE65; color: #404040;border:none;padding: 15px 0 15px 0;
	font-family: 'RF Dewi Extended', sans-serif;font-weight: 300;font-size: 15px;letter-spacing: 1px;
}
.all-news-button:hover {
	background-color: #F32060;
	color: #FFFFFF;
}
.input-volunteer {
	letter-spacing: 0; padding: 15px 0 15px 30px; background-color: transparent;border: solid #FFFFFF;border-radius: 17px;color: #404040; font-family: 'RF Dewi Extended', sans-serif;font-weight: 300;
}
.input-year {
	letter-spacing: 0; padding: 9px 0 9px 0; background-color: #FFFFFF;border: 3px solid #F5CE65;border-radius: 17px; color: #404040; font-size: 18px;font-family: 'RF Dewi Extended', sans-serif;font-weight: 700;
}
.overlay-img-top {
	position: absolute !important;
	z-index: 1000 !important; /* Максимально возможный z-index */
	top: -200px !important;
	left: -240px !important;
	width: 100% !important;
	height: 460px !important;
	object-fit: contain; /* Сохраняет пропорции изображения */
	margin: 0 !important;
}
.overlay-img-top-2 {
	position: absolute; z-index: 9999; top: -60px; left: 190px;
}
/* Скрыть на экранах <992px */
@media (max-width: 991.98px) {
	.overlay-img-top {
		display: none !important;
	}
}