.card {
	border-width: 0;
}

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

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

.theme_standart div.headermain {
	background-image: url('/mengine/templates/.new_design/img/theme_1_bg_sm_w.png');
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
}

.theme_standart div.headermain h1, .theme_standart div.headermain h2 {
	text-align: center;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}

@media (min-width: 576px) {
	
	.theme_standart div.headermain h1, .theme_standart div.headermain h2 {
		text-align: center;
	}
}
@media (min-width: 876px) {
	.theme_standart div.headermain {
		background-image: url('/mengine/templates/.new_design/img/theme_1_bg_w.png');
	}
	.theme_standart div.headermain h1, .theme_standart div.headermain h2 {
		text-align: left;
	}
				
	.theme_standart .nav-item + .nav-item {
		border-left: 3px solid #fff;
	}
}



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

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

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

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

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

.theme_standart div.picture {
	width: 180px;
	height: 180px;
}
.theme_standart div.picture div.img {
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 100%;
}

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

.theme_standart .nav-link {
	background: rgba(255, 255, 255, 0.8);
	padding: .75rem 1rem;
}

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

.theme_standart .navbar {
	padding: 0;
}
