.card {
	border-width: 0;
} 

.god_pobedy h1 {
	color: rgba(255, 255, 255, 0.95) !important;
	font-size: 1.5rem;
	text-align: center;
}

.god_pobedy h2 {
	color: rgba(255, 255, 255, 0.95) !important;
	font-size: 1rem;
}

.god_pobedy div.headermain {
	background-image: url('/mengine/templates/.new_design/img/bg_god_pobedy_mobile.jpg');
	background-position: right top;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 227px;
}

.god_pobedy div.headermain h1, .god_pobedy div.headermain h2 {
	text-align: left;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
	font-size: 1.1;
}

@media (min-width: 576px) {
	.god_pobedy div.headermain {
		background-position: left top;
	}	
	.god_pobedy div.headermain h1, .god_pobedy div.headermain h2 {
		text-align: center;
	}
}
@media (min-width: 876px) {
	.god_pobedy div.headermain {
		background-position: left top;
	}	
				
	.god_pobedy .nav-item + .nav-item {
		border-left: 3px solid #fff;
	}
}

@media (min-width: 992px) {
	.god_pobedy div.headermain {
		background-position: left top;
		background-image: url('/mengine/templates/.new_design/img/bg_god_pobedy.jpg');
	}
	.god_pobedy div.headermain h1, .god_pobedy div.headermain h2 {
		text-align: left;
	}
}



.god_pobedy div.main_logo {
	width: 100px;
	height: 100px;
}

.god_pobedy div.main_logo.roundborder {
	border-radius: 500px;
	border: 6px solid rgba(255, 255, 255, 0.5);
	overflow: hidden;
	width: 110px;
	height: 110px;
}
		
.god_pobedy div.main_logo.squareborder {
	border-radius: 15px;
	border: 7px solid rgba(255, 255, 255, 0.5);
	overflow: hidden;
	width: 110px;
	height: 110px;
}
		
.god_pobedy div.main_logo.roundshadow {
	border-radius: 500px;
	border: none;
	overflow: hidden;
	box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.5);
}

.god_pobedy div.main_logo.squareshadow {
	border-radius: 15px;
	border: none;
	overflow: hidden;
	box-shadow: 0px 5px 15px -5px rgba(65, 65, 65, 0.5);
}

.god_pobedy div.main_logo.no_logo {
	display: none;
}

.god_pobedy div.main_logo div.img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}

.god_pobedy div.picture {
	height: 100%;
	min-height: 175px;
}
.god_pobedy div.picture div.img {
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 100%;
}

.god_pobedy .navbar-toggler, .god_pobedy .navbar-toggler-icon {
	width: 100%;
	background: #fff;
	border-radius: 0;
}

.god_pobedy .nav-link {
	background: rgba(255, 255, 255, 0.5);
	padding: .75rem 1rem;
	color: #fff;
}



.god_pobedy .nav-link:hover {
	background: rgba(255, 255, 255, 0.28);
}

.god_pobedy .navbar {
	padding: 0;
}
