@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");

body {
		font-family: 'Montserrat';
}

.navbar {
	background: rgba(0,0,0,0.1);
	xborder-bottom: 1px solid #555;
}
.navbar-dark .navbar-nav .nav-link {
	color: #fff;
}

.navbar-toggler:focus {
	box-shadow: none;
}

.startbg {
	background: url(/i/bg.jpg) no-repeat center top;
}
.h100vh h1, .h80vh h1 {
	font-size: 5vh;
	font-weight: bold;	
}
.h100vh h2, .h80vh h2 {
	font-size: 5vh;
}
.h100vh p, .h80vh p {
	font-size: 3vh;
}
.content {
	margin-top: 50px;
}
.container-fluid.admin {
	margin-top: 60px;
}

.h100vh {height: 100vh;}
.h80vh {height: 80vh;}
.h70vh {height: 70vh;}
.h60vh {height: 60vh;}
.h50vh {height: 50vh;}

.pru5 {
	color: #fff;
	background: url('/i/start/pru5.jpg') no-repeat;
	background-position: 100% 100%;
	background-size: cover;
}
.prusel {
	color: #000;
	background: url('/i/start/prusel.jpg') 0 0 no-repeat;
	background-size: cover;
}
.railway {
	color: #fff;
	background: url('/i/start/railway.jpg') 100% 100% no-repeat;
	background-size: cover;
}

.img-fluid {
	max-height: 50vw;
}



.carousel-caption {
	text-align: left;
}
.carousel-caption h1 {
	font-size: 10vh;
}
.carousel-caption p {
	font-size: 3vh;
}

@media (max-width: 1024px) {
	.carousel-caption h1 {
		font-size: 5vh;
	}
	.carousel-caption p {
		font-size: 2vh;
	}	
}

/* Новости */
.start_news {
	padding: 0;
}
.start_news div {
	width: 100%;
	padding:0;
	margin:0;
}
.start_news .item1, .start_news .item {
	position: relative;
	min-height: 250px;
	height: 100%;
	background-color: #888;
}
.start_news .item1 img {
  max-height: 500px;
  height: auto;
  width: 100%;
	object-fit: cover;
}

.start_news .bg {
	position: absolute;
	width: 100%;height: 100%;
	left:0px;top:0px;
	background: linear-gradient(to bottom, transparent 0%, transparent 1%, rgba(0,0,0,0.78) 100%);
}
.start_news .item img {
  max-height: 250px;
  height: auto;
  width: 100%;
	object-fit: cover;
	
}
.start_news .item .abs, .start_news .item1 .abs {
	position: absolute;
	bottom: 1%; left: 1%;
	width: 98%;
	padding: 1rem;
}
.start_news .abs .feather {
	width: 16px;
	margin: 0 5px 3px 0;
}
.start_news .abs , .start_news .abs a {
	font-weight: bold;
	color: #fff;
}
.start_news .abs h4 a {
	font-size: 1.5rem;
}
.news-data {
	position: relative;
}
.news-item {
	position: absolute;
	width: 100%;height:100%;
	bottom: 0; left: 0;
	color: #fff;
	background: linear-gradient(to bottom, transparent 0%, transparent 1%, rgba(0,0,0,0.78) 100%);
}
.news-item h2 {
	font-size: 3rem;
	font-weight: bold;
}
.news-item span {
	font-size: 1.5rem;
}
.news-item .feather {
	margin: 0 5px 5px 0;
}
.container div {
	text-align: justify;
}
.allnews .data h3 a {
	font-weight: bold;
	font-size: 1.5rem;
}
.badge {
	font-size: 1.2rem;
	margin: 0.3rem 0.1rem 0 0;
	color: #fff;
}
/* END Новости */


@media (min-width: 1400px) {
	.navbar {
		padding: 1rem;
	}
	.navbar .navbar-brand img {
		height: 50px;
	}
	.navbar.admin {
			height: 50px;
			padding: 1em;
	}
	.navbar.admin .navbar-brand img {
		height: 30px;
	}
	.h100vh h1, .h80vh h1 {
		font-size: 6vh;
	}
	.content {
		margin-top: 50px;
	}
	.prusel {
		color: #000;
		background: url('/i/start/prusel.jpg') 100% 100% no-repeat;
		background-size: cover;
	}
}